Search Results

Showing results 1 to 40 of 1000
Search took 0.10 seconds.
Search: Posts Made By: Jx_Man
Forum: VB.NET Sep 28th, 2009
Replies: 11
Views: 29,107
Posted By Jx_Man
Forum: VB.NET Aug 25th, 2009
Replies: 8
Views: 16,099
Posted By Jx_Man
dg student is datagrid..
Forum: Visual Basic 4 / 5 / 6 Mar 31st, 2009
Replies: 1
Views: 295
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: 741
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: VB.NET Mar 26th, 2009
Replies: 4
Views: 477
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: Community Introductions Mar 15th, 2009
Replies: 1
Views: 273
Posted By Jx_Man
Hi there...Welcome to Daniweb friend :)
Forum: Community Introductions Mar 15th, 2009
Replies: 2
Views: 330
Posted By Jx_Man
Hi there...Welcome to Daniweb friend.
Hope u find what u needed here
Forum: Community Introductions Mar 15th, 2009
Replies: 5
hi
Views: 357
Posted By Jx_Man
Hi there...Welcome to Daniweb friend.
Hope u enjoy this site :)
Forum: VB.NET Mar 15th, 2009
Replies: 9
Views: 889
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: 573
Posted By Jx_Man
Process.Start("explorer.exe", "/n, ::{645FF040-5081-101B-9F08-00AA002F954E}")
Forum: VB.NET Mar 13th, 2009
Replies: 1
Views: 1,254
Posted By Jx_Man
Forum: VB.NET Feb 27th, 2009
Replies: 10
Views: 866
Posted By Jx_Man
Use Join statement
http://www.sql-tutorial.net/SQL-JOIN.asp
Forum: VB.NET Feb 21st, 2009
Replies: 1
Views: 295
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: 1,910
Posted By Jx_Man
what event do you want?button event?click event?or what?
Forum: VB.NET Feb 4th, 2009
Replies: 16
Views: 1,897
Posted By Jx_Man
use condition on your select statment.
Forum: VB.NET Feb 4th, 2009
Replies: 1
Views: 380
Posted By Jx_Man
play wav?mp3?
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2009
Replies: 12
Views: 2,433
Posted By Jx_Man
This section just for vb4/5/6. Don't make it become VB.Net Section...
Forum: VB.NET Jan 29th, 2009
Replies: 5
Views: 1,810
Posted By Jx_Man
Thx For sharing... :)
Forum: Visual Basic 4 / 5 / 6 Jan 26th, 2009
Replies: 2
Views: 492
Posted By Jx_Man
Heiiii....Please start your own thread
Forum: VB.NET Jan 26th, 2009
Replies: 5
Views: 1,810
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: 849
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,328
Posted By Jx_Man
Forum: VB.NET Jan 25th, 2009
Replies: 5
Views: 1,810
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: 360
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: 959
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,168
Posted By Jx_Man
write this on the top of codes
Imports System.Data.Odbc
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009
Replies: 7
Views: 1,062
Posted By Jx_Man
using ascii checking on your button event.
Forum: VB.NET Jan 12th, 2009
Replies: 3
Views: 254
Posted By Jx_Man
show us ur effort
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009
Replies: 5
Views: 1,495
Posted By Jx_Man
use sendkeys or API Function.
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009
Replies: 13
Views: 2,142
Posted By Jx_Man
check the references of your project.
Forum: Visual Basic 4 / 5 / 6 Dec 12th, 2008
Replies: 4
Views: 1,989
Posted By Jx_Man
try to get process of windows.
kill it by process name. its the easiest way.
Forum: VB.NET Dec 12th, 2008
Replies: 4
Views: 445
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: 845
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: 394
Posted By Jx_Man
Not clearly enough...
Forum: VB.NET Nov 30th, 2008
Replies: 3
Views: 1,472
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: 3,940
Posted By Jx_Man
use join on your sql query.
Forum: Geeks' Lounge Nov 28th, 2008
Replies: 1,376
Views: 146,703
Posted By Jx_Man
Cassava chips with pocari sweat...
Forum: VB.NET Nov 28th, 2008
Replies: 1
Views: 431
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: 521
Posted By Jx_Man
Forum: VB.NET Nov 28th, 2008
Replies: 2
Views: 872
Posted By Jx_Man
Showing results 1 to 40 of 1000

 


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

©2003 - 2009 DaniWeb® LLC