Forum: Visual Basic 4 / 5 / 6 Mar 31st, 2009 |
| Replies: 1 Views: 304 Actually this section for VB4/5/6
Post your question on VB.Net Section (http://www.daniweb.com/forums/forum58.html)
then closed this thread. |
Forum: Visual Basic 4 / 5 / 6 Mar 31st, 2009 |
| Replies: 4 Views: 756 just checked id entered with id on database.
If same then display error message, if not same then add into database. |
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2009 |
| Replies: 12 Views: 2,559 This section just for vb4/5/6. Don't make it become VB.Net Section... |
Forum: Visual Basic 4 / 5 / 6 Jan 26th, 2009 |
| Replies: 2 Views: 501 Heiiii....Please start your own thread |
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009 |
| Replies: 7 Views: 1,116 using ascii checking on your button event. |
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009 |
| Replies: 5 Views: 1,556 use sendkeys or API Function. |
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009 |
| Replies: 13 Views: 2,201 check the references of your project. |
Forum: Visual Basic 4 / 5 / 6 Dec 12th, 2008 |
| Replies: 4 Views: 2,068 try to get process of windows.
kill it by process name. its the easiest way. |
Forum: Visual Basic 4 / 5 / 6 Oct 18th, 2008 |
| Replies: 1 Views: 519 you can use datediff() function to count days. |
Forum: Visual Basic 4 / 5 / 6 Oct 2nd, 2008 |
| Replies: 2 Views: 605 post your thread on Computer Science and Software Design (http://www.daniweb.com/forums/forum14.html) section |
Forum: Visual Basic 4 / 5 / 6 Oct 2nd, 2008 |
| Replies: 3 Views: 872 |
Forum: Visual Basic 4 / 5 / 6 Sep 29th, 2008 |
| Replies: 5 Views: 644 You can post all function on your hotel management system. And we try to tell you what the function to add or dismiss. |
Forum: Visual Basic 4 / 5 / 6 Sep 28th, 2008 |
| Replies: 5 Views: 644 |
Forum: Visual Basic 4 / 5 / 6 Sep 26th, 2008 |
| Replies: 20 Views: 2,060 |
Forum: Visual Basic 4 / 5 / 6 Sep 26th, 2008 |
| Replies: 20 Views: 2,060 Ok. i understand it.
you mean why sohel in checkwinner got player name from sohel in global variable and why didn't get from other variable.
sohel in checkwinner get value when you called... |
Forum: Visual Basic 4 / 5 / 6 Sep 24th, 2008 |
| Replies: 20 Views: 2,060 >> If I have other variable with (dim sohel as string) like dim ab as integer then the variable fox will work?
i didn't get what u mean.
what a function of variable ab? |
Forum: Visual Basic 4 / 5 / 6 Sep 23rd, 2008 |
| Replies: 4 Views: 1,211 post the code that you've done... |
Forum: Visual Basic 4 / 5 / 6 Sep 23rd, 2008 |
| Replies: 1 Views: 640 show us your effort... (http://www.daniweb.com/forums/announcement4-2.html)
- draw image control and fill with the picture.
- draw a timer, set enable as true and interval as u needed (1000 for 1... |
Forum: Visual Basic 4 / 5 / 6 Sep 23rd, 2008 |
| Replies: 20 Views: 2,060 1. Yes, its for input name.
2. Yes, sohel used to know input name and show in msgbox. (same for jewel)
3. Yes, it connected.
First, sohel in CheckWinner function parameter and sohel in global... |
Forum: Visual Basic 4 / 5 / 6 Sep 22nd, 2008 |
| Replies: 4 Views: 3,123 just rewrite it into vb6.
i believe if u can write program in vb.net than it would easy to convert it into vb6. |
Forum: Visual Basic 4 / 5 / 6 Sep 22nd, 2008 |
| Replies: 20 Views: 2,060 oh...i'm sorry for that (missing it).
In general declaration, you declare sohel and jewel but one by one.
Dim sohel As String
Dim jewel As String
then in module, add parameter of CheckWinner()... |
Forum: Visual Basic 4 / 5 / 6 Sep 20th, 2008 |
| Replies: 20 Views: 2,060 why it didn't work?what error come up?
and it not variable but function. and it working for me when i post an attachment. |
Forum: Visual Basic 4 / 5 / 6 Sep 20th, 2008 |
| Replies: 3 Views: 894 Or Visit this site (http://www.vbexplorer.com/VBExplorer/vb_feature/april2000/april2000.asp) |
Forum: Visual Basic 4 / 5 / 6 Sep 20th, 2008 |
| Replies: 3 Views: 894 Try This :
Declaration :
Option explicit
' Contrl variable
Private ctlName As Control
Code : |
Forum: Visual Basic 4 / 5 / 6 Sep 19th, 2008 |
| Replies: 6 Views: 982 - Maybe missing path of database
- you didn't include db file.
Just tell what kind of error when you running program on other machine. |
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2008 |
| Replies: 20 Views: 2,060 >> Call CheckWinner(Text1, Text2, Text3)
here text1 mean t1 what was write in the module?
Yes. text1 will assigned with T1, then T1 used to check back color of textbox.
>> Public Sub... |
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2008 |
| Replies: 20 Views: 2,060 I already see your project.
You write too many if statement (make me dizzy) and it redundant.
Actually you can simplify your if statement become a function. so you just call function in each... |
Forum: Visual Basic 4 / 5 / 6 Sep 17th, 2008 |
| Replies: 5 Views: 1,221 SELECT * FROM participants WHERE Date between DTPicker1.Value and DTPicker2.Value |
Forum: Visual Basic 4 / 5 / 6 Sep 17th, 2008 |
| Replies: 8 Views: 4,909 Hi gino_j...
This thread too old and you post in wrong section. this for vb 6 not for vb.net :) |
Forum: Visual Basic 4 / 5 / 6 Sep 17th, 2008 |
| Replies: 5 Views: 1,221 >> actually i don't know any more about dtpicker. so please details.
its not about dtpicker but query with sql syntax.
>> both are for search data from backed access file. like (1st dtpicker) i... |
Forum: Visual Basic 4 / 5 / 6 Sep 17th, 2008 |
| Replies: 20 Views: 2,060 i didn't understand clearly what you want.
>> they will change with 2 color red and blue when i click each text box. when i click a button they will become white
You mean randomize 2 color if we... |
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008 |
| Replies: 3 Views: 553 Ahh, i was late in post. Already answered by selvaganapathy :) |
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008 |
| Replies: 3 Views: 801 You're Welcome....
Don't Forget to mark this thread as Solved :) |
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008 |
| Replies: 8 Views: 760 Add on click event (you can find combo box filled with sstab event on the top of code window)
This following code will make u can't open other tabs without fill textbox 1 (text1).
Private Sub... |
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008 |
| Replies: 5 Views: 895 See this thread (http://www.daniweb.com/forums/thread117080.html) |
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008 |
| Replies: 5 Views: 1,221 using between or operator ">" and "<". |
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008 |
| Replies: 6 Views: 576 actually it just a simple code. |
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008 |
| Replies: 6 Views: 576 I post an example code (with your specification), just copied your database on project path cause i detected database on project folder (App.Path & "\hetcovms.mdb" [see on konektor module]). And i... |
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008 |
| Replies: 6 Views: 576 - Post your code first (http://www.daniweb.com/forums/announcement58-2.html).
- What control used to show data (dbGrid,MsFlexGrid, etc) ??
- DatabaseName, Table name, Field Name???
Specify more... |
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008 |
| Replies: 3 Views: 801 sql = "INSERT INTO Department(Department_ID,Department_name)VALUES('" & deptid & "','" & Text2.Text & "' )" |