printing msflexgrid data excluding empty rows
I am in a progress of making point of sale program.now,my problem is when i print the data in msflexgrid as a receipt the empty rows will also give a space.what i wanted to happen is to print data in...
View Article[RESOLVED] Highlighting Complete Row of FlexGrid
Hi, I want to highlight the complete row of flexgrid, i m using the below code to search and highlight but it starting the highlight from 2nd column. I have 5 columns, last one of them is hidden as its...
View Articlewinsock multiple client wiht same ip and different port with a server
HIIIII i am using winsock with as server and multiple client its working fine Now in my project i want multiple client to be created so i have created multiple client with same ip but having different...
View ArticleSSTAB (Microsoft Tabbed Dialoge Control) Tutorial
Hi, Anyone can give / suggest the tutorial of SSTAB Control
View ArticleApostrophe in String Data causes error.
Hi I am a noob to VB6 but am supporting some code written by another person a long time ago. Upto now I have been doing OK but I recently hit an issue that is outside of my experience and I was hoping...
View ArticleCheck for internet connection gives error in windows 8
I Have a vb6 code which is used to test whether internet connection is there or not for a PC.I make use of checking google DNS for it.It works fine in Windows XP.But in Windows 8 if internet is...
View ArticleHow to send CTRL+W to an IE8 Browser base in Tab Title
Hi Forum members, Im trying to work out how to send a CTRL+W command to a specific tab that can be defined by a variable. I have written such a script in AutoIT, however, cant seem to get this working...
View Article[RESOLVED] could someone help me with some code to increment a mac address...
i could do with a code that would increment a mac address by 1 example dim mymac = "00:00:00:00:00:ff" some code msgbox(mymac) ' mymac = "00:00:00:00:01:00" not sure where to start :)
View ArticleVisual Basic 6 Graphing Calculator
Hello, I have a computer science asssignment that requires me to create a graphing calculator. I have the code for the arithmetic but I need to know how to create a graph to plot XY coordinates. The...
View Article[RESOLVED] WaveOut API and Progressbar
I'm working on a sound project using waveIn and waveOut APIs. I can record into a buffer (waveIn) and then play back from the buffer (waveOut) - no problem here. Where I am having a problem is how to...
View Articlesoftware update / question answer needed
i shared a programme with someone but now i made a mistake sharing it, it will go in wrong hands is there anything i can do to make an update so when ever his application is open it will ask for update...
View ArticleComponents do not load
This is a follow up on an earlier post. I am using VB 6.0 sp6. I have Internet Explorer 10 on the computer. When I load an existing project none of the components load into the project. I did register...
View ArticleListview items/rows to access db
I've been trying to import or save my listview items/rows/content to access db.. ive been playing around this code: Code: Set rs = New ADODB.Recordset rs.Open "Select * from TblSearchMainAssets", cn,...
View ArticlePublic Declare Function
I have doubt with Public Declare Function. I am trying to load a custom dll that I created. I want the path to be in the root folder of the application. Is there anyway I can do this? Also could...
View Articlewhats the best method for testing internet speed
if you were going to make a function to test your internet speed how would you go about it. im thinking just download a file and calculate the download time with the size of the file. if you agree, how...
View ArticleCheck the condition before update Excel into Access
Access have tables: StudentID Name Address Telephone My Excel are: Column A Column B Column C Column StudentID Name Address Telephone I want to write a condition in order to check field in My Excel...
View Articleto save the setting for the next time I run it
I am writing a program to reads the output of a DRO for a mill 24 bit data. Will have a setup from / page or toolbar? That sets the lpt address and converting values and (mm or inch and X or Y or Z....
View ArticleHelp with copying Text files
HI All I would like some help please on copying a folder of text files to a users choice of drive using shell explore maybe and when they select the drive and folder it copies the text files to that...
View ArticleCalculating progress speed using byte count of data
I hope I can explain this well enough but here is my problem. I am using two pictureboxes to show the progress of a sound as it is being played. Picture2 is the background that holds an image in it. It...
View ArticleWhy is this Webpage keep on Refreshing and Reloading the Script???
Hello I am looking at using a set of ActiveX Control Objects that have been written by me to be placed inside my Website which I have done and it keeps on Refreshing and also Reloading when I try...
View Article