| Thread | Last Post | Replies |
|
| conditional break | 20 Jan 2005 05:49 GMT | 2 |
i want to add a conditional break in my vb.net code. like we could in vb6. for example if the counter = 10 then break at that point. kindly let me know if thats possible in vb.net Ichor
|
| Threading Problem in Windows Service | 20 Jan 2005 04:48 GMT | 4 |
All, Have any of you seen a thread created and Thread.Start() called without error, but then the thread is seemingly never actually started? I have a class defined in a VB.NET 2003 Windows Service project. Each
|
| Visual Basic and Microsoft Access | 20 Jan 2005 02:45 GMT | 1 |
Hi I have a couple of questions 1. can I run a Microsoft Access Query Progamatically from VB.net. If so, how?
|
| IWSHRuntimeLibrary | 20 Jan 2005 01:17 GMT | 2 |
I am trying to use the DriveClass to get the information for a drive but can't seem to get the syntax, etc. correct. I tried: dim drives as DrivesClass = ??????????? tried NEW but it's private
|
| Stored procedure where clause | 20 Jan 2005 00:55 GMT | 5 |
I have an existing query from MS Access that I want to convert it to SQL Server Stored Proc. My problem is on how to convert the WHERE clause. This is the query from MS Access:
|
| VB.Net and C++ | 20 Jan 2005 00:09 GMT | 2 |
I need to call an existing C++ DLL from a VB.Net program. I am confused about how the data tupes relate - for example, when a DLL function returns a pointer, how do I handle that in VB? Alternately, is there a way to write a module or class in my VB.Net program
|
| get version number | 20 Jan 2005 00:05 GMT | 6 |
hello, how to get the version number of an exe file? this means not the current application. i would like to check if there is a newer version of my application on
|
| change image from a context menu item | 19 Jan 2005 23:55 GMT | 1 |
hello, i would like to know how to change the icon(image) of an item in the context menu based on a status for.... example: the image should be image1.jpg for default - and if a method
|
| Instant Message | 19 Jan 2005 23:46 GMT | 1 |
Can I send an Instant Message with VB.Net? If so, how? Thanks, Lou
|
| VB.Net 2003 Standard Microsoft Development Environment Error | 19 Jan 2005 23:31 GMT | 1 |
Hey All, I can attach to an Access DB - no problem. I can see the connection in Server Explorer. When I try to click and open the treeview such as Tables, Views, or Stored procedures, I get the error.
|
| How make string bold | 19 Jan 2005 23:20 GMT | 1 |
I would like to display a certain string in a message box in upper case and bold. I know how to display it in upper case. My code for doing so is listed below. However, I do not know how to have it displayed in bold. Is it possible to have it displayed in bold too?
|
| opening an axwebbrowser control immediately | 19 Jan 2005 22:41 GMT | 11 |
I have an axwebbrowser control in a windows app and I want it to start at the user's IE start page, and to start when the form opens, but I can't get it to start in the form's load event. I even tried ending the load event with
|
| Doing a Custom Sort on DataGrid | 19 Jan 2005 20:56 GMT | 3 |
Anyone know how to do a custom sort of a datagrid when a column header is clicked? Thanks
|
| Is New needed? Dim lPF2 = New PARAFORMAT2 | 19 Jan 2005 20:36 GMT | 4 |
The below seems to work. But I just saw similar code the did: Dim lPF2 = New PARAFORMAT2 Now I'm wondering, do I need the New? If not, why not?
|
| Drawing string on picturebox then saving image? | 19 Jan 2005 20:28 GMT | 3 |
I have a Picturebox into which I load an image. Then I programaticaly add some text to that image (using graphics.drawstring). I then want to save the image out to disk -WITH- the text in the image. If I do a PictureBox.Save it saves the image fine but the text is not there in the ...
|