Search results for query: *

  1. M

    How long will my program last in the Windows world?

    That sounds good. And no, I'm not doing anything crazy complicated or specific. I'm using .NET 4.0. I just didn't want Microsoft to release a version of the OS that makes me rewrite a bunch of stuff, cuz at this point, the app I wrote is pretty big. I really appreciate the help. Puts my mind @...
  2. M

    How long will my program last in the Windows world?

    Hi Jmc, Thanks for the reply. What I meant by, how long will it last, is... How long will it be compatible with newer versions of windows. My app works great in Win 7, and even Win 8. I'm worried when Windows 10 comes out, it might break my app? How long, how many years will apps in vb.net for...
  3. M

    How long will my program last in the Windows world?

    Hi guys, I've developed a pretty big app with vb.net using visual studio 2010 express, and I have a few concerns. With windows 8, and windows 10 now coming out, how long can I expect before I have to reprogram my whole app? There are a lot of lines of code... Should I consider using Visual...
  4. M

    Simple FTP rename doesn't work?!

    John, thanks for replying. Again was a poor choice of words. I meant to say still. I'm still stuck. So what I ended up doing is using a DLL library that works with .net 4.0 and that worked instead. I don't know why and still can't fix the rename file issue, even with the absolute path you...
  5. M

    Simple FTP rename doesn't work?!

    I'm stuck at this stupid thing again! I downloaded NETMON to monitor the network and this is what I see: FTP:Request from Port 60994,'RNFR stores/1/items/aaa/DSC04412.JPG' {TCP:392, IPv4:961} FTP:Response to Port 60994, '350 RNFR accepted - file exists, ready for destination' {TCP:392...
  6. M

    Simple FTP rename doesn't work?!

    Hi guys, Been at this for about 5 hours. no results on the web helping... I am able to rename folders, but not actual files! Try Dim FOLDERrequest As FtpWebRequest = CType(FtpWebRequest.Create("ftp://" + myFtpHost + "/" + txtTarget.Text), FtpWebRequest)...
  7. M

    Global hotkey only works with certain keys?

    Hi guys, I'm using VS 2010. I'm trying to make global hot key to bring up a little form for me which can help me do various functions faster. Such as, open a certain web page, program, etc.... So the hot key I want is Left Control + Windows. Even when the form is minimized or hidden. With...
Back
Top