[RESOLVED] Can't compile
Why is make project1.exe disabled? I just started the IDE and noticed it was grayed. Attached Images Â
View ArticleNeed help with CDO email to check status of email
I have a MS Access /vba program that sends a xls file to an email address using CDO. The CDO code is standard floating on the web as code pasted below. It works fine if I have to send a single mail. I...
View ArticleHow do I remove dropdown menu on Open File common dialog?
I notice that in Win7 there is a small drop down menu beside the open button (indicated by a small down-arrow on the Open button) in a Common Dialog Open dialog box. See image at...
View Article[RESOLVED] What's wrong with this code?
The code works fine when I have this code in the form that is using it. Code: Private Function GetPix() As Byte() CopyMemory Pix(0, 0, 0), ByVal BitsPtr, 4 * PicW * PicH GetPix() = Pix() End Function...
View ArticleI want a Code To Convert Pictures to String [vb6]
Hi Every One I'm Looking For a Code To Convert Pictures to String I mean Like This But For VB6 I've Found This Picture There http://www.maryor.nl/Blog/tabid/268/...ice-versa.aspx And Thanks Sorry For...
View ArticleWhich Version Of The Win APIs Does VB Use?
Not a very clear question. Sorry. I just noticed that I have a number of copies of kernel32.dll on my computer. The dates run from 2004 to 2012. How can I make sure that VB uses the latest? Where does...
View ArticleHow to check whether database server is running or not
Hi, How would I check if a database server is running either for Access or Mysql? Also, check whether the recordset value column is empty and if so display a message? Thanks, Nightwalker
View ArticleI'm Trying To Use VB6 To Change The System Path . . . And Not Having Any Luck
Here's what I've tried: API Call: Code: Public Function WriteEnvironmentVariable(strEnvVarName As String, _ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â strEnvVarValue As String) _...
View ArticleQuestion about creating a new table for a selected record on a table inside...
Hey everyone.. I'm a total newbie in using VB 6. But I am currently experimenting things out. So here's what I want to happen: When I click a record in a table(1) inside a datagrid, I want a new...
View Article[RESOLVED] Userform for Entering Data in VBA
Hi all, I am a beginner in VBA programming and I have to make a Userform in Excel VBA for entering value from "Textbox1" and write that value in the specific places(in a table) in the two different...
View Articlehow to use google plugins
hi i need source code to learn how to convert foreign languages using google plugins thanks in advance
View ArticleHow to find a good source of learning?!
Hey guys ... I'm a beginner in programming with vb6 ! I really need to find some real sources on the net to help me improve my knowledge about programming. I was wondering if anybody could introduce...
View ArticleConcat Byte Arrays via String - Reliable?
While this isn't the best way to go about combining Byte data for processing, it is quick and dirty, good enough for many jobs, and as far as I know is always reliable. At least I thought it was. I am...
View ArticleWhere can I get a copy of LibPNG for VB6?
I want to be able to handle PNG image in VB6. Unfortunately the normal form of the LibPNG DLL file is a CDECL type DLL file, which works in C, but not VB. VB expects all DLL files to be of the STDCALL...
View ArticleIs there a version of LibPNG that works in VB6?
I want to be able to handle PNG image in VB6. Unfortunately the normal form of the LibPNG DLL file is a CDECL type DLL file, which works in C, but not VB. VB expects all DLL files to be of the STDCALL...
View ArticleHow do I use a Listbox in a BAS module
I don't want to refer to a Listbox that is on a Form so in a BAS module I do this: Private MyList as Listbox then in a Sub I do this: Set MyList = New Listbox MyList.AddItem "entry 1" etc but VB does...
View Articlehelp with Copy Script
Can anybody give me any pointers on the below script I'm trying to create please, basically I'm trying search for certain folders under a parent but the general child structure is roughly the same, if...
View ArticleIs there a way to order a listbox so the items are from highest to lowest?
Hi there, I have a listbox called pointslist, it has about 31 numbers, what I would like to do is arrange them from highest to lowest. Would anyone know of a way to reorder them? Thank you!!
View Articlecode line breaking?
Hi there everyone. I have a long line of code, and would like to break it up so it is easier to read. After searching around the net, I have found reference to an underscore at the end of my line I...
View Article[RESOLVED] Problem with Listbox add item using LB_SETTABSTOPS
Dear VB Guru, i have 1List, text1, text2 and command1 i use LB_SETTABSTOPS to set 2 column in my listbox the code is: Sub ListBoxSetTabStops(LB As ListBox, tabStops() As Long) Dim numEls As Long numEls...
View Article