Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008


all groups > vb.net > march 2004 > threads for sunday march 14

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Detect a keypress while the app is minimized.
Posted by news.microsoft.com at 3/14/2004 11:20:05 PM
Hello, I am building a time clock application and I want to monitor if a key is pressed. The idea is if a user has not clocked in and starts to use the computer that user would be asked if they wanted to clock in. How can this be accomplished. Thanks in advance!! Bryan ...more >>

How to Create and Debug a Setup Program to Update a SQL Server Database
Posted by johannblake NO[at]SPAM yahoo.com at 3/14/2004 10:55:17 PM
This article shows one solution on how you can create a setup program to deploy an update for your SQL Server database. If your customer already has a SQL Server database installed and you want to use a Transact-SQL script to update the database model, there are several options on how you can do...more >>

How I can add,del records in an access database on a network
Posted by masterkid NO[at]SPAM cantv-dot-net.no-spam.invalid at 3/14/2004 10:30:25 PM
How I can add,del records in an access database on a network¿¿¿?? or in a ftp host..... :shock: Please..... :?: Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY ** ...more >>

Try Catch Finally - will it execute?
Posted by Mark at 3/14/2004 9:37:03 PM
I know that the whole point of the 'Finally' statement is to always execute, but will it execute in the following statement: dbConnection.Open Try rowsAffected = dbCommand.ExecuteNonQuery Catch Response.Redirect("../error.aspx?Error=2") Finall...more >>

Webpage to text -- how hard can it be???
Posted by Mark Davies at 3/14/2004 8:48:11 PM
I'm trying to do something very simple -- capture the text from a web page. Can't get it to work. Have scoured the web for info -- no luck (even/especially MSDN). Here's what I've tried: ------------- Added COM reference [Microsoft Internet Controls] ------------- Public WithEvents...more >>

Mental Block
Posted by MS public at 3/14/2004 7:22:02 PM
I'm trying to do something very simple, and I cant get it to work. Probably last nights beero or possibly inherent stupidity on my part. Any how this does not work. Any Ideas ? The PositionChanged event does not seem to fire when I change the position of the bound Textbox. TIA Private Sub ...more >>

webbrowser context menu
Posted by greg85374 at 3/14/2004 6:51:06 PM
MSDN has a very poor answer..im using vb6 pro...can anyone tell me how to add the choice"Open in new tab" to the context menu thorugh code....preferably in such amanner that its removed when my form closes(forsafety) and added back when my form is reloaded?..ive been looking for a week now and have ...more >>

Terminal Services Administration API
Posted by Sameh Ahmed at 3/14/2004 5:56:17 PM
Hello there need to user the Terminal Services Administration API in VB .NET http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termserv/terminal_services_administration.asp the point is, in MSDN they only mention stuff for C language. Any how to link to this API and use ...more >>



mscorlib....
Posted by Anthony Nystrom at 3/14/2004 5:31:07 PM
I am using a dependency app to check my exe assmbly usages.... I see mscorlib show up twice in the list both a 1.3030 version and a 1.500 version... Should'nt my exe only reference this once, and to the newest version.... I am also wondering if this is why I see an exception dialog popup after the a...more >>

2d array search - how ?
Posted by dx at 3/14/2004 5:03:19 PM
How can I perform a search in a 2d array? I had try the Array.indexof() but it returns a RankException error Dim myArray1(2, 2) As String '2D array myArray1(0, 0) = "12" myArray1(0, 1) = "22" myArray1(1, 0) = "32" myArray1(2, 0) = "42" MsgBox(...more >>

HTML decoding in VB.Net
Posted by Greg Vereschagin at 3/14/2004 4:04:11 PM
I am writing a small application that downloads a web page into a string variable. Is there a .Net class that allows the HTML to be easily parsed and navigated. For example, one of things that I will do is find the values of all the data elements in a table row. Thank you in advance for an...more >>

passing vars through forms
Posted by Daniel Sélen Secches at 3/14/2004 3:56:17 PM
Hi all.... I have a frmMain and a form2. form2 has a var named conn for exemple.... public conn as string from frmMain i can do this... dim f as new form2 f.conn = "blblbl" f.showdialog but i want to do the opposite, from the form2 access the frmMain.... i've tried to do like this...more >>

Returning a specific property from a collection of properties?
Posted by Brian Mitchell at 3/14/2004 1:20:28 PM
I have a class that contain one property, and that property contains a collection of more properties (as follows:) Public Class Class1 Private _Name As New cName Public Property Name() As cName Get Return _Name End Get ...more >>

ASPX is shown in Solution Explorer, but not ASPX.VB
Posted by Ed at 3/14/2004 12:49:49 PM
I'm working on a VB.net web project and noticed that only default.aspx shows up in my Solution Explorer. I do not see default.aspx.vb. When I right-click on default.aspx and "View Code", I will see default.aspx.vb in the code window. Why doesn't Solution Explorer show the default.aspx.vb fil...more >>

Mental Block
Posted by MS public at 3/14/2004 12:15:25 PM
I'm trying to do something very simple, and I cant get it to work. Probably last nights beero or possibly inherent stupidity on my part. Any how this does not work. Any Ideas ? The PositionChanged event does not seem to fire when I change the position of the bound Textbox. TIA Private Sub ...more >>

Array of ArrayList
Posted by ptreves at 3/14/2004 11:36:06 AM
Hi I declared a global ArrayList called TotalClients in a module of my VB.NET application Later in one of the forms when I finish entering individual client information, I initialise a Array called IndividualClient which contains 7 elements or items. Then I insert the IndividualClient array in th...more >>

Compiler warning level in VB?
Posted by Thomas Jespersen at 3/14/2004 9:13:02 AM
Hello While trying to learn C# I discovered that the C# compiler has nice compiler warnings like: Unreachable code detected Not all code paths return a value A previous catch clause already catches all exceptions of this or a super type ('System.Exception') Is it possible to get these w...more >>

Controls don't show on form
Posted by Morten Snedker at 3/14/2004 9:03:31 AM
I'm using the example on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsNotifyIconClassTopic.asp but can't seem to put any controls on the form and make them show. Can anybody tell me why? Thx in advance ! :-) Regards /Snedker...more >>


DevelopmentNow Blog