| Thread | Last Post | Replies |
|
| How delay firing of a code? | 16 Dec 2004 16:34 GMT | 6 |
Is there a way in vb.net to delay the firing of certain code till after everything else has run? That is, I have an event with some code in it that needs to run AFTER everything else has run when the form is loaded. Is there a mechanism in
|
| color inversion | 16 Dec 2004 16:30 GMT | 4 |
Hi Is there a method, or has anybody already ready written one to determine a contrasting color to a background color for text. In my case during a paint of a cell in a data grid.
|
| Finding name and type | 16 Dec 2004 16:24 GMT | 1 |
Finding name and type In the activate procedure of a form I want to write to the debug window, name and type of all controls at that actual form. Is there a smart way to do that?
|
| Write during reading a file | 16 Dec 2004 15:50 GMT | 4 |
I must read a txt file and when I found a line beginning with the word "Backup", I must replace this line with "Save" The read and the write must done into the same file! I know how to read line after line a file (I use StreamReader), but how
|
| More of "Index was outside the bounds of the array" | 16 Dec 2004 15:30 GMT | 4 |
Herfried and Cor:- I used tracing and actually tracked down the code that was causing the problem most likely. I wonder if you wanted to comment on it. Also I wonder if there is a better way of testing if there is data than
|
| Unknow error after minimised a windows form | 16 Dec 2004 15:30 GMT | 3 |
After I bring up a minimised windows form, I hit the error below: Rectange '{X=0,Y=0,Height=33}' cannot have a width or height equal to zero. I have checked my code, I did not write any code in the resize event
|
| Defining the range of an array | 16 Dec 2004 15:11 GMT | 6 |
If we declar a varible as: Dim series(10) as Double then series can contain 11 items in maximum ( 0 - 11 ). How do you declar this varible, making the first item as
|
| Swapping out a color programmatically | 16 Dec 2004 13:21 GMT | 1 |
When I try to change the Color.Lime with a string that contains the contents "Color.Lime" I get a Casting compile error. So how can I get past this casting issue to change out the color programmatically?
|
| Referencing objects in mshtml | 16 Dec 2004 11:57 GMT | 2 |
I'm using the WebBrowser control and mshtml library to modify the HTML in a web page. E.g. the code below is meant to change all .txt links to .zip, but doesn't because mAnchorElement is just a copy of mElement and doesn't reference mElement and any changes I make to it affect ...
|
| Q: Main in VB.net | 16 Dec 2004 11:17 GMT | 16 |
What is the closest equivalent to Main in a VB.Net form? Geoff
|
| How to read multiple files from a folder? | 16 Dec 2004 11:04 GMT | 5 |
Hi experts, I wrote a function which retrieves a file in the folder, the file path is : Dim sr As New StreamReader(strFilepath & ReturnFileName)
|
| Param size | 16 Dec 2004 09:23 GMT | 2 |
If I specify a type of parameter as varchar or decimal, etc, is there a time when you are required to specify the size of that param as well. Or is it safe to simply specify name, direction, type and value? To this point I have used that and it works fine, but I'm wondering if I ...
|
| How to dispose the login screen | 16 Dec 2004 09:06 GMT | 1 |
After the login has been authenticated successfully, I written the code below to call the main form: dim loMainForm as new MainForm MainForm.ShowDialog()
|
| vb.net, MSSQL, and null dates | 16 Dec 2004 08:38 GMT | 4 |
I have an application where a database entity that progresses through a cycle. As it completes a step along the cycle, a todays date is assign to one of the date columns in the table row. However at the beginning of the cycle many of the dates hold null values.
|
| Cor: DataGridComboColumnStyle | 16 Dec 2004 08:29 GMT | 12 |
Cor, I found a previous message from you on the newsgroups with code for a DataGridComboColumnStyle.. This one seems to work a lot better than the one that I wrote, however I'm having a couple of problems. One, if I tab
|