Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jonwondering

    Unable to find Unknown CSTR

    Thank you jesylv and Shardlow for explaining this to me. jesylv, I tried changing cstr to transform and it seems to work fine. Thanks again!
  2. jonwondering

    Unable to find Unknown CSTR

    Hey, I recently received vfp source code for a program for our office. The problem is recompiling that source code. I was told that everything is in those folders. I got it to open everything fine with VFP7 after a few minutes, but when I try to rebuild or build exe, it gives me the following...
  3. jonwondering

    Forward Slashes Do Not Work!

    Problem Resolved: I was running Norton Internet Security 2005 (with Antivirus) and as soon as I turned it off and cleared the browser's cache, everything worked fine... 3 wasted days of headache thanks to norton. I didn't even know I could cuss like that...
  4. jonwondering

    Forward Slashes Do Not Work!

    Hey I have installed Apache 2.0.54 and then latest version of PHP locally on my XP. When I do this in my html code: <form name=form1 action="/one/two/three"> </form> the whole form tag is ignored by browsers (meaning that if I look at html's source through browser, everything before and after...
  5. jonwondering

    How to make programs communicate?

    Hey, does anybody know how to make 2 VB .NET programs send data back and forth to each other? The data is not big, and the 2 programs are located on the same computer. Is there any easy and fast way? Thanks, jonwondering
  6. jonwondering

    VS .NET would not create new project...

    Yeah I have tried that too. I disabled almost everything suspicious. I even tried reinstalling VS.NET, and even that did not help. By now, I have no idea how to fix it :( P.S.: This probably happened after I installed some Stardock programs like ObjectDock and DesktopX... Now they are no longer...
  7. jonwondering

    VS .NET would not create new project...

    Yeah I've tried checking everything I could. I know that some programs might have messed it up cause I haven't tried creating new projects since installing them. And I am running as admin of this computer so I don't think its a permission problem... But, I'll keep looking, maybe I'll come up...
  8. jonwondering

    VS .NET would not create new project...

    Hey, this problem appeared just recently... Whenever I go to Visual Studio .Net Start Page and try to create new Visual Basic project: 'Windows Application', it would not do anything... I have no idea why it stopped working, because it worked fine before... I also noticed that whenever I go to...
  9. jonwondering

    How to delete menuItems and their Handlers?

    Nah, just extra 700kb is no problem, but my commands were in a timer because the list had to be constantly updated so every time it would add up 700kb... I think I found the problem though - it was a few other variables messing me up (as well as those menuitems with their handlers that we got...
  10. jonwondering

    How to delete menuItems and their Handlers?

    That's what I just tried to do. Before the program reads in the values (the colors), the size (memory usage) is 16,000. Right after it reads in the values the size jumps up to 16,700. And after it reads in the following code, the memory does not do anything but stay the same...
  11. jonwondering

    How to delete menuItems and their Handlers?

    Yes, or something like Me.ContextMenu1.MenuItems.Clear()...
  12. jonwondering

    How to delete menuItems and their Handlers?

    Hey everybody, I have a little problem and I can't figure it out. I got a memory leak... Let's say I have a txt file with the following values in there: Red Green Blue My program reads in those values every 10 seconds and stores them as a menu in a ContextMenu control. I have done that with a...

Part and Inventory Search

Back
Top