[RESOLVED] VB6: Adding a new record to an existing TYPE structure?
Hi, I've searched through the threads but can't seem to find an answer. I have a Type structure namely Type PersonalInfo CompanyName As String * 50 Address1 As String * 50 Address2 As String * 50 City...
View ArticleClosing a form without closing the whole program
Hi guys, Tiny little issue Im having with a program im writing. I have a form open in my program (when the program is running) what I need is a close button so that when the close (or exit or whatever)...
View ArticleInner Join in B6
Hi guys, any idea how can i use innerjoin in VB, im not sure if its inner join that i nee to use. Here is the scenario. i have two tables: tblProductInfo and tblSerialNumber tblProductInfo:...
View ArticleLayout creation
How could I create such a layout using visual basic 6 There could be any no. of rows from database. Logically I think that I should use Grid or listview But I don't know how to write a code for that...
View ArticleRequest.ResponseText data analysis
I have a vba script my MsgBox MyRequest.ResponseText result is as below. I want all the id's,abbreviation and description in an array, does anyone know how? I am new to VB <table> <tr>...
View ArticleVB6, Access DB, & ADODB 2.7 on a Windows 7x64 Machine
I've been given some legacy code to work on that was built using VB6 and ADODB 2.7 to connect to an Access database. I'm getting an error when connecting that states: "The specified dsn contains an...
View Articlevb6 app cannot connect to sql server 2008 on win7x64
Hi guys, I have an app written in vb6. the app will connect a sql 2008 server. Everything wroks file. But suddently, the client pc can not connect to the server. The error says: Attachment 97197 The...
View ArticleFind listbox items that have a check mark
I have a listbox full of items. As each item in the listbox has been taken care of it's checkbox is ticked. Later I want to loop through the listbox items pulling data out of the ItemData property of...
View ArticleVB & Quadratics
I have recently began programming in Visual Basic 2010 Express, and I have already learned a lot. I have decided to try combining Quadratic Functions with Visual Basic by creating a graphing program. I...
View Articlehelp: email client
hi. bits by bits I gathered codes to make an email client that sends multiple attachments. I also store the images to mysql database as blob. Now I realized that I need to send those images as multiple...
View ArticleHelp me mysql query
HI I'AM USING SHAPE COMMAND IN MYSQL THEN I GOT SYNTAX ERROR,.... IS MYSQL SUPPORT SHAPE COMMAND ? HERE IS MY CODE sql = "SHAPE { select school_year,student_no,concat(yearlevel,'-',section) as ylsec...
View Article[RESOLVED] Invoking Windows Explorer JPG Print Dialog from VB6
Hello! Does anyone know how to invoke the dialog box that is displayed when I right-click a JPG file in Windows Explorer and choose Print from the context menu? Thank you!
View Articleshdocvw.dll ieframe.dll
I have an mdb that I created in Windows7 64bit, reference to "C:\Windows\Syswow64\ieframe.dll". It works fine. As soon as I use the same mdb in Windows XP, it fails "class does not support automation...
View ArticleListView Added Item
hello Guys,, I am Developing POS and I have A Code To Add An item into Listview Then Exactly Work.. Then My Problem is, what if the Customer Select two Similar Item let Say 3 Pack of Milk and 2...
View Articleweb server stress tester devolopment question
since the topic is about my server i let you all know this isnt violating in anyway:p i need information how i can make this hit my server hard so i can tweak up my server for better performance...
View Article[RESOLVED] Load a textfile to the first column in a listview
Hello there everyone. I am working on an program for tracking student picks when they do literacy stations, and I was working on changing a few things for future versions. See when the prog loads, it...
View ArticleForm name held in variable?
Is it possible to use a variable to use a form's name? For example, let's say I have a form called "Form1" and a variable called strForm. Can I use something like the following to control things on the...
View Article[RESOLVED] Choosing which row to add an item in a listview?
Hello there everyone. This is sort of a follow up from a previous post, I have a listview called ResultsView, and it keeps track of student literacy stations. What I am doing now, is I have a listbox...
View Articleneed good licence system
please recommened me good licence system its bed time here so when i wake up il add more , i know how to make 1 but il also want to se some examples that will be great thanks.:):p
View Article