Hello,
I have drawn buttons on the Tabs of my Windows Form application and want things to happen when the user clicks on those buttons. To do so I need the mouse position relative to the TabCont...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22952597.html
I got the following code from an earlier posting to EE about checking the format of date/time in a textbox. The code works great, but I found a problem that is if you want to leave the textbox blan...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23010873.htm...
This is probably an unusual request, but I would be grateful for some advice on proper design of a program I need to write.
We will be doing a physical inventory of every item in our facility (a...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23018331.html
Ok, first off, I am creating a service that is supposed to keep the upload folders in my web farm synced up. So I developed this service to do the work. What the issue is, is in the function "OnC...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23047...
My application allows users to create tables in an Access database.
The tables are named in the following date format:
01_02_08
01_04_08
02_24_08
03_12_08
03_14_08
So, in this case the ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23059350.htm...
Basically, how would you copy a table to another table in the same Access database?
I found the SQL below off the web, but I'm not sure what the VB code would be to use the SQL and also is this th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23064000.htm...
Hello all,
I'd like to find all instances of a file (named "artifact.xml") in a directory (let's say "D\test\") of unknown structure, using vb .net.
Can anyone let me know the most efficient ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23072073.htm...
I'm using the following code to fill a dataset from an Access database table called: Current_Milestone.
I'm getting the following error with my Try Catch:
Fill:expected a non-empty string for...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23075726.htm...
Hi
I currently have a VPN connection which when it is disconnect it runs a small .exe file to clear any mapped drives that have been created during the connection. What I want the .exe file to d...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23077793.htm...
Hi
I'm struggling to get this to work. I have a form (form1) and i want to display the system idle time on a label (label 1 located on form1).
I managed to find this idletime class from TheLear...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23079003.htm...