Vb6 and Msaccess2003 handel Null
Environement - Vb6 +MsAccess2003 Dear I am trying to run this query in Vb6 select sum(Nz(loanamt)) - sum(Nz(retamt)) - sum(Nz(deposite)) as bal from tr_table where accno=12 and loan_type='Type2' but vb...
View ArticleCreate AVI From Images (use Picturebox instead of file)?
hi, Greetings to every one.. i m looking for a way to create avi files from images. and i found following article : Code:...
View Articlehelp me ,save captcha by webbrowser
I want to code a webbrowser to save the page with the controls you can help me? i want save captcha in th page by webbrowser , the page: http://vbcod1.blogfa.com/comments/?b...timezone=12600
View Article[RESOLVED] Why does this happen
Access DB with european telephone codes stored as strings because of leading zero's Example:- United Kingdom = "0044" France = "0033" Ireland = "00353" Germany = "0049" txtCode is loaded from the DB...
View ArticleVB6 components problem
setup says, javasign.dll did not install itself. so what could be the possible problem of this? any help would be greatly appreciated. ways on how to solve that and please give me the details. thank...
View ArticleHow do I LexicoGraphically Sort a Array of Arrays in vb6
Hello, What i'm trying to do is sort lexicographically (abc order, well in my case in incremental byte order). I got very confused when I attempted to do this myself. This is the code how I attempted...
View Articlefile path save in database field
below is my form code and i save image in my image fiolder but how can i save path in photofield Private Sub Command2_Click() Dim user As String Dim email As String Dim reg1 As String Dim reg2 As...
View Articlevariable not defined
Please help me with my program guys! Im currently creating a color guessing program, for every correct answer will give score. The codes of my program are below. Im having a hard time in correcting my...
View ArticleVB6 - Create new object in runtime?
I want to create a new shape (square) control in runtime. I don't know the amount of them I would have to create, so I know there is a way to create it at runtime. What is the code I would need to write?
View Article[RESOLVED] Using BitBlt or TransparentBlt
Would I be correct to say that in order to use either BitBlt or TransparentBlt that the source picture must be visible? If so then is there any way to copy a picture (i don't mean using the .Picture or...
View Article[RESOLVED] array lbound ubound
I have question, I known how to check myArr(x) Lbound(myArr)and Uboubd(myArr), result: 0, 2 "mean 0 To 2" but I want to check array(y) mean that "0 To 1", any method, please please! Code:...
View Article[RESOLVED] help to refresh subreports in crystal report 10 via vb 6
Dear friends I have created 3 reports in crystal report 10. when i call them individually via vb6 application they are working perfectly fine. but when i created a 4th new format in which two of the...
View ArticleListview to crystal reports 9
good day! I'm now working on a project with a daily report. i managed to create some codes but i can't get it working it has an error saying "ERROR IN COMPILING SQL EXPRESSION : UNKNOWN QUERY ENGINE...
View ArticleHow to automatically fix MISSING reference in a dll when a referenced library...
Hi All, I have a vb6 group project, in that so many vbp projects are grouped, when ever I am opening and trying to compile the vbg I will get so many reference missing errors, to fix it all manually...
View ArticleDim Array() AS Boolean Help required.
Hi guys/gals, This is my first post and I can't actually believe I hadn't found this place sooner. Hopefully one of you geniuses can help me with this coding issue that is driving me insane. To give...
View Articlehow portable an app with .manifest file?
Hi, I have a VB6 app , name realmeteo.exe (v5.5.5), that installed work fine. I need make it portable, and an work without installer on usb flash, and delivery flash disk at interested hotels/users,...
View Articledate time in and out
Hello, can someone help me with this one how can i add a data into database without using .ADDNEW DATE IN | DATE OUT (LIKE THIS) 1 1 if i use .ADDNEW the data will go down DATE IN | DATE OUT 1 1 i just...
View ArticleWorking with binary files
Hi every one. I want to open a jpg file and edit it, but an error occurs. What should I do? It seems I can not do with this method, are there any other way? Attachment 91127 For example: Code: Open...
View ArticleForm1.Hwnd
I not understand, what is Me.hwnd In Form1 MsgBox Form1.Hwnd MsgBox Me.Hwnd In Module Msgbox Form1.hwnd but can't use Me.hwnd? what difference? please!
View Article