|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
wanwan -
17 Feb 2007 3:31 PM - 4 messages
I'm using Microsoft Visual Studio 2005 in multithreading, I want to be able to pause and resume a thread. I see that suspend and resume are deprecated. So what can I use instead. ...
Zytan -
16 Feb 2007 9:38 PM - 11 messages
What is the difference between these two lines? Dim args As Object() = New Object() {strText} Dim args As Object() = {strText} args seems usuable from either, say, like so: Me.Invoke(delegate, args) Zytan ...
active -
16 Feb 2007 4:22 PM - 8 messages
With VS2005 the windows form designer uses the files *.Designer.vb I hope no one at MS is reading this because I know it will upset them to know - I like the old way better! I've been looking at the Options available for the Windows Form Designer and ...
Rodrigo Juarez -
16 Feb 2007 1:58 PM - 4 messages
Hi I'm using Visual Studio 2005 with visual basic, developing winforms applications I'm adding try catch blocks for error handling and I want to close the application when I got an error. Closing the form is not enough because there is a lot of forms open ...
Lou -
15 Feb 2007 8:45 PM - 5 messages
I have a app that gets xml data from a web site using http: This all works if I test it in VB6, but the ParseXMLFile function crashes on the line: nNode = xDoc.SelectSingleNode("cap:alert") With the error message ...
Marty -
15 Feb 2007 4:48 PM - 2 messages
As said in the title I am trying to connect to a .WK1 file. Here is my code so far: If (.ShowDialog() = Windows.Forms.DialogResult.OK) Then strFilePath = ...
Brano -
15 Feb 2007 3:03 PM - 9 messages
Hi I am using vb.net 2005 this is a windows application I am using this functionality in another project I have created this simple project to show the problem Basically I have two forms: Form1 - contains a panel (System.Windows.Forms.Panel) ...
LBT -
15 Feb 2007 2:52 PM - 3 messages
Good Day, I have a web application created using ASP.NET (with VB.NET). The application allow user to browse Excel raw data file then the program will grab data from the file to perform further data processing. The question is I'm doing this by creating an Excel application everytime to ...
Eitan M -
15 Feb 2007 7:33 AM - 3 messages
Hello, I am looking for a simple code of login to db of asp dotnet (vb dotnet code). with user name + password & simple database. When login to database - I want to see a table data with all it's columns. ...
marcmc -
14 Feb 2007 4:12 PM - 5 messages
Hi, I've just deployed my application which I ported from VS.Net 2003 to VS.Net 2005 and also from SQLServer to Teradata. When I put the executable on the network it won't run. The error is as follows: ...
Bill -
14 Feb 2007 12:11 AM - 4 messages
Every now and then when I go on my form in the IDE the form goes blank and the computer grinds away for 10 or 20 seconds and then everything reaapears. What exactly is the computer doing and is there a way to ...
Jim R -
13 Feb 2007 9:57 PM - 4 messages
I am trying to use Dragdrop event on a control in a VB.NET 2005 app. The app is getting the DragEnter event, but is never getting a DragDrop event. My control has its "AllowDrop" property set to "True". But it seems ...
nil -
13 Feb 2007 11:31 AM - 3 messages
hello everyone can any one tell me how can i convert my grid data in to pdf?pls provide some code snippet or some link that contains the related topic.. Thanks & Regards, Nil ...
vovan -
13 Feb 2007 12:07 AM - 6 messages
I'm using this approach to read from registry. Dim f As New RegistryPermission(RegistryPermissionAccess.AllAccess, _ "HKEY_LOCAL_MACHINE\SOFTWARE\SRS Enterprises\Coordinator\Settings") 'Vlad 02/12/2007 ...
|
|||||||||||||||||||||||