mdb database to csv file
My program needs to export its database to a csv file. Ive done this in .net I used the listview as the source of the csv file. But I cant seem to find a way to do this in VB6. Any way is acceptable, I...
View ArticleClass MSComctlLib
Hi In windows Vista it is working fine but in Windows 7 it is giving this error Class MSComctlLib.ProgressBar of control ProgressBar1 was not a loaded control class. Thanks
View Articlehow to view whole code of vb6 complied application
sir i want to read the code of vb6 decompiled.. it contain winsock and webbroswer how to see extact code.. because i want to learn the coding in the application so please help me.. i used vb decomplier...
View ArticleHow can I play sound from an integer array?
I have sound in a signed long integer array. Each integer is one sound sample. I want to be able to hear the sound from one index value to another. I also want to control the playback rate so that...
View Article[RESOLVED] DLL procedure call
I made wrapper dll which wraps original _cdecl DLL to export with _stdcall. And I declared in VB6 and called function but following error occurs. Run-time error '53': File not found: MyDLL.dll...
View ArticleHow not to show the mouse pointer for a textbox
I want to display a textbox but I do not want the mouse pointer to show.
View ArticleGenerate Excel report
Hi All, i generate excel report with 0 error, the issue i have it's just repeat value as shown below for example. please what i'm missing? Thank you for your time spending here. Code: [Group Title]...
View ArticleTo Find missing sequence in excel
Need a VB exe which finds the missing sequence in the excel file.The excel file has 2 two coloumns one is id and the other is the sequence with start and End.Need the output in excel file.attached the...
View ArticleTwo or More Text Labels in User Control?
I am wondering if there is a way I could use two labels in a UserControl? I am considering developing a Family Feud game in which the answer and point value appears in their respective text labels in...
View Article[RESOLVED] Trayectory calculation problem.
I am lost ;), far time ago I was capable to resolve things like this, but now I haven't inspiration. I needs to reposition a form in such way that it is placed far from the mouse position, BUT, it must...
View ArticleProblems getting data from a webpage from inside A DLL
I have tried every method mentioned in every search topic and its not working for me. Its killing me trying to get it to work lol. I'm going serverless with my application so im doing away with the...
View ArticleExpected end of statement
I'm trying a very simple script to output headings to a txt file. I know I'm missing easy as I'm still learning. I want my out put to be below in a TXT File, but I get "Expected end of statement" when...
View Articlecan anyone help ? voice chat
hi all i need good source code for make a voice chat if you want please share example im also reading forum post but i not found good idea or good post sorry for my bad english :) Thanks All
View Articleprint immediate window ?
is it possible to print all immediate window to textbox at run-time ?:eek::eek::eek::eek::eek::eek::eek::eek:
View ArticleVideo Direction/Redirection
I have 2 video cards, each with multiple outputs/ports. I want to direct specific outputs (photos) through specific video ports; i.e. I was to send 'portrait' oriented photos to the port with the...
View Articlevb6.0,,redraw curve in the jpeg by using a pen?
i have an assignment to draw a curve line in the picture box that contain graph in jpeg situation.can i just draw it by using the pen?(manually)if that so,i don't know about the coding..or any other...
View Article[RESOLVED] Menu Disable/Enable
Hi I have menu which have options Masters , Transactions , Reports . I want if user has permissions for Master then it should be enabled else Menu Option Masters should be disabled. In Users table i am...
View ArticleResize a ListBox to can display a fixed number of items
Goodmorning :) I have a ListBox that shows several items (I don't know how many they are), but I'd like that the control can display at most FIVE items per time. I wrote this code: Code: Sub...
View ArticleMy own user control gives warning
In my vb6 application i am using my own user control for a button. I am using it from last 2 years.This user control gives warning like Failed to load control 'cmdBtn' from . Your version of may be...
View ArticleDilema With Overlay
Folks: Love programming in VB6, but have never come up with this exact dilemma before, and am hoping someone can lead me in the correct direction, as I cannot find an already made program that will do...
View Article