| Thread | Last Post | Replies |
|
| Turn off mousewheel event. | 16 Jun 2005 17:03 GMT | 1 |
when a NumericUpDown control has the focus, the mousewheel increases/decreases its value. How does one prevent this from happening? How does one turn off its mousewheel event? Thanks.
|
| Usercontrol - property value gets lost | 16 Jun 2005 16:28 GMT | 2 |
I need some help passing data to and from a usercontrol. In the following Property DisplayValue, If I hard code a return value (Return "Test Data"), then the data gets returned.
|
| App.config | 16 Jun 2005 16:09 GMT | 4 |
Ok, I'm totally confused... I want to store my db connect strings in the app.config file. So I added an app.config file and renamed it to MyApp.exe.config Everything I've read says that it has to be located in the same dir as the
|
| VB Express still no joy for form designer | 16 Jun 2005 15:22 GMT | 2 |
The forms designer has not fixed a longtime (since VS 2002) problem. If you have an embedded UserControl and you make a change to the source, there is no way to open the form and have the property grid deal with it. You can see the property grid but there are not properties. ...
|
| This must be easy... i just can't do it!! | 16 Jun 2005 14:50 GMT | 8 |
I can't believe i'm stumbling on such a seemingly minor task. I have a major mental block here. I have boiled down the problem to it's most basic form: I have form1 and form2. Form1 has a blank label. Form2 has a button.
|
| Adding data records | 16 Jun 2005 14:47 GMT | 3 |
Hi, hope someone can help with the following, I'm a bit stuck! I have a database table (Access) with an AutoNumber field. When I add data to the table I want to use the AutoNumber field, format it and save the result in another field within the same record.
|
| Decimals bug?? | 16 Jun 2005 14:45 GMT | 5 |
I'm having a problem doing a simple addition in VB.NET ?84.16+39.57 123.72999999999999 it should be: 123.73
|
| How can I print and printpreview a datagrid? | 16 Jun 2005 14:10 GMT | 3 |
I'm trying to print directly from a datagrid and I'm running into some problems. Heres a snipit of code I'm using for printing: '******************************************************************** Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As _
|
| navigateurl | 16 Jun 2005 13:29 GMT | 2 |
I am sure that this is an easy and stupid question to ask, but I was wondering how to enter the text in a textbox into a navigateurl field of a hyperlink. EX)
|
| Executing a Query and updating a DataTable | 16 Jun 2005 11:43 GMT | 1 |
I have the following query which I want to use to update a DataTable: "SELECT tblVmsResponse.IntDestZone,(tblVmsResponse.LngDestinationDiversionNum) as Diversionnumber," & " (tblVmsResponse.strIncidentLink) as
|
| Creating NTUSER.DAT file programatically | 16 Jun 2005 11:24 GMT | 3 |
As part of the sys-admin tasks I undertake, it includes the profiling of user accounts. Most of this has been done through scripting, but there is still the hands on part of mapping drives etc that the GPO miss.
|
| Textbox as logbook | 16 Jun 2005 10:46 GMT | 3 |
I am using a textbox to display, row by row, results of Database-related operation. One, is this a valid method or not? Two, I see textbox.maxlength defaulted to 32767.
|
| Long2IP Function? | 16 Jun 2005 10:31 GMT | 10 |
I need a long number to IP Address Convertion Function. Take 3349551105 to
|
| Random password generator | 16 Jun 2005 10:31 GMT | 2 |
I am trying to create an app that will take a list of about 10-20 dictionary words from a txt file (they are 1 per line in the file) and add 4 numbers to the end of the word, and output this to a seperate file. The number of lines outputed would be a variable set from a textbox ...
|
| APAX, Option Strict and casting System.Object to System.Array | 16 Jun 2005 10:21 GMT | 1 |
I'm trying to use the APAX serial I/O control (www.turbocontrol.com/AProZilla.htm) in a VB.NET project and I'm having trouble with its 'data received' events. The data is supplied by APAX as a variant which appears to VB.NET as a System.Object. I want to
|