i need help with my game
I am trying to get an array of images to move in sequence. however when the value of i changes, one the barrel stops rolling and another one starts. how would i get them to continue rolling after the...
View ArticleHow to play sound from memory using mciSendString API
VB 6 I know how to play sounds from reading a .wav file but I need to be able to play sounds from memory. I want to load a wave file into a byte array and then be able to play from that array using...
View ArticleInitiating a do until loop
Hello! I have a large set of data that I want to be extracted into certain phases. And I am trying to write a code to do so. For example the freezing cycle begins when the value in column F hits 1 and...
View Article[RESOLVED] Question in IF STATEMENT
im adding a 3 o'clock habit in my program every 3 pm in the computer clock an automatic voice will speak here is my code my code in Hour Label Code: lblhr.Caption = Format$(Now, "hh:mm:ss AM/PM") this...
View Articlebattleship help msflexgrid
This is what the computer's grid looks like. How to make computer randomly place his ships on the grid. Place vertically or horizontally randomly. The ships are: 1 ship of length 5, 1 ship of length 4,...
View ArticleMust Get Rid of the SysFader Errors that execute when you run Webpages...
Hello I am trying to get rid of the SysFader Errors that are plaguing my Website from running. This is only one of the two errors that I am getting on the Website. The other one is more major and then...
View Article[URGENT, FOR THESIS MATTER] How to Using PINV matlab's function from visual...
I wanna using pinv for pseudoinverse matlab function from visual basic 6. I've tried to make a .m file which contain this code: function pinvH = pseduoinv( H ) matriksH=load(H) pinvH=pinv(matriksH)end...
View Articlehelp to load .pdf files
Hi All, I want to upload Employee's documents to a database. I'm using Image control for this. When I try to upload a pdf file, it shows me an error like this: "invalid Picture". I need to upload...
View ArticleVB6 & Windows 7 Soap Issues??
I've been trying to get my VB6 app to work on Windows 7 desktop and have got it working all bar getting it work when it's called a web service via soap as per the code below: Dim SoapObjectclient As...
View ArticleHow to import specific data from excel into ms access
Hi experts, I would like to import data from excel into access. For example I have field "Name" in the excel table. Then I want to import all the data under the field into my database (ms access).
View ArticleHelp Needed Converting VB6 OpenProcess to .Net - Process Execution Speed
I am trying to convert an application from VB6 to VB.net which essentially deploys windows images in a WinPE environment. We are moving from VB6 WinPE 3.0 x86 to VB.Net WinPE 4.0 x64 and our imaging...
View ArticleCount Column
I need some help about the source code to counting how many column do I have in a datagrid Thanks Sorry for my bad English language
View ArticleVB6 program help- Nina
Hi all, I am a beginner for VB6. I need to write a program for a system to send a command like 100 times. I think i can use a counter and while loop. I need to find that during this multiple...
View ArticleProblem after applying Alternate Row Colr of FlexGrid
Hi, I am facing a problem after applying the Alternate Row Color Code in VB, My Flex grid do not show the Focus Rectangle. The Alternate Row Color Code is as under Code: Public Sub GridColors(ColorGrid...
View ArticleWinsock Chat Application HELP
Okay so I'm making a one to one connection chat application using Winsock. I just had a question, if I sent the client to a friend from another location, in the code for the application what IP would...
View ArticleActiveX component can't create object
Hi, I have an issue with one of the customer machine that is when I try to install the application it gives the 429-ActiveX component can't create object error. I tried register vbscript.dll and...
View Articleneed help checking string is formatted correctly as mac address
hey guys i have a listbox that imports a text file full of mac address's like so 00:00:00:00:00:00 ff:ff:ff:00:ff:ff the issue is when someone imports the list like this 000000000000 blah blah...
View ArticleVB6 (SP6) cloning existing datareports?
Hi, Is there any way to clone/copy existing datareports as new objects which I could then modify? I have standard portrait and landscape reports set up already, with my chosen logos, fonts, report/page...
View Articlerichtx32.ocx file not found
I am using vb 6.0. In one of my programs I use a rich text control. When I loaded the program to make some changes there was an error because the rich textbox was not loaded. It was before though. When...
View ArticleHow to show recordset MySQL data fast(er) in excel?
Hi There, Please see below code. it takes about 0.01 seconds to get data from the MySQl database It takes a lot longer to fill every single cell with the proper value does any faster way exist to fill...
View Article