Help with a program
Hello I am trying to make a simple program to send a MMC command (Read CD for example) to a DVD Writer (assigned letter E in my computer) when I click a button. I just started programming and I tried...
View ArticleRecordset cloned and AbsolutePosition
I'd cloned a recordset with the following sentence: Code: Set RcsCloned = RcsSource.Clone Dim lFound As Boolean Dim sIdValue As String sIdValue="1" lFound=False RcsCloned.MoveFirst...
View ArticleShow 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 Articleocxs in app directory on a flash drive
I have my app on a flash drive. I've included ocx files needed in the app directory on the flash drive (like mci32.ocx, msflxgrd.ocx, etc.). Even so, my users (my students) who have windows 7 or 8 get...
View Articleedit causes compile error
I get this error: compile error wrong amount of arguments or invalid property assignment: This is highlighted : .Line (X1, Y1)-(X2, in the next to last statement below after I make any change in any...
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 Article