Search Results

Showing results 1 to 40 of 749
Search took 0.05 seconds.
Search: Posts Made By: Jx_Man ; Forum: VB.NET and child forums
Forum: VB.NET 25 Days Ago
Replies: 3
Views: 299
Posted By Jx_Man
what kind of error came up?
are u added a merge file when u deployment it?
Forum: VB.NET Sep 28th, 2009
Replies: 11
Views: 30,545
Posted By Jx_Man
Forum: VB.NET Aug 25th, 2009
Replies: 8
Views: 16,557
Posted By Jx_Man
dg student is datagrid..
Forum: VB.NET Mar 26th, 2009
Replies: 4
Views: 496
Posted By Jx_Man
I think a better way is convert as byte..
Some trouble can happen if you missing the path of image or moving some pics.
Forum: VB.NET Mar 15th, 2009
Replies: 9
Views: 961
Posted By Jx_Man
on timer tick event
- make randomize function to get new X and Y,so your button always get new location to moving every timer tick.
Forum: VB.NET Mar 15th, 2009
Replies: 3
Views: 630
Posted By Jx_Man
Process.Start("explorer.exe", "/n, ::{645FF040-5081-101B-9F08-00AA002F954E}")
Forum: VB.NET Mar 13th, 2009
Replies: 1
Views: 1,403
Posted By Jx_Man
Forum: VB.NET Feb 27th, 2009
Replies: 10
Views: 928
Posted By Jx_Man
Use Join statement
http://www.sql-tutorial.net/SQL-JOIN.asp
Forum: VB.NET Feb 21st, 2009
Replies: 1
Views: 308
Posted By Jx_Man
Dim Phrase As String = "this is a test"
Dim TextArray As String() = Nothing
Dim Word As String
Dim NewString As String
TextArray = Phrase.Split(" ")
For Each Word In TextArray
NewString =...
Forum: VB.NET Feb 21st, 2009
Replies: 3
Views: 2,129
Posted By Jx_Man
what event do you want?button event?click event?or what?
Forum: VB.NET Feb 4th, 2009
Replies: 16
Views: 2,027
Posted By Jx_Man
use condition on your select statment.
Forum: VB.NET Feb 4th, 2009
Replies: 1
Views: 390
Posted By Jx_Man
play wav?mp3?
Forum: VB.NET Jan 29th, 2009
Replies: 5
Views: 1,981
Posted By Jx_Man
Thx For sharing... :)
Forum: VB.NET Jan 26th, 2009
Replies: 5
Views: 1,981
Posted By Jx_Man
very good. Would you like to share with us how to do it, so if other members get the same problem they can solved it.
And don't forget to mark this thread as solved..
Thanks :)
Forum: VB.NET Jan 25th, 2009
Replies: 3
Views: 956
Posted By Jx_Man
Read this article (http://www.devasp.net/net/articles/display/155.html)
Forum: VB.NET Jan 25th, 2009
Replies: 4
Views: 1,442
Posted By Jx_Man
Forum: VB.NET Jan 25th, 2009
Replies: 5
Views: 1,981
Posted By Jx_Man
on datagrid double click event, get data on selected then show it on main form.
Forum: VB.NET Jan 25th, 2009
Replies: 3
Views: 371
Posted By Jx_Man
are u sure saved it into txt file?i mean when your program is running..
Forum: VB.NET Jan 25th, 2009
Replies: 6
Views: 1,024
Posted By Jx_Man
This following code just allowed you to entered numbers only (No alphabetics or any special characters) :
Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As...
Forum: VB.NET Jan 22nd, 2009
Replies: 5
Views: 1,295
Posted By Jx_Man
write this on the top of codes
Imports System.Data.Odbc
Forum: VB.NET Jan 12th, 2009
Replies: 3
Views: 268
Posted By Jx_Man
show us ur effort
Forum: VB.NET Dec 12th, 2008
Replies: 4
Views: 466
Posted By Jx_Man
you mean Textbox, label, Button for basic controls????
please more details...not clear enough..
Forum: VB.NET Dec 12th, 2008
Replies: 3
Views: 912
Posted By Jx_Man
what errors came up?
try to use Shared variable to accomodate your address data.
Forum: VB.NET Dec 9th, 2008
Replies: 4
Views: 408
Posted By Jx_Man
Not clearly enough...
Forum: VB.NET Nov 30th, 2008
Replies: 3
Views: 1,564
Posted By Jx_Man
just copying your .exe file into startup folder.
you can use special folder to do this.
Forum: VB.NET Nov 30th, 2008
Replies: 5
Views: 4,171
Posted By Jx_Man
use join on your sql query.
Forum: VB.NET Nov 28th, 2008
Replies: 1
Views: 443
Posted By Jx_Man
1. Add new item on database
2. Load combobox item after add item.

just show us your effort :)
Forum: VB.NET Nov 28th, 2008
Replies: 5
Views: 535
Posted By Jx_Man
Forum: VB.NET Nov 28th, 2008
Replies: 2
Views: 930
Posted By Jx_Man
Forum: VB.NET Nov 3rd, 2008
Replies: 11
Views: 16,415
Posted By Jx_Man
Forum: VB.NET Oct 11th, 2008
Replies: 5
Views: 3,299
Posted By Jx_Man
other suggestion use timer.
question for u :
why teme64 suggestion with sleep() function doesn't work for u? cause i think is better to use sleep than timer control.
Forum: VB.NET Sep 29th, 2008
Replies: 3
Views: 901
Posted By Jx_Man
I was told u in previous post, I said the index of item means index of column on your table.but you can change with :
cmbAuthor.Items.Add(dtOle.Rows(i).Item("ColumnName"))
Forum: VB.NET Sep 26th, 2008
Replies: 3
Views: 1,616
Posted By Jx_Man
Thanks for the links Teme64...
Forum: VB.NET Sep 26th, 2008
Replies: 5
Views: 1,486
Posted By Jx_Man
You're welcome
Don't forget to mark this thread as Solved :)
Forum: VB.NET Sep 25th, 2008
Replies: 5
Views: 1,486
Posted By Jx_Man
don't be confused. Just focus in the red line, that is how to get value from datetimepicker.
this is new example :

cmdTest.CommandText = "INSERT INTO Book(Id, Name, BirthDate) VALUES('" &...
Forum: VB.NET Sep 25th, 2008
Replies: 12
Views: 1,706
Posted By Jx_Man
what problem come up?any errors?
Forum: VB.NET Sep 25th, 2008
Replies: 3
Views: 901
Posted By Jx_Man
Private Sub ReadData()
Dim i As Integer

con.ConnectionString = ("Provider = Microsoft.JET.OLEDB.4.0;Data Source= D:\Only Me\Authors.mdb")
Try

cmdOle =...
Forum: VB.NET Sep 24th, 2008
Replies: 2
Views: 432
Posted By Jx_Man
why you didn't use datagrid??
Forum: VB.NET Sep 24th, 2008
Replies: 2
Views: 818
Posted By Jx_Man
Forum: VB.NET Sep 23rd, 2008
Replies: 5
Views: 1,486
Posted By Jx_Man
the red line is how to use datetimepicker :
cmdPendidikan1.CommandText = "INSERT INTO Pendidikan(IdPendidikan, Nis, Lulusan, LamaBelajar,SekolahAsal,Alasan,Kelas,Tgl) VALUES('" &...
Showing results 1 to 40 of 749

 


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

©2003 - 2009 DaniWeb® LLC