is there a visual basic command that can return the computer name and workgroup of the current user? coz i need this in doing a workgroup system.... and i need a pathname in network neighborho...
I need to have MDI Form in Standard Exe and MDI Child form in ActiveX Dll.
On Creating an object of a Class in ActiveX dll and thereby loading the MDI Child form, the child form does not re...
What would be the procedure for opening a DBF file with VB6?
Hello!
I have a Access 97 database in our network. Some pepole work via the Citrix MetaFrame sever (TSRV). And some just run my exe on the fileserver.
Sometimes they get the errormsg:
...
how do i pass a string with (an) instance(s) of apostrophe(s)?
Example:
sql = "UPDATE * from Table1 SET text = 'qwertty'asdfg'zx' ;"
db.execute sql
the statement in itself will produc...
I have a VSFlexGrid which when the user clicks the right mouse button brings up a pop-up menu. I need to know what column the user was in when they performed the mouse click but the right mou...
I am trying to change the font of an email i have generated in code buut i can't seem to find where i set the font. does anyone have any ideas?
thanks.
I need to automatically connect to the internet through the dialup networking app. It should dial the default account.
This needs to run on both NT and 95/98.
It looks like there are som...
I need to be able to convert text to the proper sentence case. i.e
MY NAME IS FRED I AM A NERD. I HAVE NO FRIENDS IN LONDON.
to
My name is Fred I am a nerd. I have no friends in London.
...
I have an excel spreadsheet that i need to import into various arrays in my program i.e column C1-C20 into a array Name(20), the list is not a set length
there is an end of list marker on th...
can I do some simple TCP/IP programming using VBA ? I guess I should be able to do that since I can call DLLs. Can some one show some simple example ? What I want to do is open a very simpl...
I am building an app where I want to provide an option for the user to change the mouse speed, for more precise cursor control. This can be done in Windows Settings. How can I do this from VB ...
Is there a way to kick off a
macro resident in a Excel 2000 spreadsheet (other than the auto ones) from a visual basic .exe?
Thanks a bunch.
I received a run-time when runing a visual basic program which updating SQL database from Access database.
The error message is an follow:
Run-Time error '-2147467259(80004005)'
Insuf...
For VB6.0 enterprise, win95
What is inpout.dll ?
Do I need this for output/input signal to a machine via printer port?
How can I do that?
I need a function to subtract two date and times to come up with the number of minutes. I am new to vbscript how can this be done?
I am working on a simple text editing program, like Windows Notepad, that will alow the user to place pictures in there work (a compramise between notepad and Word97).
However, i find that ...
I have used the GetForegroundWindow() fn. to obtain the handle to the window who currently has focus. Now i am planning on moving the focus from this app to another via the AppActivate() fn. ...
I am using VB5 and have been working on a program for a while. Have not opened recently (~1 month). Just tried to open to review code and try to optimize my code. During the load into VB5 I...
Hi Guys!
I am kind of new to creating ActiveX dll using VB. Here is the problem. I created a very simple ActiveX dll using VB6. Project name is VBConnector and i added a class DualVBConnector...
I have an application that is playing .wav files via the MCI APIs, but due to the large size of the .wav files (> 300MB) I would like to encode them in MP3. I have the compressor, but am unsu...
I want to write a program to query a DNS server. Specifically, I'm looking for a way to find out what the mail (smtp) server server for a particular individual is just by examining his/her ema...
I have read some Visual Basic database. It refer that I need to create another file for calling driver of that external database in vb.ini or applicationname.ini as following
[Installable...
I use the GetCommandLine function to obtain parameters send to my exe file. It works very well in W95 but in WinNT in doesn't. Here is the declaration:
Declare Function GetCommandLine Lib "ker...
Hello,
Using VB 5.0, I created simple program that displays information using the MS Grid control. I used the setup up wizard to create installation disketes. However when I try to install the...