| Thread | Last Post | Replies |
|
| Arrays in VB6 | 31 May 2004 03:53 GMT | 1 |
Unlike VBScript, the arrays in Javascript are objects that have methods and properties. The following example defines an array in Javascript. How can I achieve the same in VBScript? Can someone convert the following function
|
| New to VB6.0 & CR 8.0 | 30 May 2004 04:51 GMT | 1 |
Can any one help me with syntax, how to connect a crystal report 8.0 with my application developed in VB6.0 the following things are made in my applicatio I have created a form. in that a crystal report control object and a crviewer object
|
| How to pass function name as a parameter? | 26 May 2004 13:37 GMT | 11 |
I want to pass a function pointer to another function as a parameter. Is it possible in VB? here's C++ example: ----
|
| Suppressing or Overriding the Change event | 26 May 2004 04:39 GMT | 1 |
If I want to temporarily suppress the change event for a combo box control while I run some code, How would I do that? Thanks in advance to your response
|
| GoTo function help | 24 May 2004 12:04 GMT | 2 |
Dear Peopl This may seem like a very silly cry for help but I'm try to code using the 'GoTo' function in VB/VBA. No matter what syntax I use the code either fails or does not jump to the specific line required. I've used examples and tried various other help functions, nothing ...
|
| Transparant Picture Control | 24 May 2004 11:26 GMT | 2 |
I placed a few bitmaps on a window. The edges of these bitmaps should be transparant, but strange enough the Picture control nor the Image control has a MaskColor property, like for instance a Button. How can I make certain parts of a bitmap transparant?
|
| vbok msgbox script | 20 May 2004 23:21 GMT | 6 |
how do i change the msgbox "vbok" button caption to something other than "OK"? URGENT!
|
| java on x p | 20 May 2004 17:07 GMT | 2 |
|
| Problem making form always on top | 19 May 2004 16:33 GMT | 1 |
When I show a form, I would like it to be on top of everything on the window. Can't seem to find this property in the properties list. How is it done? Thanks
|
| Customized Array in VB 6.0 | 19 May 2004 08:55 GMT | 1 |
I need to use an array that it's elements are a set of values, i.e I may have 1,2,3,4,5 elements as a string for Example String = PEC,PED,PAL,DIR or string = PEC,PED or string= X,Y,Z etc.... and I want to use an array that has it's key the text value, I need to reference it as ...
|
| Performance question when reloading a project | 18 May 2004 15:11 GMT | 9 |
There is a command button in my project, which is supposed to restart the whole program when it is pressed. I am thinking of two ways of doing this: 1) (Duryl's suggestion)
|
| 'Locking' a ComboBox/Doing Match Comparison | 18 May 2004 10:12 GMT | 2 |
Does anybody know how I could do a comparison through code to see if an entry that a user has typed matches an entry in the combo list? I'm trying to prevent a user from entering a profile name higher than theirs in a ComboBox. Any other suggestions/methods welcome!
|
| ListViewBox | 18 May 2004 04:42 GMT | 4 |
I have run into something I simply do not understand I have a business object which has a string property named "RouteNumberComplete Normally, I would get values like FL011102-1, GA303- I have a one that comes back as 312D-1
|
| Adding a sheet in Excel | 17 May 2004 14:15 GMT | 2 |
I have a problem adding a sheet to my Excel 2003 spreadsheet. My application sends data from a Jet 4.0 database and formats the data into a spreadsheet. All OK there. However, I wish to add a 4th sheet to the workbook. My book tells me to use:
|
| Form does not load completely | 15 May 2004 23:40 GMT | 3 |
I am trying to open a form with a progress bar on it right before I call a procedure to create a Visio schematic. The form loads but I can only see the outline, and I can see right through the body of the form. It is as if the machine is running the visio procedure before it has ...
|