Apostrophe 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 Articlecould someone help me with some code to increment a mac address please
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 ArticleWaveOut 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 ArticleNeed help to change macro code into VB6 exe program
Dear all, I have an excel macro to copy cell value if meet certain criteria. Now i'm trying to change the macro code to be a VB6 code so that i can create an .exe program. But i'm not sure how to to...
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 ArticleNull Field Optimization
So I finished up this program and it is working good with on exception. Empty fields and Access Database with VB6 Listview.. I can add, edit, delete and search.. However at first when I started adding...
View ArticleSearch un-used number
Someone please help me to search unused number in mdb ordered number list Eg: From 1-10 I used these: 1 2 3 5 7 8 And unused these: 4 6 9 10 How can I search it? Tx 4 ur help
View ArticleAdvanced search engine
Im trying to make an access database search engine, but im trying to do some trick on it. ok, let me try to explain my issue as clear as possible. 1st: typing the item you what to search on a textbox...
View Article