| Thread | Last Post | Replies |
|
| checking to see if a folder exists | 17 Nov 2004 08:08 GMT | 2 |
How with out creating a COM object, do you check in .NET to see if a folder exists? I found the check for a file but i need to check for a folder, and there does not seem to be on in the path class
|
| delete all rows in a datatable | 17 Nov 2004 08:06 GMT | 5 |
i am using ms access as my database i can successfully delete a single record from a table using : targetRow.Delete() Try
|
| adding data to SQL from form textbox, a variable | 17 Nov 2004 07:59 GMT | 6 |
Hi all, I know this is easy, just can't seem to get it. I have a windows form, and a text box, with a value already in it. I need to add that value to a table. It's just one value, so the entire row doesn't get filled. I have a
|
| ListChanged event? | 17 Nov 2004 07:22 GMT | 1 |
When sorting a datagrid by clicking its column header, a ListChanged event is raised by the dataview on that the datagrid is based. However, inside the ListChanged event handler, I loop through the dataview and see that the order of the dataview is not changed.
|
| Bootstrapper plugin and Windows SP2 | 17 Nov 2004 07:08 GMT | 1 |
I have a user saying that she is getting the error message that .Net Framework is not installed when she runs my installer file for my program. OK, that's right... if no .Net Framework is installed
|
| clarification in pag book | 17 Nov 2004 05:26 GMT | 3 |
hey all, i'm reading about app architecture in patterns and practices and there was a paragraph i need some clarification on. please keep in mind that i'm new to this object oriented stuff so talk lamen.
|
| Disappearing Status Bar | 17 Nov 2004 04:14 GMT | 1 |
Haven't been able to get to the root this odd problem. Perhaps someone here can suggest something that will get me on the right trail? Its probably the same issue Alex reported in 2003 but had no response (http://groups.google.com/groups?hl=en&lr=&threadm=Ow7fLkYxCHA ...
|
| Application Deployment Wizard | 17 Nov 2004 04:03 GMT | 3 |
I just installed Visual Basic.Net 2003 in a PC ( Windows XP SP2) at work in order to create a windows application using Softwire to collect data from a couple of
|
| Hash Checking On Startup | 17 Nov 2004 03:32 GMT | 4 |
Hi, I'm trying to implement a way to security check the Hash of the Application.ExecutablePath. I placed the following ran the ff procedure at Sub Main Private Sub CheckHash()
|
| combo event for selecting item AND entering text??? | 17 Nov 2004 01:17 GMT | 1 |
Is there a combo box event that will fire after selecting an item from the dropdown list AND after entering text in the editable portion?
|
| Two dimension Array | 17 Nov 2004 00:51 GMT | 4 |
I would like to store the array like as following arItem(0,0)= "APPLE" <-- string arItem(0,1)=30 <-- no of item , integer arItem(1,0) = "ORANGE"
|
| Multithreading implementation -- assign thread to a specific processor? | 16 Nov 2004 22:58 GMT | 3 |
Is it possible to assign threads to a specific CPU ID? I'm attempting to provide performance benefits for 2 and 4 CPU systems and would like to assign specific threads to a processor, is this possible with .NET? Can't seem to find anything that would not include such support? ...
|
| gdi+, please help! | 16 Nov 2004 22:17 GMT | 4 |
I am a newbie in vb.net and gdi+, in my windows app, I using System.drawing to display image file, now when user view a multipage tiff file, they moved to 3rd page, then chose a new tiff file, it's display 3rd page instead of first page, I tried something but not works, so what I ...
|
| sending wav files thru modem | 16 Nov 2004 22:17 GMT | 1 |
Is there a way to send an audio file thru a modem once I've made a connection?
|
| Draw a Rectangle? | 16 Nov 2004 22:16 GMT | 6 |
Can someone point me to an example or post some code on how to allow a user to draw a rectangle on top of an image and retrieve the coordinates and dimensions of it. They will also need to be able to move it around on the picture and delete it.
|