timer
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[RESOLVED] How to: Winsock App that ............
I want to make a Winsock application that can either be connected to from another app or it can connect to the other app. I think it will be a three socket app. Socket 1: This socket will be to Listen...
View ArticleHow connect to a Bluetooth phone?
Hello! System has a device called a "standard modem connection for Bluetooth" (that is my phone paired to pc via bluetooth). This modem is hanging on port COM4. But when i try to connect to him...
View Article[RESOLVED] How to make a sound wave display
How can I make a graphical display that shows the wave like you see in sound editors?
View Articlehelp in text splitting
i am having a problem in vb6 the user gives the input in form of username/password and i wanna take username and password seperately how
View Articledaily time record sample
Hi, I am new here in vbforums. Also I am a beginner in vb6 and programming. I am looking for a sample for daily time record keeping wherein I can record attendance and compute later for late and...
View Articlehelp how to compute record
I have this record on a table EmployeeID------------LogDate-------------LogTime-----------LogType 12 2013-01-10 0830 IN 12 2013-01-10 1130 OUT How will I compute the difference between the two logtime?
View Article