Questions with no accepted solutions

I am a newbie in learning visual basic 6.0 and I'm creating a login form for my visual basic project. I want to hide the password character on the textbox but I don't know how to do that. I want the * symbol to appear instead of my input. I need a little help with it.

thanks

  • 1279 views
  • 1 answers
  • 0 votes

I am new in learning visual basic 6.0 and I'm having trouble coding a search function in VB6.0. I want the program to let the user enter a data in search textbox and then it will filter the data by the first string of the input and display all the filtered data in a datagrid.

example:

the user typed A, all of the data in my database that is starting with the letter A will appear in the datagrid.

Please show me some codes for this.

 

  • 993 views
  • 1 answers
  • 0 votes

I'm using windows 7. I installed visual basic 6.0 in my laptop but I can't drag the object to the form faster.

The movement of the mouse is smooth. I try using VB6.0 in another laptop with windows XP O.S. and it works normally.

Why VB6.0 is slow in windows 7 but can run normally in windows XP and what will I do to speed it up when I want to use windows 7 as my O.S.?

  • 1940 views
  • 1 answers
  • 0 votes

What is the function of packaging and deployment wizard in visual basic 6.0 and where can I use it? It is essential and useful in visual basic 6.0 programming?

  • 1219 views
  • 1 answers
  • 0 votes

Hey pal,

How can I add a sub navbar in my navigation bar using css or html?

I want my navigation bar to be like this

 

Can you give me some navigation bar codes that will result on that?

 

  • 4950 views
  • 1 answers
  • 1 votes

Do form1.Hide and Unload me function in visual basic 6.0 is the same?

Private sub command1_click

Unload me

End sub

Private sub command1_click

Form1.Hide

End sub

I notice that they're both making the form disappear but I was wondering what is their differences?

 

  • 1407 views
  • 1 answers
  • 0 votes

I want to calculate the total of my overall sales in my datareport using visual basic 6.0 but I don't know how to code that.

This is an example of the display that appears in my datareport.

customer name    product name  quantity      price              total

  • 1190 views
  • 1 answers
  • 0 votes

Hi,

I am reviewing for my basic hardware and software exam. I need to pass it to be able to work as a technical support for a certain company.

I searched the internet and encounter the word "Resource Conflict". What is a resource conflict during POST and what are the possible solution to fix this problem? I have no idea about it. Can you help me have some?

Thanks

  • 949 views
  • 1 answers
  • 0 votes

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?

 

  • 1390 views
  • 1 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

  • 1346 views
  • 1 answers
  • 0 votes