I need to make either radiobutton/checkbox/dataset (either of them will do ) and set the value of primarykey of table as value of radiobutton..So when user choose any of radiobutton and click on de...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22948073.htm...
We need to check if the user the interaction with our application inactive for n seconds.
This is a windows desktop appliction written in VB.NET
Using Windows timeout is not acceptable.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22954...
Hi,
When I use HttpUtility.UrlEncode to URLencode a string, vb.net (version 2) provides me with urlencoded strings that are in lower case (e.g. the string "<hello>" is encoded into "%3chello%3e"...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23067084.htm...
I have 100 text box controls on a Form. Every time I hit the Enter Key, I want the cursor to jump to the next control.... I have set the Tab Order Correctly and am good there.
This code works...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23112504.html
I have a column in my SQL 2005 table that is defined as a Timestamp and I want it be populated with any new record creation.
Here's my Update code, but returns a message saying I can not update a...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2311...
Hello
Please advise why I get the following error when trying to execute the following code:
Private Sub FillFacList()
Dim ds As New DataSet
ds = ReadDataSet("select wad_...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23143795.html
After running the following code, I (obviously wrongly) expect the value of ggg to be 'bbbbbbbbbbbb'. I guess what I'm looking for is how to do an object assignment (equivalent to SET in vb6), so t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23164144.html
Zones:
Visual BasicDate Answered: 02/14/2008 Grade: A Views: 0
I already have a splash screen in place that is supposed to hide the load form in the background. However, the child form takes a few second to load and overwrites my splash screen. Since there are...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23167087.htm...
Hey Guys,
I am continuing to get this error every few times.
I don't know what the error is about, It just stared happening recently.
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23204070.h...
I'm trying to write a little app that opens a text file and displays the contents of the text file in a RichTextBox and then use a picturebox to display the line numbers. I'm not sure if this is th...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23206426.html