Search:

Type: Posts; User: accmaster

Page 1 of 9 1 2 3 4

Search: Search took 0.10 seconds.

  1. VS 2017 Stop windows defender notification using vb.net

    Hello everyone,

    I want to stop windows defender notification for all windows 10 /home / pro / enterprise edition also from windows 11, windows server editions.
    The code I have designed works only...
  2. VS 2017 Re: Form is not opening in design time when right click on "go to definitation"

    Thanks everyone for your time, Now I will follow what are the standard provided by Microsoft.

    Thank you
    Ladak
  3. VS 2017 Re: Form is not opening in design time when right click on "go to definitation"

    I moved from vs2013 to vs 2017.
    In vs 2013, in design time when i right click on Frmxyz.show and select go to defination it shows / open Fromxyz in front of me but this is not happening in vs2017. ...
  4. VS 2017 [RESOLVED] Form is not opening in design time when right click on "go to definitation"

    Hello everyone,

    Today I am facing this issue.

    I have a form in my vb.net project form name is "FrmActivateLicense". This form is working perfect with I use FrmActivateLicense.ShowDialog(). but...
  5. VS 2017 Re: Getting another instance of MainForm in Single Instance Application

    My friend jmcilhinney, I must say you are a Genius!!!

    I got your point and now my issue is resolved.

    Thanks for your time.

    Ladak
  6. VS 2017 Re: Getting another instance of MainForm in Single Instance Application

    This is used in ApplicationEvents



    My.Application.MainForm.Show()


    and this is used to activate scan window.
  7. VS 2017 [RESOLVED] Getting another instance of MainForm in Single Instance Application

    have a look on this vb.net application code.
    When I fire " Call MainForm.HideOrShowFrames("Scan")" from Public Class ContextMenuHandler another window of mainform appears instead of showing...
  8. VS 2017 Re: Maximize already running program from notifyicon / taskbar

    Hi jmcilhinney

    I just found solution from vbforums:


    https://www.vbforums.com/showthread.php?722361-Maximize-an-External-Application-which-is-minimized-in-the-system-tray-using-VB-Net

    ...
  9. VS 2017 [RESOLVED] Maximize already running program from notifyicon / taskbar

    Hello there,

    I have an application with notifyicon. when the program runs, if user cancel or minimize the form, the form automatically goes to taskbar due to notifyicon.
    If user again clicks on...
  10. VS 2017 Re: Add a Item in Context menu in right click on any drive.

    Hello OptionBase1

    My issue is now resolved. here is my code




    Try
    Dim key As RegistryKey = Registry.ClassesRoot.OpenSubKey("Drive\shell", True)
    If key IsNot...
  11. VS 2017 Re: Add a Item in Context menu in right click on any drive.

    Hello OptionBase1

    I changed command to:
    newKey.SetValue("command", """c:\windows\system32\calc.exe"" ""%1""")

    Still no luck.

    Can you please edit my code and provide me right code to...
  12. VS 2017 [RESOLVED] Add a Item in Context menu in right click on any drive.

    Hi there,

    I am tring to add an option in context menu when user right click on driver letter. here is my code




    'HKEY_CLASSES_ROOT > Drive > shell.

    Try
  13. VS 2017 Remove "Windows Defender" notifications from desktop application.

    Hope you are doing well!

    I would like to request your assistance for one of my VB.NET projects. If you're able to help, please let me know.

    The main task is to "STOP ALL TYPES OF WINDOWS...
  14. VS 2017 Re: Get Instant popup when there is any event added in Windows Defender Log File

    Hello there,

    Your provided example helped me a lot!
    Thank you, issue is now resolved.

    Ladak
  15. VS 2017 [RESOLVED] Get Instant popup when there is any event added in Windows Defender Log File

    Hello there,

    I am tring to catch instant latest (current) details from "Microsoft-Windows-Windows Defender/Operational" event log. Here is my code




    Try

    ' Define the...
  16. VS 2017 How to Open "Get Help App" on Button click in vb.net

    Hello everyone,

    I am trying to open "Get Help App" on Button click in vb.net but still no luck.
    See attached file. This is window I want to open in windows 10/11 using vb.net 2017 on button click...
  17. Replies
    3
    Views
    591

    VS 2017 Radio button and On/Off Button

    Hello everyone,

    Please have a look on 2 attached pictures. I am looking for radio button and on/off button like these pictures.
    This radio buttons are slight bigger in size, the radio button...
  18. Replies
    2
    Views
    644

    VS 2017 Show Calculator Inside Panel.

    Hello everyone,

    I am using VS2017 and dotnet framework 4.8. I have a a windows form on my project and a panel on that form.
    I want to show windows calculator inside my panel. If the panel is...
  19. Replies
    7
    Views
    1,189

    VS 2017 Draw line, circle or box in VS 2017

    Hello there,

    I am using VS 2017 and I want to draw circle, lines etc, but I don't want to do this by coding.
    Is there any tool available in NuGet package so that I can draw line directly on form?...
  20. Replies
    8
    Views
    935

    VS 2017 Re: On & Off Switch

    Thanks buddy, I ll check it out
    TQ

    Ladak
  21. Replies
    8
    Views
    935

    VS 2017 [RESOLVED] On & Off Switch

    Hello everyone,

    Please have a look on attached image. I am looking for this type of On & Off switch to activate and deactivate feature in my application.
    I am using VS 2017 and dot net framework...
  22. VS 2017 Sometimes connection failed with Amazon RDS

    Hello everyone,

    I have an issue, I have designed a desktop application and deployed it to my clients on a SAAS model. Details of licenses are saved on amazon RDS (relational database server). On...
  23. VS 2013 Re: Data Saving Issue in SQL Table

    Beautiful explanation! Thank you buddy.

    I created 2 separate procedure for saving both modules. Hope this will work for me.

    Ladak
  24. VS 2013 [RESOLVED] Data Saving Issue in SQL Table

    Hello everyone,

    I am facing an issue with my code and the issue is when I click on save button, sometimes the data doesn't save in 2 tables. It happens in "Add Mode" only. If I check in a table...
  25. VS 2013 Read line by line MS Word document in VB.net

    Hello everyone,

    I have a document of 7 pages in MS Word. I want to transfer all lines one by one in SQL Table.
    How can I read every single line from my document? Inserting to SQL Table is not an...
  26. VS 2013 How to Check system is using IPV4 Or IPV6

    Hello everyone,

    How can I check the current network adaptor on computer is using IPV4 or IPV6 using Vb.net 2013.
    I am facing an issue that Amazon RDS doesn't support IPV6 and I am using Amzon...
  27. VS 2013 View reports on browser designed in vb.net and sql server

    Hello everyone,

    I have been designing desktop applications for the last 10 years and this is fact that 60% of my customers are asking for web based software's. It is not possible to design desktop...
  28. Replies
    1
    Views
    3,415

    How to Call Restful API from Vb6

    Hello everyone,

    I have a RESTFUL API that has to be integrated with VB6 software. Please help me how to run this API from Vb6 application.

    Thank you
    Ladak



    RESTful API
  29. Replies
    1
    Views
    1,201

    VS 2017 Getting Error in RestClient

    Hello there,

    I am using VS2017 and Dot net framework 4.5

    please have a look on my code, I am getting error on using RestClient. On Dim client = New RestClient(endPoint) is shows 'Type Expected'...
  30. VS 2013 Re: Getting Error in AUTHORIZATION Basic Auth

    Thanks for your time. my issue is now resolved.




    '
    Dim Request As HttpWebRequest = TryCast(WebRequest.Create("https://create_shipment.php"), HttpWebRequest)


    Dim...
  31. VS 2013 [RESOLVED] Getting Error in AUTHORIZATION Basic Auth

    Hello there,

    I am using VS2013 framework 4.5 and I want to pass Basic Auth from vb.net to save courier details API provided by 3rd party.

    please have a look I am getting error on


    ...
  32. VS 2013 Re: Software automatically close if Idle for more that 20 mins

    This is an accounting software, nothing is connected with this software.
  33. VS 2013 Re: Software automatically close if Idle for more that 20 mins

    my 3 different clients informed me several times that if the application is idle for more than 20 and then they try to start work again, the application closed without any error. I also asked them if...
  34. VS 2013 Re: Software automatically close if Idle for more that 20 mins

    its a desktop application and yes application closed itself after idle time of 20 mins.
  35. VS 2013 Software automatically close if Idle for more that 20 mins

    Hello everyone,

    I am facing an issue and want someone to help me out. I have an application designed in VS 2013 and SQL Server database.

    If the software is idle for more than 20 mins it...
  36. VS 2013 Re: How to handle Multidimension string

    Hi .paul

    My issue is now resolved.

    Thanks for your time
    Ladak
  37. VS 2013 [RESOLVED] How to handle Multidimension string

    Hello there,

    I am using farpoint grid to fill combobox with datatable, I used a variable Unit(10) to get rows in Unit variable.
    Currently there are only 4 records in table. When I run my code the...
  38. VS 2017 Re: How get get IMEI Numbers from Android mobile phone.

    I am using windows 10 with VS2017, I have an android phone connected with cable with computer.
    I want to get IMEI numbers from mobile

    This is the task I am looking for.

    Thank you
    Ladak
  39. VS 2017 How get get IMEI Numbers from Android mobile phone.

    Hello everyone,

    For last 2 days I am trying to find out some solution to get IMEI numbers both 1 & 2 from Android mobile using VB.net.
    I am using VS 2017 and trying to get IMEI numbers from smart...
  40. VS 2013 Sending text message + attach file in whatsapp

    Hello everyone,

    For last 2 days I am trying to find some solution to send text message and attach file and send it through WhatsApp.

    Current scenario is : I am connected on WhatsApp on my...
Results 1 to 40 of 324
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width