10,989 Topics
| |
I have an xml file that looks like this: <messageBody> <customerDetail> <accountId>123</accountId> <custId>ABC</custId> <customer> <custFirstName>Jane</custFirstName> <custLastName>Smith</custLastName> </customer> </customerDetail> <customerDetail> <accountId>246</accountId> <custId>DEF</custId> <customer> <custFirstName>John</custFirstName> <custLastName>Johnson</custLastName> </customer> </customerDetail> <customerDetail> <accountId>357</accountId> <custId>GHI</custId> <customer> <custFirstName>Amy</custFirstName> <custLastName>Gordon</custLastName> </customer> </customerDetail> </messageBody> I need to loop through each customerDetail to get the values of all of it's … | |
Hi all.... I need to get the current opened menu Rect ( Left - Top - Width - Height ) I tried to use GetActiveWindow , GetForegroundWindow Functios , but for sorry it's only return the handle of window that contains opened menu. I hope to help me with that … | |
hi there i'm new here. so btw i was given a challenge by my teacher to make a picture viewer. i was asked to use the following controls: 1.drive list box 2.dir list box 3.file list box 4.picture box 5.combo box the combo box should contain the following data: 1. … | |
syntax error in CREATE TABLE statement to create recordset i write the following statement: db.Execute "CREATE TABLE myTable(Sname text (10),Code number (5)) " is this statement true or false Please i want help thank you | |
Hello everyone, I am using VB6 to generate a report in Excel but I am having a printing problem. I generated a spreadsheet using an access file. The data in the spreadsheet stretches all the way from Column A through S. When I print, columns A through M prints on … | |
I need to filter the results from a database by year, and so far I have tried several different things, I will list a couple of examples below, I would like to use this one: [code] ServiceAndTeamContributionsBindingSource.Filter = String.Format("WHERE datePart('YYYY',BeginYear) <= '" & endDateBox.Text & "' AND datePart('YYYY',BeginYear) >= '" … | |
I know theres a menu button for it somewhere but i cant seem to remember how to do it. This is for my movie information Database (I dont know if any of you remember when I was asking about storing the data in a txt file. Well now I am … | |
Hi all, I am using GetChunk() and AppendChunk() in Vb 6.0 methods to retirve the data from image fields in MS SQL 2000, I hav a question , weather the same Methods can be used for retriving or saving the data to the "Text or Numeric or Date " etc … | |
How do I display 1 row content in an access report, not all the database content. | |
I just got a new computer which has windows vista on it. My internet server is Piper which is not compatible with the new windows programme. The guy at piper said it was a common compatibilty problem with alot of software and the new vista programme. Should I just change … | |
dear all i am new to this forum ,i was writing a vb code and i need to display a saved word or exell file on a comand clike, but it replies me file not found. but my code can open a notepad.if any one can tell me the right … | |
hello, i want to create hlp file for the user ,If user click on help meu then ,i want to show hlp file to user which will be readable . how to open the File? | |
Anyone here know where I can get a tutorial on how to make an SSH client component for a vb6 app? For example, I downloaded a trial version of [url]http://www.djhd.com/onlinehelp/myssh/[/url] <- they are selling the component or activex for ssh connection to aLinux box. Thanks | |
Hi, I would like to use a timer with vb6 but i am not allowed to create an object timer with CreateObject. The main problem is i need to make a delay until the connection is successful. I tried sleep function but it seems it stopping everything. Please If you … | |
I am trying to work with MSAccess through the use of ADOBC with VB6. I am having trouble with modifying current values. I have 3 input text fields in the form. FCUIPADDRESS, MCASTIPADDRESSA, MCASTIPADDRESSB. The MCASTIPADDRESSA+B are associated with the FCUIPADDRESS. For example: 204.168.11.234, 192.168.1.1, 192.168.1.2 I also have the … | |
Hi Everyone:* I am working on Database project using DAO. Now I got a problem in counting all the data from one Field:-/ . Please help Me in this problem. :confused: And Tell Me how can I get the total of any field by using SQL STATEMENT? Thanks In Advance | |
hi, i am a newbie... would anybody please to tell me, how is the codes, to directly changing windows default printer, from within visualbasic code, without poping: windows select printer dialog box best regards ndutz | |
Hi Everyone. How can i use photo field in DataReport. | |
I have created an app using Microsoft VB6, using error handlers in every sub and function (no errors generated). I created an executable, which runs fine on the machine that has VB6 installed on it, but the app does not run on my other box. I get "Run-time error '5': … | |
Hello all, I am currently attempting to create an instant messenger program, using Visual Basic 6.0 I have no idea where to start and am open to all information/help available. Please respond with links to help sites or any other references of information. Please dont hesistate to email me either … | |
I was allready successfull to resize pictures to place them with the right relations in a picturebox (I have to present 16 pictures - just like thumbnails - on a form; the original imagesizes can go up to 6 MB). [B][COLOR=red]Problem: it takes too much time.[/COLOR][/B] [B]My procedure:[/B] Load picture … | |
[code] Private Function atoz() As String ' Lower Case Chr(97 + Rnd() * 862150000 Mod 26) ' produces a-z End Function Private Function ZerotoNine() As String ' Numbers Chr(48 + Rnd() * 862150000 Mod 10) 'produces 0-9 End Function[/code] Hi, Quick question(this is not homework by the way)the above code … | |
hi, i made a program it works fine on my computer but if I try to run it on other computer it has an error "Run Time Error 429 Active-x Can't Create Object", OS is XP, already installed the runtime files, and someone advice me to install the latest IE … | |
:?: How do I change the input and display of the dtpicker control to "dd/mm/yy" format. Also how do I store it in an MS-Access database in the same format (ie. dd/mm/yy ) . ... need help urgently! Regards, Swati | |
Hi all, I'm building a simple logging program in VB5. I'm entirely self-taught using a couple books and the help files, so if I'm missing something obvious, that's probably why. Anyway, I'm trying to get my program to be able to open old logs in notepad. I can't seem to … | |
is there any body who know coding for Save and Load Picture on Database (SQL 2000) thnx Yasir | |
hi i just need some help in programming.... here it is.. "make a program that will accept 5 integers and will display the median". | |
[I]hi , my problem with comm port in device manager,when i using serial rs232 to send data to port first time when i switch on the pc [/I] [I]it execute the program ,But when i use USB to Serial Adapter cable to send data it work's fine but again i … | |
I am using Data Reports in Visual Basic. How Serial Number is insert on the data reports ?? like this.... [B][U]S.No[/U][/B] [U]Name [/U] [U] City[/U] [B]1.[/B] Asif Islamabad [B]2. [/B] Mahmood Rawalpindi [B]3. [/B] Khalid Lahore [B]4. [/B] Yasir Karachi | |
Hi All, I've developed an application in VB6. All forms are designed at 1024X768 scren resolution. But when I open this application at lower or higher resolution all controls get disturbed. Any clue.... |
The End.