Search Results

Showing results 1 to 40 of 570
Search took 0.04 seconds.
Search: Posts Made By: Jx_Man ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 Mar 31st, 2009
Replies: 1
Views: 304
Posted By Jx_Man
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
Posted By Jx_Man
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
Posted By Jx_Man
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
Posted By Jx_Man
Heiiii....Please start your own thread
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009
Replies: 7
Views: 1,116
Posted By Jx_Man
using ascii checking on your button event.
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009
Replies: 5
Views: 1,556
Posted By Jx_Man
use sendkeys or API Function.
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009
Replies: 13
Views: 2,201
Posted By Jx_Man
check the references of your project.
Forum: Visual Basic 4 / 5 / 6 Dec 12th, 2008
Replies: 4
Views: 2,068
Posted By Jx_Man
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
Posted By Jx_Man
you can use datediff() function to count days.
Forum: Visual Basic 4 / 5 / 6 Oct 2nd, 2008
Replies: 2
Views: 605
Posted By Jx_Man
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
Posted By Jx_Man
Forum: Visual Basic 4 / 5 / 6 Sep 29th, 2008
Replies: 5
Views: 644
Posted By Jx_Man
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
Posted By Jx_Man
none..
Forum: Visual Basic 4 / 5 / 6 Sep 26th, 2008
Replies: 20
Solved: about module
Views: 2,060
Posted By Jx_Man
You're Welcome :)
Forum: Visual Basic 4 / 5 / 6 Sep 26th, 2008
Replies: 20
Solved: about module
Views: 2,060
Posted By Jx_Man
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
Solved: about module
Views: 2,060
Posted By Jx_Man
>> 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
Solved: update date
Views: 1,211
Posted By Jx_Man
post the code that you've done...
Forum: Visual Basic 4 / 5 / 6 Sep 23rd, 2008
Replies: 1
Views: 640
Posted By Jx_Man
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
Solved: about module
Views: 2,060
Posted By Jx_Man
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
Posted By Jx_Man
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
Solved: about module
Views: 2,060
Posted By Jx_Man
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
Solved: about module
Views: 2,060
Posted By Jx_Man
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
Solved: Create control
Views: 894
Posted By Jx_Man
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
Solved: Create control
Views: 894
Posted By Jx_Man
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
Posted By Jx_Man
- 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
Solved: about module
Views: 2,060
Posted By Jx_Man
>> 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
Solved: about module
Views: 2,060
Posted By Jx_Man
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
Posted By Jx_Man
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
Posted By Jx_Man
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
Posted By Jx_Man
>> 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
Solved: about module
Views: 2,060
Posted By Jx_Man
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
Posted By Jx_Man
Ahh, i was late in post. Already answered by selvaganapathy :)
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 3
Views: 801
Posted By Jx_Man
You're Welcome....
Don't Forget to mark this thread as Solved :)
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 8
Solved: SS Tab
Views: 760
Posted By Jx_Man
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
Posted By Jx_Man
See this thread (http://www.daniweb.com/forums/thread117080.html)
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008
Replies: 5
Views: 1,221
Posted By Jx_Man
using between or operator ">" and "<".
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008
Replies: 6
Views: 576
Posted By Jx_Man
actually it just a simple code.
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008
Replies: 6
Views: 576
Posted By Jx_Man
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
Posted By Jx_Man
- 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
Posted By Jx_Man
sql = "INSERT INTO Department(Department_ID,Department_name)VALUES('" & deptid & "','" & Text2.Text & "' )"
Showing results 1 to 40 of 570

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC