How to get nodes and sub nodes of an XML file
I need to get the info from the XML nodes below and its child nodes. I want to get the label, maturity, bid1 and ask1 value from the XML file but when I run my code, it kept looping other value for the...
View Articlehelp to export from vb6 to openoffice spreadsheet
Dear friends I have any application which is using sql server at backend and vb6 as front end. I export data from the record set to excel sheet easily in this application. now i got a requirement to...
View ArticleVb6 how to find a record based on multiple id
I have a table in my database based on a multiple ID FirstID SecondID they are both primary keys I understand the vb find a record with one primary key I haven't got a clue how to do this with 2...
View Article[RESOLVED] Hi, Need some help adding code to my web browser
Hi, when ever I open up an address like msn.com or yahoo.com, google.com I get a message that says there was a script error here is my code, oh and I want to make it that my images of refresh and exit...
View ArticleMany buttons do the same thing
Every button posts a letter a label. Btn_A.Text = "A" and Btn_B.Text = "B" etc.. Is it possible to make every button post its own btn.text into a label, without having to write so many lines of code?...
View Article[RESOLVED] How do i change the color of a Toolbar1 to white
He, Everyone is there a way to change the color of a Toolbar1 to the color white. I have never used a Toolbar1 before so that's why im asking. thanks:wave:
View ArticleNested If returning no output
Hi I have been working on the code below for a long time, but continue to get no output. Is there an issue with the nested if... then... else coding? Values in cells(x,18) and cells(x,19) = 0 Value in...
View ArticleEnvelope printing
Is there any pre done envelope printing functions/add-ons, etc. to handle envelope printing (not using Crystal Reports)? Or do I have to manually handle the placing of text differently if the the users...
View ArticleCode Makes No Sense to Me
I'm no vb expert by any stretch of the imagination. While looking at a piece of VB6 code to convert to C#, I found myself dumbfounded as to why this code was written the way it was. Maybe I'm missing...
View ArticleVB6 complied EXE all of sudden became very big
Hi All I have an old application in VB6 running for years. From time to time I made few changes and recompile. Today I made a change referencing actrpt2.dll to an older version and all of sudden the...
View Articlegetting Current week no from system date
Can anyone tell me ? .How should i get current weekno on the basis of sytem date .let me know please .any help would be highly appreciated . Code: Option Explicit Private Sub Command1_Click()...
View ArticleHi need some hep on how to make my visual basic 6.0 programs work on all
Hi need some help on how to make my visual basic 6.0 programs work on all windows operating system like windows xp,Vista,windows 7, and 8 when it comes out. thanks
View ArticleRuntime 48 Error loading dll error on CopyTableDef
I am getting a runtime 48 Error loading dll message and failure when this code runs on a windows 7 pro 64 bit machine. It runs on similar machines in other offices. What can I look for to debug this?...
View Articleobject Variable or with block no set
help. i have 5 problem ..help me Attachment 92287 this code : Private Sub Cmd_SIMPAN_Click() 'txt_cus_id.Text = generate_code mKar_ID = txt_cus_id.Text mKar_Name = txt_cus_name.Text mKar_Tmpt =...
View ArticleHow to divide numbers
Hi guys does anybody know how i can make it divide the numbers put in text1 and text 2? for example text 1 = 100 text 2 = 4 when command1 is pressed it then divides text1 by text2 any ideas? thanks Jamie
View ArticleStored Procedure Help Needed
I inherited a VB6 application that was using data that resided on a SQL 2000 database that is being upgraded to SQL 2008. This app is using a stored procedure that contains a union query (among...
View ArticleGet access records into TextBox!
hello guys im working on database app. Here im supposed to get the data from the table(mdb file) of a particular ID key from user and put them into the text boxes Code: Private Sub Command3_Click() Dim...
View ArticlePowers of 2
I believe that shifting a number left 1 bit is the same as multiplying that number by 2^1 and shifting a number left 4 bits is same as number * 2^4 So my question is how do you raise 2 to a given power?
View ArticleListview & Datareport
Is it possible to print listview data in Report Footer Section in Datareport in vb6
View Article