Show listview item(s) using filter property help
Good afternoon, I am pretty new to VB6, however I have been able to produce a working application that writes to a database with the ability to update, save and delete recordsets. The application shows...
View Article[RESOLVED] how to check if a person in the listview is choosen
i have a email form sender with a listview and checkmark inside the listview how do i check if i choosen something from the listview i mean if a person is choosen and when i press the send email button...
View ArticleAsk The Audience (Who Wants to be a Millionaire): Percentages Question
I am in the process of developing a Presentation Software of the game show Who Wants to be a Millionaire?, and I am trying to figure out how to calcuate the percentages of all four answers for the Ask...
View ArticleMonthCalendar holidays
Hi I'm using MonthCalendar from Codejock. Is there any way to highlight holidays? Thanks in advance!
View Article[RESOLVED] how to show birthdays name in a text while scrolling loop
well tnx to senior SamOscarBrown i finally found what i need for my project:thumb: i tried to figure out how do i combine my code with the scrolling code i got a hedek this is the code for the...
View ArticleHow to monitor the connections on a particular Network Adapter?
First of all this is not a homework or anything of that sort. What I intend to do is monitor the traffic over a particular network adapter. By just typing 'netstat' into commandprompt you can get the...
View ArticleHow to make a combo box to select record from access
Hello Everybody i have two form and two tables(access 2007) ; Supplier form and Product form are linked to Supplier table and Product table by the use of "Adodc" i want to use the records of SupplierID...
View ArticleMS paint (Save As)
Hi all, I just wondering how to change the directory of save as form, as i point you in attached image by using vb6 code? for example. Thank you Attached Images Â
View Article[RESOLVED] my project dosnt go from right to left Help!!!
i compiled my project and try to test it on a OS windows xp sp2 where the gui is right to left i mean the start and everything is on the right side anyway when i run the project all the menu editor in...
View ArticleSysAllocString
Hi all, Code: BSTR tmp = SysAllocString(L"Hello world"); It works! But Code: char mystr[] = "Hello world"; BSTR tmp = SysAllocString(mystr); Does not compile. Any hint? Thanks, Cristina
View ArticleMSChart grid lines too close
Hello all and thanks ahead of time for any input , it's appreciated I have a MSChart that is an xy 2d plot for info from a machine operation. It has work for several years but I've upgraded the pc...
View ArticleDatabase connection(Access) to msflexgrid
hi there ... I want to build a random number to every cell in a table, which I use is Msflexgrid the flexgrid table has 11rows and 8column when the table has filled by random number is there a way to a...
View Article[RESOLVED] how to add my program to start with copmuter
im looking for a way for the user to pick if he wants to add the program to start with windows or not a check box is good enough. im looking for something simple
View ArticleMy app freezes due to internet connection. How to solve this?
I start my app using the Sub_Main() in a module, and from there it launches the first form called frmBackImg. On the form_load event of frmBackImg it loads a setting (using "GetSetting" ) and it...
View ArticleHow to send a file...
I wrote a VB 6.0 program that talks to a uController via serial port ( Modbus RS232 ASCII protocol ). This program has the ability to download data files from the uController ( 1 days data [2k bytes],...
View Articleclick event in sub
How can I use click event of button in module but not on the Form1(code)
View Article[RESOLVED] Webbrowser error help
So I keep getting the "attached" error. I know I can do webbrowser1.silent = true but I also want other pop ups to pop up (for exmaple a website pops up another window to login for facebook). Is there...
View Article[RESOLVED] How to read from a single text file into multiple text boxes?
So, I have this text file. Line1 Line2 Line3 I want to import them into TextBox1, TextBox2 and TextBox3 as Line1, Line2 and Line3 respectively. How do I do this? Is this possible as such, or should I...
View ArticleEither BOF or EOF is True, or the current record has been deleted
Hi could someone help me solve the code for my Login form? I keep getting the error: Either BOF or EOF is True, or the current record has been deleted Thanks in advance Public conn As String Public rs...
View Article