how do display the last customers entry
hello everyone i have a database with customers that i add each day im trying to figure out how to see the new entries that i add in the same day how many customers i added in the same day like a...
View ArticleGlobal/ public array problem
Hello guys, Im trying to develop a visualizer for a program that i have made before, i made some kind of searcher but one i get an array and try to use it in a different instance it shows an erres, i...
View ArticleHelp loading into an arry
Hi folks, Long time lurker, about 7 years now? This site has been a great amount of help over the years, but I can't find any answers for this one... Basically, I have a bunch of XML files I have to...
View Articlehow to get the data on a text box?
hi, i am trying to get a specific record to a number of textboxes from ms access database. but iam not able to do that. please help me here is the coding which i am trying to do. many thanks Dim cn As...
View ArticleAllowing a Visual Basic Application to Accept Drag-and-Drop Files
Tip 86: Allowing a Visual Basic Application to Accept Drag-and-Drop Files May 15, 1995 Abstract Many Windows®-based applications can accept, or process, a file that has been dragged from File Manager....
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 Article[RESOLVED] Count 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 Articlehi guys i got an error can u help "run-time error 91 object variable or with...
hi guys i got an error can u help "run-time error 91 object variable or with block variable not set" my application imports a list from a text file and shells each line and tests the results. i am...
View ArticleGET Opera version
Hi guys, i have this piece of code to retrieve Opera version, but doesn't seems to work. works well for IE Quote: Public Function GetOperaVersion$() Dim sOperaPath$, sOperaVer$, sOperaFriendlyVer$ On...
View ArticleHow to remove null from fixed length string
There is a fixed length string which has 3 null char. I want to concatenate other string to this string but failed because 3 nulls. How can I do this? Here is sample code. Dim str1 As String * 10 Dim...
View ArticlePlease help me about datagrid
Someone please help me! How to make checkbox in a vb6 datagrid column? Thank you in advance
View Articledrag drop to list , re question / help
seen other example most staff shown before , how ever i have a text file with these strings inside james billy tony montana i want to drag txt file to list and then have it populated is it possible.:eek:
View ArticleAutomation Error Library not registered
Hi, I have a VB application and it works fine for me. When I try to install the app in client machine I got the following error. 2147319779-Automation error Library not registered. It is a Windows...
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 Article