Visual basic
I am creating a standard exe. project in visual basic 6.0 and I have to add adodc object on it but I can't find the adodc object in my toolbar where can I find it and how can I make it appear it my toolbar?
- 1385 views
- 1 answers
- 0 votes
How can I add data report in visual basic 6.0 and how can I make the data in my database appear in the data report by clicking a command button ? Can you give me simplest procedure on how to do this and what will be the codes that I am going to use? I'll be using it in my thesis project, Please help me have an idea on how to do this.
Thanks
- 1101 views
- 2 answers
- 0 votes
I am working on my visual basic6.0 project. What will be the code that I am going to use If I don't want any records to be repeated. For example, I add a user by clicking an add command button and I enter a user that is already existing in my access database. I want the program to don't accept my input and return an error message stating "Records already exist".
Can anyone give me a sample code in visual basic 6.0 on how to do this?
Thanks
- 1342 views
- 1 answers
- 0 votes
I am creating a visual basic project and I don't want the program to accept input if the user input a letter. I want only numbers to be accepted. In addition, If the user enter a letter or not a whole number the program will return a message stating "Please enter a valid number" I just need a sample code to serve as my reference. please give me some clue on how to code this.
Thanks.
- 930 views
- 1 answers
- 0 votes
I have created a program in visual basic 6.0 and I want my program to be executable so that I can have an installer and can install my program to another computer. How can I make my program executable? I'm a little clueless right now and I need help with this.
- 886 views
- 1 answers
- 0 votes
Hello there guys!
I've been currently making a Visual Basic program.
In my Order Slip Entry part, every time I add up new details on the Flex Grid,
It only adds up on the first row only.
What would be the cause to this?
- 1141 views
- 1 answers
- 0 votes
How to establish data binding of .mdb file with .aspx page using visual basic as language in visual studio 2008?
- 2891 views
- 1 answers
- 1 votes
Is there any other way to allow the user to select multiple lines in a MSHFlexGrid?
After selection, Those lines will then fill another Grid.
- 779 views
- 1 answers
- 0 votes
I’m an information technology student and our professor asked us to create a program using visual basic 6.0 that would determine if a number is a even or odd. In addition, if the input is not a whole number or a letter, the program should return an error stating "Please Enter a number!" and if the number is even or odd the program should return a message stating "the number x(x=user input number) is even" or "the number x(x=user input number) is odd".
I’m a little clueless right now and would like some help on this.Thank you so much.
- 1309 views
- 1 answers
- 0 votes
Good evening.
Ive been doing some self study on VB Programming this past few months and I have this Visual Basic Portable installed in my computer to practice on. This software was actually given from my friend and when I was about to create a database, there was this prompt message stating I cant create one because there is a file missing.
What would be the cause of this error and what is that file containing the database.?
- 1218 views
- 1 answers
- 0 votes