Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Application
Any
Platform
Windows
Remove
License
Any
Hello, guys.
Here I am back to post a solution I came up with...
I did double-check my ConnectionStrings on each machine, but "unfortunately" everything was OK (pointing to the same shared DB...
Hello,
I have a windows form application that uses WebBrowser control. On windows XP machine when a user logs in as Administrator then the DocumentComplete event gets fired but if a user logs in...
I have a similiar problem.
I made crystal reports and they run in VS2008 localhost and then I deploy to my client for windows application.
The invalid report path error exists at report view.
I...
I read around a few places to gain some understanding. The Windows Forms Textbox has a BackgroundImage property that you cannot set in the properties windows but will show up in the Intellisense....
The most important thing you need to know is a Windows service does not have access to the UI. You are not allowed to update Forms from a service. That is why services write to the Event Log to...
Hi,
I created a windows service in vb.net 2005. and added the following functionality. I am trying to update the label on the form for ever5 five seconds. It works fine when I created the VB.net...
Programming a software that can change icons is a hard thing to do. Why? It is because some softwares replaces the icons of the filename extensions of their own, for example:
Notepad = .txt...
I need your help with my project.Problem is in the sendkey under Windows XP is all ok but under Vista write access denied 70.
Please help me.(rewritte my project)
THX
Dim r As String...
Hye friends,
I am facing one issue related to socket program written in VB.NET (2008 + 3.5 framework) since long time....I am having a socket server application which
accepts the connection...It...
The problem solved. There was an invalid command inside the batch file cause the error. Thanks to those who had read my thead.
Hi All,
Iam developing a GUI for a WinCE 5.0 device on VB.NET with CF 2.0. I need to hide the task bar programatically on launching my application and occupy the full screen. The user should not...
Hi,
Please excuse my ignorance, I'm not a scripter, but I can make modifications as needed. A friend made me a script and it works perfectly at home on XP, but doesn't work on any work machines...
Hi All
I trying to write an automation script to screen scrape a 3rd Party VB6 application.
I am having difficulty trying to enter in data in an ActiveX Masked Edit Control (textbox).
When I...