help 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 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 Articlewall stop
hey, I am trying to make some kind of pacman game, but I have no idea how to stop my pacman from going trough the walls. I am using pictureboxes for pacman and for the walls. Is there some kind of code...
View ArticleVisual Basic 1 code?
Hi, I'm completely new to visual basic, and for a contest I'm competing in I had to take a piece of code shown in a video. Since the video was a bit unclear this is what I could read from it: Code: 470...
View Article[RESOLVED] Help control array change borderstyle
There are 5 images. When I click on one I want to change it's borderstyle. Only one image can have a borderstyle = 1 at any time. So how I change the previous image borderstyle back to zero. Code:...
View ArticleCommonDialog and font style
When calling up the CommonDialog for Fonts, is there a way to NOT display the font style (bold, regular, italic, etc.)? All I want to user to be able to select a font and size.
View Article