Search:

Type: Posts; User: mnxford

Page 1 of 11 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,630

    Re: Segmented Downloader Library problem

    No problem jmc I understand. I was able to give the add function all the parameters it wants without one single parameter which is ResourceLocation or the URL. How this parameter can be formed? The...
  2. Replies
    5
    Views
    1,630

    Re: Segmented Downloader Library problem

    I was able to get some API call code for that .dll library. But I am encountering an error. The code I used:

    public Main()
    {
    InitializeComponent();
    }
    ...
  3. Replies
    5
    Views
    1,630

    Segmented Downloader Library problem

    Hello Guys,

    I have been trying to make an Download Manager same as the IDM using C# for couple of days now. But the segmentation download similar to IDM is very hard to implement. While searching...
  4. What is the best way to deal with MySQL in VB.NET

    Hello Guys,

    I am posting in this forum after a really long time. I was busy with some C and C++ learning projects. Again am back to some VB.NET project. I had many discussions in this forum...
  5. Replies
    3
    Views
    1,117

    How to detect high CPU Usage?

    Hello Guys,

    I have a simple program with 1 form, 1 application event and some simple codes. But still when I run the program into a Core i5 computer it usage almost 25% of the CPU. I was unable to...
  6. Re: My application is not starting up in Windows 10

    Thanks for the infor TnTinMN. Almost solved the problem. Some obsfucation protection method like : Invalid Metadata Protection, Anti Dump Protection and Anti Tamper Protection was causing the...
  7. Re: My application is not starting up in Windows 10

    bump
  8. Re: My application is not starting up in Windows 10

    I have checked the other PC's regional settings which is running Windows 10 at this moment. But that PC also uses normal English regional setting same as my PC's one. But in my software I haven't...
  9. Re: My application is not starting up in Windows 10

    Actually I didn't understand properly the example you had provided. And in the program I got strings comparison and also Integer comparison and the result decides whether to close the application or...
  10. Replies
    6
    Views
    1,078

    Re: What do you suggest for website automation?

    Yeah agree with FD. Can I see the website in which your trying to do these type of actions? Also have you read their TOS? And another thing you might need to get concern about is that some websites...
  11. Re: [RESOLVED] How to optimize form load event codes?

    Got it...Thanks man :)
  12. Replies
    6
    Views
    1,078

    Re: What do you suggest for website automation?

    I think using a web browser will be a better and simple way because your application is totally dependent on the website itself. I think your website is doing lots of things so integrating each and...
  13. Re: [RESOLVED] How to optimize form load event codes?

    I am clearly using my head in my works jmc. But I myself is a very straight person and also am able to understand straight things properly. After you proposed to use the startup event I researched...
  14. Re: [RESOLVED] How to optimize form load event codes?

    In one MSDN I got e.Cancel = true will stop the creation of the main form. But that doesn't say it will exit the full application properly. So, what can be the way to that?
  15. Re: [RESOLVED] How to optimize form load event codes?

    I had checked two Startup Event MSDN but none of that got any reference to close the creation of main form...could you please provide me the link of the MSDN which contains proper way to close the...
  16. Re: [RESOLVED] How to optimize form load event codes?

    I am not getting how can I stop the creation of the Main form and completely close my application in the ApplicationEvents Modules Startup event.
  17. Re: [RESOLVED] How to optimize form load event codes?

    And what might be the answer of the reply #5?
  18. Re: [RESOLVED] How to optimize form load event codes?

    Also how to get the Application.ProductVersion inside the startup event? Simply Application.ProductVersion command is not working inside this event.
  19. Re: [RESOLVED] How to optimize form load event codes?

    Sorry to replying in a resolved post again. But actually I have felt into a problem with application startup event. How can I properly close the the full application inside the application's statup...
  20. Replies
    6
    Views
    841

    VS 2015 Re: Unhandled Exception in Try... Catch

    Almost same problem here. What is the proper way to catch the full exception message as a string and then show it to some msgbox or whatever?
  21. Re: How to optimize form load event codes?

    Thanks guys...Optimized the code a lot. Now some better startup performance than before.
  22. [RESOLVED] How to optimize form load event codes?

    Hello Guys,

    I have created a software for automatic upload of some particular files from my client PC's. Now the thing is that I got lots of codes in the Form Load event of the main form which...
  23. Re: My application is not starting up in Windows 10

    So the thing is that my obsfucator changing the codes but at some point which you guys have suggested might be the string comparisons part my application is breaking in windows 10 due to the...
  24. Re: My application is not starting up in Windows 10

    Sorry for the huge delay guys. Actually recently there were some political issues in our country and due to that the government messed up with nation wide internet connections. I was not able to test...
  25. Re: My application is not starting up in Windows 10

    Thanks a lot guys. I will be correcting my code today and will post the latest code as soon as I am done. Really thanks for the awsome help you guys give. Really thanks a lot.
  26. Re: My application is not starting up in Windows 10

    I am just making a release build and then copying all the files from the release build and made my own installer with Advanced Installer. And I am posting the codes below :



    Public Class Main
    ...
  27. [RESOLVED] My application is not starting up in Windows 10

    Hello,

    I have simply created a Windows Forms Application in Visual Studio 2015 with .NET Framework 4.6
    I have enabled Windows 10 support id inside the app.manifest file of my application but...
  28. Re: How to get list of process with their modules and md5 + SHA values?

    Really thanks for the info and the project Edgemeal. That will atleast get me started. Really thanks. And also sorry FD I will not use this post as a reminder from now on.
  29. Re: [RESOLVED] Running VB NET APP On Other System like windows xp 32 bits

    pleasure :D Please rate my post as a token of gratitude :)
  30. Re: Running VB NET APP On Other System like windows xp 32 bits

    First of all Right Click on your project > Then Select Add > New Item > Then from the common items list select Application Manifest File. Let the name of the manifest file remain app.manifest and add...
  31. Re: Running VB NET APP On Other System like windows xp 32 bits

    If your confidence that your application will run properly on Windows XP 32-bit without any problem then you can simple create an Application Manifest file where you need to uncomment the Windows XP...
  32. Re: [RESOLVED] Object cannot be cast from type ... To ... Error

    Ow got it...Actually that was done by me when I wrote reply #5
  33. Re: [RESOLVED] Object cannot be cast from type ... To ... Error

    Without conversion how could I hostname url into the FtpWebRequest?
  34. Re: [RESOLVED] Object cannot be cast from type ... To ... Error

    Then what API will be better to use in this type of ftp uploading softwares?
  35. Re: Object cannot be cast from type ... To ... Error

    Thanks a lot for the solution jmc. Problem solved.
  36. Re: Object cannot be cast from type ... To ... Error

    It is not a compilation error. It is a runtime error. The value of FileInFTP.ToString is = "http://ftp.desk4host.com" & "/" & Date.Now.ToString("HH-mm-ss") & "_" & Date.Now.ToString("dd-MM-yyyy") &...
  37. [RESOLVED] Object cannot be cast from type ... To ... Error

    Hello Guys,

    I am facing a problem with my ftp uploader program. I have used the code from one of my past research of vbforums. But the code is actually not working. At a particular line when I...
  38. Re: Is this the perfect class for multiple db connection use?

    Thanks for the suggestion guys. Now I understood why the warning occurred and what would solve the warning. But will use Shaggy's example of using... end using block from future on because it seems...
  39. Re: How to make this Database Fail Over System Code better?

    Sitten Spynne really thanks for your suggestion. I got a very good picture of the Fail Over system I should use from your suggestion. I will try to get it working today. Since then if anyone wants to...
  40. Re: How to make this Database Fail Over System Code better?

    Actually I am really sorry for the formatting mistake I have done. I am really scratching my head now thinking about how I could possibly paste this non-formatted code here. The real actual code is:...
Results 1 to 40 of 434
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width