Advertisement

1 - 10 of 342 containing alltags:("Microsoft VB.NET") (0.004 seconds)
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...
Zones: MS Visual BasicDate Answered: 11/15/2007 Grade: A Views: 0
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.  
Zones: Visual Studio, MS Visual BasicDate Answered: 11/14/2007 Grade: B Views: 0
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"...
Zones: MS Visual Basic, Visual Studio, .NET Framew...Date Answered: 01/08/2008 Grade: A Views: 33
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...
Zones: Visual Basic, VB Controls, VB ObjectsDate Answered: 01/29/2008 Grade: A Views: 79
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...
Zones: SQL Server 2005Date Answered: 01/29/2008 Grade: A Views: 21
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_...
Zones: .NET, Visual StudioDate Answered: 02/07/2008 Grade: A Views: 0
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...
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...
Zones: MS Visual BasicDate Answered: 02/25/2008 Grade: A Views: 0
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.
Zones: .NET Framework 2.x, AS...Date Answered: 03/05/2008 Grade: A Views: 8
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...
Zones: .NET, MS Visual BasicDate Answered: 03/03/2008 Grade: A Views: 84