Forum: VB.NET Jan 23rd, 2008 |
| Replies: 2 Views: 1,155 you can use
1 validation control for this
2. use ASSCI code value to compare the text value
3. set limits for each text box
4. use combo box if possible |
Forum: VB.NET Jan 23rd, 2008 |
| Replies: 4 Views: 2,654 you can learn vb.net form
http://www.w3schools.com/
for more information you can also visit
http://webdesigningcompany.net |
Forum: VB.NET Jan 23rd, 2008 |
| Replies: 5 Views: 879 you can do this as.......
on form2 load
textbox1.text=form1.textBox1.text
just try this i think you can solve your problem easily
for any kind of web related information you can visit |
Forum: VB.NET Jan 23rd, 2008 |
| Replies: 2 Views: 2,363 on click of add
1. you have empty all the text box for eg.
text1.text=""
you can keep the code in the add if you generate any series of number automatically
eg E001,E002.......
on... |
Forum: VB.NET Jan 23rd, 2008 |
| Replies: 3 Views: 1,527 for validation you have to follow this
1 compare the text value with each user name record field.
2. if any record find out with same name you have to given message to user "user name all... |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2008 |
| Replies: 20 Views: 3,266 for auto running for your program
you have use boot.ini file of window
you have to make changes in window registry
i think you have use a specific event of your progrm with timer in and... |
Forum: VB.NET Jan 22nd, 2008 |
| Replies: 6 Views: 943 i am try to solve your problem with image scroll
This is very simple. In particular, the application receives only filenames and directory names. You can drop a folder onto the viewer or... |
Forum: VB.NET Jan 22nd, 2008 |
| Replies: 5 Views: 7,307 you can easily do this
you have to take care about only SQL
in SQL where you want to store image the type of that is bit type
for any kind of web related problem you can visit |
Forum: VB.NET Jan 22nd, 2008 |
| Replies: 4 Views: 1,359 hello friend i m try to solve your problem
on clock on add button
save the value of your text which is selected
and compare that text with your database and select cross ponding price value... |
Forum: VB.NET Jan 22nd, 2008 |
| Replies: 5 Views: 4,449 you have not to worry
i have solution of this problem
you have to do
on form load
1assign the value to a variable form your data base |
Forum: C++ Jan 16th, 2008 |
| Replies: 14 Views: 2,619 When a C++ program is running, the following four built-in streams are automatically opened:
Stream Meaning Default Device Corresponding C stream
cin standard input keyboard stdin
cout... |
Forum: C++ Jan 16th, 2008 |
| Replies: 14 Views: 1,740 difference b\w in c and C++
1. in c++ we have classes and object
2. in c++ we have function overloading, inheritence ,virtual function ,constructor
for any web designing related problem visit... |
Forum: C++ Jan 16th, 2008 |
| Replies: 54 Views: 76,722 tips
1 . use loops
2. use pointer
3.use functions
4. use method overloading
5 use typedef for initialisation |