| Thread | Last Post | Replies |
|
| Syntax help | 30 Oct 2006 03:56 GMT | 11 |
I have a problem when compiling following code. The message i get is: "NEXT without FOR". It's on the last NEXT the compile-error appears. Could anyone please help me and let me know how I should write the code instead.
|
| Invalid Syntax Error | 30 Oct 2006 03:54 GMT | 1 |
Hello. I have been getting an error that says, Invalid Syntax Error. This message is located on the blue bar on the top of the internet explorer window. I have installed a newer version of internet explorer (IE7) but this problem has not been fixed. The Invalid Syntax Error ...
|
| Scrollbar | 27 Oct 2006 02:45 GMT | 2 |
I want to remove the scrollbar on my listbox. I can't find any property for removing it. Please help. //Cash
|
| VB 2005 - Binding Source question | 27 Oct 2006 00:33 GMT | 1 |
VB Gerus, I am new to VB 2005 and am receiving the "Update requires a valid UpdateCommand when passed DataRow collection with modified rows." message tied to the TableAdapter line when trying to save data
|
| How to set control attributes at runtime | 23 Oct 2006 14:30 GMT | 1 |
I need to set a form's properties and included controls' properties at runtime I have been unable to find out how to set properties at runtime. For example: Me.Font = New Font(Me.Font, FontStyle.Bold). I found this after much searching on the web. I am looking for something
|
| Padding with zeros | 20 Oct 2006 14:10 GMT | 4 |
I have a simple syntax problem. My Number needs to have 7 numerals with 2 decimals. Eg. 0000.00
|
| radio Button Group | 19 Oct 2006 01:51 GMT | 2 |
hi i am using Visual Basic 2005, and i am programming a windows form. I have a groupBox that contains a number of radio buttons. for ease of the argument we will say three. the program is meant to calculates taxe and these three radio buttons represent the tax rate. for example
|
| Form Hide Show - Keeps Application On Right Of Taskbar ! | 17 Oct 2006 13:06 GMT | 3 |
It started as small application. However became a big one. Now I have number of forms, and on clicking buttons I hide the current form using Me.hide and show the next form as nextform.show. However this keeps the application always on right side of taskbar. And takes a small moment
|
| bold text in label | 14 Oct 2006 02:44 GMT | 9 |
I am putting text in a label as a variable. But i want just the variable text to be bold face, so like: The variable is <b>value of the variable</b> blah blah.
|
| prevent losing focus | 13 Oct 2006 05:15 GMT | 7 |
I am writing an app that has few forms showing at the same time, and one of them is the data entry form, the rest (7 of them) are just loading pictures from HD constantly (controlled by timer eg 5 sec interval). Now I have a problem, everytime each of the display forms timer is ...
|
| Coerce Null to Zero? | 12 Oct 2006 18:28 GMT | 18 |
Just wondering... When working with database fields, it's simple to coerce a Null to String by concatenating an empty string. IOW: MyField & "" Is there a similar technique for coercing it to Zero with numeric fields? I
|
| recordcount per date ? HOw? | 05 Oct 2006 09:21 GMT | 1 |
its me again.... how are you today ???? i have some problems again i have some records per date
|
| remind me how to use like | 03 Oct 2006 03:26 GMT | 3 |
I want to verify a string. The string should include only A-Z,0-9 and <SPACES> Please remind me how to use Like operator TIA
|
| ListView Element not found error | 03 Oct 2006 02:22 GMT | 4 |
I have created a list view on a form and added the imgVLsort control, when I try to load the form I get the Run-time error 35601 Element not found. Here is my code; Private Sub Form_Load()
|
| call sub | 02 Oct 2006 17:32 GMT | 1 |
how call procedure sub of activeform trough project menu
|