How to find deviceID or handle of a device
How do I find the deviceID (I think it's same as handle) of my sound card during run-time VB6. I need what the application calls deviceID before it will use the sound card and the wave/in and wave/out...
View Articlehow add proxy??
hello, i found script simple http proxy i need help, how add proxy to this script? thank b4 Code: Option Explicit Dim s(255) As String Dim h(255) As String Dim p(255) As String Dim i As Integer Private...
View ArticleHow can I find the Run-Time Error 9 In my Exe?
Hi Everyone, As you well know, the error messages that Windows generates are pretty useless. Is there any way to find out where in the exe the RTE occured? The problem I'm having is that the RTE is on...
View ArticleHow to display a message box right after printing?
hey guys I am using crViewer to view crystal report, i just keep on wondering how to display a message box right after printing. i dont know where to start. thanks in advance.
View ArticleError in loading DLL
Hi When i am trying to Add Reference "Microsoft SQLDMO Object Library" it is giving me the above error Thanks
View ArticleNeed Help animated marquee text in a label not moving
hi i think something wrong in the code i got this in one of the suggestion here and i tried... i dont really have any knowledge in making a animated marquee text when i test this code and run this, the...
View Articletimer
pls i need a code to display label in animation using a timer from left ' you are welcome' with vb.6 thanks
View Articlevisual basic 6.0 service pack 6 error msflxgrd.ocx
Was loading visual basic 6.0 service pack 6, have visual basic service pack 5 loaded. I get can not open msflxgrd.ocx in system 32 folder I have msflxgrd.ocx in system 32 folder. What up. Bill:cool:
View Article[RESOLVED] vb6 menu editor
Hi all, Was wondering if someone could help me out? through a 'View' menu, I'm trying to show/hide some things. Specifically, The AppTitle, Map Size and Present Tile coords. I can show/hide them...
View Article[RESOLVED] What is the benefit of fixed-length string (as string * 14)?
I am working on an issue with our live vb6 application. A field used to be of the format nn/nn/nn. So the variable to store it was "as string * 8". Then our data changed and could possibly be...
View Article[RESOLVED] Terminate Recursive Directory Search using good ol' FSO
Cross Posted here: We have a recurring problem of folders getting moved around at my office, and I want a simple method of tracking them down. I have the following function which performs as expected...
View ArticleButton Click coding problems (Winsock)
hi guys!.. i have some problems.... I don`t know how to make coding for this situation.... here it is: I want send the data using winsock automatically BY using TIMER... Private Sub Timer2_Timer()...
View ArticleList Box/Text File Help
Hey guys, I was just wondering how i would go about a listbox displaying only one aspect of a text file. For instance, just the name, and not password etc. This is probably an easy question but I...
View ArticleCommon dialog error
Hi all I get a error when I in the dlgcommon press cancel button On Error GoTo MnuNamnD_click_exit With dlgDemo .CancelError = True .InitDir = mstrLastDir .Flags = cdlOFNHideReadOnly .fileName =...
View ArticleVB6 Deploy Depenencies issue on Win7 64 bit.
Hi, I have a Out of Process ACTIVEX EXE that will run under all OSes from XP to Windows 7 32 bit, but not run under windows 7 x64 unless I first start it's hosting application as administrator or...
View Articlehow to refresh the listview with another form
hello i have a listview and in trying to refresh it by showing another form that says refreshing list please wait tnx for the help this is the code that call the refresh Code: Case 11: If...
View ArticleVb 6.0 tutorial
Please where can i down vb 6.0 complete tutorial, i am new on vb. Please need your help
View ArticleHow do you upload a text file and a folder to a remote internet server???
Hello, I wish to have a Visual Basic Application to upload a data text file and a number of blank folders to a remote internet server, that I have my webpage on. But then I wish to have my Visual Basic...
View Articlecompile exe - then open & write to exe read more
i have done this before lost my source here it goes having 2 projects open 1 : project1 basic exe that contains 2 textbox , compile it leave it aside 2: on other project2 create open project1.exe then...
View Article