| Thread | Last Post | Replies |
|
| User Defined Types and Function Formal Parameter | 15 Sep 2004 17:12 GMT | 13 |
I would like to solve the following problem with your help... I've a function into a class module that sends messages onto the network. I've several user defined data types which I use to define many variables. After initializing these variables, they have to be send onto network,
|
| Is there any reason to cast a variant? | 15 Sep 2004 16:41 GMT | 11 |
Or is it just a waste of time? For Example: Dim v As Variant v = "Yo"
|
| open source speech code/VB app | 15 Sep 2004 15:50 GMT | 6 |
http://www.nytimes.com/2004/09/13/technology/13speech.html is there a package avail to use speech with VB anywhere? anyone have VB equivalent or means to access these processes?
|
| Possible VB6-7 Import Bug? | 15 Sep 2004 15:39 GMT | 7 |
Set up two forms in VB6 (Form1 & Form2) so that the startup form unloads and opens the other form on a button_click IE Form2.show
|
| VB6 - DAO message during Package and Deployment build | 15 Sep 2004 13:40 GMT | 1 |
During a package build, a window comes up saying "This project uses DAO. Below is a list of the drivers available on your system. Choos the drivers you wish to include." This is an old 16-bit application that I converted to 32-bit. I thought I
|
| listbox loading speed | 15 Sep 2004 13:20 GMT | 10 |
In our project we are loading case name into listbox. the case name nothing but folders name. so some of our client having nearly 600 Cases(folders). so when he try open the case form its taking much time to load all the case names in to list box. i tried set listbox visible to ...
|
| naming issues | 15 Sep 2004 12:45 GMT | 12 |
there is this enoying problem where when I have a variable with a certain name in one form (example: Dim counter As Long) and if I have a function or subroutine or class or UDT or whatever somewhere else that has the same name but with a different capitalization, VB
|
| Using (maybe MIS-using) paramArray | 15 Sep 2004 11:59 GMT | 1 |
hi group, I am using paramArray to send a mixed bunch of parameters to a function (integers, longs and strings). This is working well. Some of the parameters are [out] parameters, and I can send the out value
|
| Pondering My Next Programming Frontier | 15 Sep 2004 11:41 GMT | 5 |
I thought my next programming frontier would be Visual BASIC 7.0, but that's obviously not going to come to pass. Has anyone here ever tried Real BASIC? I just can't see using VB.net. I write programs that people download from the net and find it very impractical to ask
|
| To stream or not to stream | 15 Sep 2004 10:44 GMT | 1 |
Does anyone know of where I can find any info if ado's stream object. Not how to use it but when and why to use it?
|
| Is there any way to embed DOS/Console window into my GUI in VB? | 15 Sep 2004 07:25 GMT | 1 |
Is there any way to programmatically (in VB.net) control a Command Window, e.g change its size, display font size, embed it in GUI etc? It seems that the Console class will not allow you to do that!
|
| HELP I LOST MY FORMAT ON MENU | 15 Sep 2004 05:12 GMT | 1 |
help: For some reason all the format selection disappeared from my VB^ IDE menu. How do i get them back?
|
| Characters in Textbox | 15 Sep 2004 03:51 GMT | 3 |
Is there a way to write an ampersand, "&", to a VB6 label? Stan Hilliard
|
| Trap vbmaximum event. | 15 Sep 2004 02:17 GMT | 5 |
I want to execute some code when the user changes the WindowState of an MDI form. How can I detect when the user clicks the titlebar MaxButton to change the WindowState from normal to maximum.
|
| Resource file format | 14 Sep 2004 23:23 GMT | 3 |
I want to create a program that imports an excel file into a resource file, used by visual basic. Does anyone know where I can find a description of the resource file format? Thanks,
|