-
Saving and opening forms in Visual Basic 6
how to save/open a form in vb6 using a command button?
Last updated: -
How to develop a VB application for any computer?
I am very new to this and want to know if I develop a database application using Visual Basic 2005, can my application be loaded onto any computer and used or will the user have to have VB 2005 or some particular database software installed on their computer to use it?
Last updated: -
Printer Orientation Control using VBA Code
I want to print excel UserForms automatically using VBA proceedures.Some should print in Portrait and others in Landscape. How can I control the printer page orientation from VBA code?
Last updated: -
VBS – Taking input from one spreadsheet and output to another
Hello, I am hoping someone can shed some light as I am at a complete lost. I am using an excellent script written by Ralph Montgomery named NTUser.wsf for account audit purposes and I am attempting to modify it to suit my needs. The script, in its native format, prompts for a username upon...
Last updated: -
I'm a novice at VB5. I've written a small subroutine to retrieve the current date. I want to learn how to extract the year as an integer for another subroutine. Any help would be appreciated.
Last updated: -
How to populate datagrid using store procedure
m trying to populate a datagridview using a store procedure called from a module but it is givign me some problem as in my module i use the Function as a bindingsource can someone help me here im totally lost
Last updated: -
Counting the number of correct answers in Visual Basic
I am trying to count the number of times a selected choice is "Correct!" and then after the 5 choices have been made display a message in a text box based on how many answer were correct. For instance, if the person answered 4 out of the 5 questions correctly I would display a text message saying...
Last updated: -
Visual Basic code for txt file help
When using a text file for inputing information, how can you write code to read identifier and go back to a previous place in the text file?
Last updated: -
Developing a project using VB.net front end, and Access in back end
i m developing a project Using vb.net front end, and using ms access in back end,i would like in this project (with customer record save his photo in data base in vb.net5.0. when i add customer photo in form it is show with customer record How i could do this could u help me pls.
Last updated: -
Media Player in Visual Basic 6.0
How to create a Media player in Visual Basic 6.0 ? using Windows Xp.
Last updated: -
create a login screen in VB.net
I am wanting to create a login screen that will verfiy the login number to either a text file or an excel file. I have no idea what to do.
Last updated: -
I would like to know the code to do a “if file exist then” in visual basic.
for some reason the first time I posted this it only showd some of it, so I've reposted it. I would like to know the code to do a "if file exist then" in visual basic. something like in a .bat file as follows. IF EXIST C:install.log ( @echo I'm here ) ELSE ( @echo Your File is missing. ) @rem @rem...
Last updated: -
I made a database and to get around security issues. I made forms that will open when someone opens the database. I want to build a visual basic code to look for the computer name and based off the computer name a form will open. I have the forms made and the table to put the computer names and a...
Last updated: -
Without useing a If statement who do you write the code to toggle from one checkbox to another.
Last updated: -
Print to file and getting Un-Readable data.
I'm trying to print out my Visual Basic 4 code to a file, and get un-read-a-ble code, but if I print it out to my Printer it's very readable, why can't I get readable data when printing to file?
Last updated: -
While execution of my program's exe, the EndUser sometimes get run time error or application defined error etc., which are not handled by me in my code. So, in each & every 'Sub' or 'Function', before 'End Sub' or 'End Function', I have put these lines... If Not Err.Number = 0 Then MsgBox Me.Name &...
Last updated: -
How to pass value at run time from VB 6 to Access 2000 Query for reporting
I have developed a sall application. Data is in Access 2002, Development is in VB 6. For reporting I have designed Queries, using the queries I have designed the reports. It works fine. While run time I accepts the criteria or value from user, based on that I have to show reports. My question is...
Last updated: -
Change Font Style of Menu Item Through VB6
My program is in varnacular language, i. e. input and output are in Gujarati (Indian) language, by changing the font to "Gopika.ttf". So, during the execution of my program I want to show menus also in Gujarati. Normally, we change this from desktop --> properties --> appearnce -->...
Last updated: -
Mobil 5.0 open an MS Access database
Can someone who has used a Mobil5.0 application to open,modify a MS Access Database. Would you share how you did this? I'm fairly new to VS2005. I have a application that communicates with a text file but would really like it to use a database instead.
Last updated: