| Thread | Last Post | Replies |
|
| Change the look of a button. | 12 Nov 2004 22:20 GMT | 6 |
Hello all, Can you take a button, color it green, have the user click on it, change the color to red, to show it has been selected. IF so, how? As always, thank in advance!
|
| draw box | 12 Nov 2004 21:41 GMT | 4 |
I am new to VB.net, can anybody help me how to create a form that ask user to enter the "WIDTH" and "HEIGHT" and draw a box display in the textbox? thanks
|
| Fixed number of rows in a datagrid | 12 Nov 2004 20:17 GMT | 5 |
If I have a datagrid and the bound data file only have 4 rows in it, the grid will show the 4 rows. However, there is blank space below that until it reaches the bottom of the grid. Is there a way to have a fixed number of rows regardless of what data is in the bound table?
|
| No Smart Device Application template? | 12 Nov 2004 19:42 GMT | 11 |
I need to create a VB.NET application for a Pocket PC. I've installed VB.Net, the .NET Compact Framework and the Microsoft Pocket PC 2003 SDK. Still, there is no "Smart Device Application" template under New Project/Visual Basic Projects.
|
| VB.NET: Connect and Disconnect using System.Net.Sockets | 12 Nov 2004 19:32 GMT | 1 |
Say i have declare a module for connection and two buttons... one button has the method connect() and the other has the method disconnect().... how do i actually connect after i had disconnect my tcpC...
|
| use counter variable when referencing control | 12 Nov 2004 17:45 GMT | 1 |
I'm learning vb, coming from a Perl background. I want to know how to reference a form element by using a counter variable in the element's name. For instance, let's say I have a form with 10 textboxes named textbox1 through textbox 10 and I have a for loop and I want to ...
|
| Anyone seen example of combobox autoselect? | 12 Nov 2004 17:37 GMT | 2 |
I need to implement autoselect in a combobox. Anyone know how? TIA, Larry Woods
|
| Validating a control - contains only numbers and not null | 12 Nov 2004 17:27 GMT | 2 |
I want to ensure that a text box contains a number and is not blank. I'm using the regular expression validator to do this with this line ValidationExpression="[0-9]+" This expression works when I enter input which is not numeric but it will
|
| Find out when text file last saved | 12 Nov 2004 17:18 GMT | 2 |
Hi, I import data every evening through a scheduled task from a text file. Once the data is imported, an email is sent to a user saying how much data etc.. was in the file.
|
| IE Band Objects | 12 Nov 2004 17:15 GMT | 1 |
Has anyone done any development with Internet Explorer band objects in VB.NET? If so, how did you resolve the issue surrounding IEs failure to process the backspace keydown event for edit controls hosted within band objects?
|
| parse and convert string generated at runtime to a boolean | 12 Nov 2004 17:15 GMT | 1 |
I have a string, generated at runtime, which I want to convert to a boolean. The string can be something like: "(true or false or true) andalso false"
|
| Declaring Enums | 12 Nov 2004 17:07 GMT | 1 |
I have a an assembly with the following code Module modEnums Public Enum enuFixType ftyButtSide 'jamb full height, header inside jambs
|
| DataSheet Form | 12 Nov 2004 16:37 GMT | 2 |
I'm coding a complex physical problem which request the input and ouput of a lot of datas. In order to do that I have started to bulid a form which contains a lot of Label and TextBox ,
|
| Crystal Reports - Database Login? | 12 Nov 2004 16:36 GMT | 1 |
I have a crystal report using a Dataset which is populated at Runtime. It works fine on my development machine, but when I deploy it to a test machine I get a 'Database Login' box. There shouldn't be a need for it to connect to any database because the dataset is populated with ...
|
| Variables | 12 Nov 2004 16:21 GMT | 3 |
I'm coding a complex system which require thousands of varaibles. I would like to create most of them dynamicly with a template. for exemple I woould like to be able to declare my varaibles as follows Dim s1, s2 as string
|