First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
checking if item is in a collection
Hello, here is an easy one. I have a collection of file names. I would like to check if a name exists, before adding it in. Now I currently do not have a key. But there are 2 ways I can think of codeing this. put the item as the key also Col.add "file1.doc", "file1.doc" and then just checking the key ... 17 Jul 2008 13:45
how to enlarge debug window?
Does anyone know if the debug window can be enlarged to hold more text? ... 21 Jul 2008 12:02
universal command line parser
Dear all I like to implement command line parameters to my VB6 app and would need some help how to implement this. I know that all parameters can be retrieved with function command() but some more questions arised how to write a good universal parser: -should the individual parameters always start with a "/" o... 23 Jul 2008 14:20
out of memory with regular expressions...
Hi All, I created a code using regular expressions and when I try to add the option regex.IgnoreCase = True I get the error 7 out of memory. Does anyone know why this is? Regards Marco ... 17 Jul 2008 17:53
array of controls
hello, I have a project in vb.net 2005. in this project I want an array of controls, for example, an array of text box. in vb6 when you put a text box on a form, then copy and paste it on the same form, a message appeared that ask you "do you want to create array of that text box?" and they would have indexes ... 17 Jul 2008 14:47
control box
Hello, I have a project in vb.net 2005.I want user to being asked when he/she wants to exit from the project, for example by asking:"Are you sure you want to quit?". the problem is I didn't find any way to ask this question when the user click the "×" button in the window's control box. how can I ask the user ... 17 Jul 2008 04:28
.reg file
How to create .reg file which will add a string value to the existing key, without replacing the whole key? Jack ... 17 Jul 2008 15:49
State machine implementation in vb tutorials?
Hi all, any refs for sites delving into examples of usage and implementaion of "state machines" in vb? from what I've read so far(google) seems basically just a select case statement but I'm sure i'm missing a lot. thanks mark ... 22 Jul 2008 10:37
World-wide use of VB.NET 2005
I'm currently taking a VB.NET class at my local technical college, and we have an assignment to write a paper on the adoption of VB.NET 2005 around the world. I have searched endlessly for references to use, but haven't found anything that is very useful. I'd greatly appreciate any leads on where I might find s... 18 Jul 2008 13:24
Change Column width of MsFlexGrid control with code- How?
I am using a MsFlexGrid Control to display 10 columns of info in VB5. Several of the columns need to be wider than the others to display all of the info in them. How can I change the column width with code so that when the control is displayed the appropriate columns will be wider? Thanks for your help, ... 17 Jul 2008 16:51
First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68