I 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[RESOLVED] how to show percentage of profit % between two fields in access
i have a chart that displays income and outcome now i managed to calculate and show the profit between them my question is how do i see that in a percent %? this is the code that calculates between the...
View ArticleRun-time error -2147217900 (80040e14) - Invalid Sql Statement
Hi, When clicking in a button i get the error -2147217900 (80040e14) "Invalid Sql Statement, expected 'DELETE','INSERT','PROCEDURE','SELECT' OR 'UPDATE'". And it's triggered in the following line:...
View Articlehow to check toolbar button menu?
I want to make toolbar button menu checked. Is it possible?
View ArticleAdding multiple controls
Is there a way to add multiple controls (i.e. textboxes) on a form without having to click the control icon each time? I know I can copy and paste, or add them during runtime, but I thought there was a...
View Article