11,868 Topics
![]() | |
Is it possible to format a cell so that an angle in degrees can be shown as an angle in degrees minutes and seconds? Any help would be much appreciated... | |
Any body tell me how i can print directly to a usb port. In VB5. Sorry my inglish | |
I have a spreadsheet that I populated from an access table (file). when I print the data in the spreadsheet, part of the data prints on one page and the other half prints on another page. In otherwords, I have to paste two pages together to see the complete record. … | |
How can I make a program that reads the files of the Real Player, without the presence of the Real Player. Is there DLL libraries for this task, or an ActiveX ???? | |
Hi Everyone Please anyone tell me how can I use the following code in vb6 Module. Dim db As Database Dim rs As Recordset Private Sub Form_Load() Set db = OpenDatabase("C:\MyDatabase.mdb") End Sub Thanks in advance | |
Is it possible to create multicolumn combo box using win32 API programming?If so, how? If possible send me the link | |
Hi Everyone I want to use other languages in vb6 textboxes like Arabic, Farsi and especially Urdu. I have little knowledge that it can be done by API programming but I don't know the code which can be use for different language. For Example for USA English we can use … | |
can you please help me how to insert a picture background.please give some example of vb6 source code regarding with inserting picture backgorund. | |
how to send mails using visual basic 6.. im in a local network and im using windows XP.. can you plz tell me the code for that.. | |
How can i access data from MS Access using VB6 (I need the connection code) can u plz tell me the code for accessing tables in MS Access using Visual Basic 6. my access tables are in a server not in my local computer..... plz let me know the code | |
Hello Everyone, I need help in Accessing Website through VB6. I want to login in a site, the username and password of the site are accepted in two textboxes. Anyone have any idea how to go for it!!! | |
Good morning everyone - I am using VB6. I need your assistance. I used the "CopyFromRecordset" function to populate my spreadsheet. Some of the fields in the access file has date values and some has number values (integers), but after importing into the spreadsheet, the numbers convert to date values(1/1/1900) … | |
Hi, How can I change the current recordset in a form to a new recordset using a query in vba? i.e. To populate the recordset in my form I have a combo box that is used in a query to populate the recordset. The recordset is a subset of my … | |
I just learn how to do a programming with vb6, and i have few problem that i need to get some advise and idea from experts here. Ok I successfully captured a data from a notepad text, and my access database data filed is look like this; Schedule sku size … | |
Hi, anyone know how to implement an audit log for users of a system in at any paricular time.Its part of the requirements am supposed to implement in a system.Its supposed to show who logged in,time/duration and time of log-out. Am using VB6.I will appreciate any help.thanx in advance | |
I have two snippets of code used in Microsoft Access 2003 VBA. It takes and integer and checks to see if it is in one of five groups; less than 2, =2, 3 or 4, and 5 or greater. Using IF-THEN-ELSE works, but Select case doesn't! Here are the snippets: … | |
My program should work in such a way there's a button that we can click. And everytime I click it, it should update a graph in another form. How do I do that? Because right now, everytime I click it, it only opens the form as for now, the only … | |
I have a program where there are text boxes that accept values and then a command button is pressed. I need to know how to let the program check if the values entered are negative or anything that isn't a number. I also need the program to understand that if … | |
Hey i am trying to make a 3 dimensional string array, and i wont know the size of it until the user enters the three numbers. I need to declare the variable as private or else i will have to pass it everywhere. Are there any alternatives or how would … | |
Hi everyone. I've been trying to come up with a multiple choice quiz using Visual basic but I havent succeeded yet. I would like to create a suite containing several subjects such as science, history, english etc with each subject comprising of several quizzes. please help | |
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 … |
The End.