| Thread | Last Post | Replies |
|
| Picturebox coordinates | 14 Jun 2005 11:29 GMT | 1 |
Dear Group, I wonder if anyone can help me with a little VB.NET picturebox problem? I want to let the user click on a map and where they click I want to draw a circle. I'm using the PictureBox.MouseDown event to capture the
|
| Process.Exit event not being raised | 14 Jun 2005 11:19 GMT | 4 |
I'm running a process object within a .NET app, very simple, the process is declared with events, i'm handling the Exit event and running a win32 application. No matter how the process closes the event is never raised, is this because it is a win32 app rather than .NET? ...
|
| extract Integer part of TimeSpan.TotalMinutes? | 14 Jun 2005 10:31 GMT | 7 |
Dim tse As TimeSpan, sTime, eTime As Date, m As Double sTime = Now ....stuff eTime = Now
|
| Compile VB.NET for AMD64 | 14 Jun 2005 10:12 GMT | 3 |
I would like to know if it is (or will) be possible to compile a VB.NET project for AMD64. Actually, I can only see informations to compile a C++ (.NET) project for AMD64, but I can't see anything about VB.NET (or C#).
|
| FileGet bug | 14 Jun 2005 08:44 GMT | 2 |
I have some code I converted from VB6 to read some binary files. FileGet of an int16 seems to be returning a zero instead of the correct value. Anybody heard of this, know of a work around?
|
| Returning contents of a Field from DSN | 14 Jun 2005 08:35 GMT | 3 |
I am trying to connect to a proprietary database using a DSN If the following were to work... how would I store the contents of Customer from the Select statement below to a variable ? sConnString = "DSN=TestDSN"
|
| Space function | 14 Jun 2005 08:23 GMT | 22 |
In Vb 6 exist the SPACE function How to replace this function in vb dot net?
|
| AddHandler Causes Exception | 14 Jun 2005 04:03 GMT | 2 |
I am trying to implement some common services for DataGrid control by implementing IExtendee and providing users with some properties they can set. I need to process some code in the DataGrid's Form Load event. So, I wrote
|
| Convert Images using IO.MemoryStream | 14 Jun 2005 01:34 GMT | 3 |
I am trying to convert a bitmap to a JPEG MemoryStream and return a Byte array containing the resulting JPEG Image as follows: Public Function BmpToJPEG(ByVal BitMapIn As Bitmap, ByVal Quality As Long) As Byte()
|
| Binding to custom collection | 13 Jun 2005 23:47 GMT | 1 |
I have a grid and some TextBoxes on a form. I am trying to bind to a Custom Collection rather than a DataSet which I have been doing in the past. Binding the Grid to the collection is ok, but I don't know how to bind the TextBoxes to the collection.
|
| dropdown list and data source | 13 Jun 2005 23:38 GMT | 1 |
I have a connection to a SQL database. One of the tables in the SQL Database is DefendentInformation. I would like to get the firstName and lastName fields from that table combine them and add that as a value to the drop down list.
|
| Whidbey TabControl? | 13 Jun 2005 23:26 GMT | 8 |
In Whidbey, is there a way to make a tab control similar to the one shown off in the MyProject page (the one with the tabs on the left instead of top)? Thanks in advance,
|
| Connect to ODBC datasource | 13 Jun 2005 23:18 GMT | 1 |
I have created a System Datasource to a proprietary database. I am able to use tools such as MS Access to link to the datasource. Can this be done using VB.net 2003 ? If so how ?
|
| How to validate a file name in vb.net? | 13 Jun 2005 22:22 GMT | 5 |
I have a simple textbox. I want to make sure that the string typed in by a user is a valid windows filename. Can anyone point me to some classes that will help? Ideally, I guess I should create my own textbox class that only allows the typing of a valid filename. Perhaps checking
|
| SQL connect | 13 Jun 2005 21:39 GMT | 2 |
A novice vb.net.question. I have a SQL Server 2000 DB running on my LAN. On the dev computer I can use the Server Explorer to connect to it, under an account I created in
|