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: 7
Views: 28,454
Posted By Jx_Man
Forum: VB.NET Aug 25th, 2009
Replies: 8
Views: 15,826
Posted By Jx_Man
dg student is datagrid..
Forum: Visual Basic 4 / 5 / 6 Mar 31st, 2009
Replies: 1
Views: 293
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: 726
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: 468
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: 270
Posted By Jx_Man
Hi there...Welcome to Daniweb friend :)
Forum: Community Introductions Mar 15th, 2009
Replies: 2
Views: 321
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: 349
Posted By Jx_Man
Hi there...Welcome to Daniweb friend.
Hope u enjoy this site :)
Forum: VB.NET Mar 15th, 2009
Replies: 9
Views: 843
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: 539
Posted By Jx_Man
Process.Start("explorer.exe", "/n, ::{645FF040-5081-101B-9F08-00AA002F954E}")
Forum: VB.NET Mar 13th, 2009
Replies: 1
Views: 1,193
Posted By Jx_Man
Forum: VB.NET Feb 27th, 2009
Replies: 10
Views: 813
Posted By Jx_Man
Use Join statement
http://www.sql-tutorial.net/SQL-JOIN.asp
Forum: VB.NET Feb 21st, 2009
Replies: 1
Views: 290
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,800
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,843
Posted By Jx_Man
use condition on your select statment.
Forum: VB.NET Feb 4th, 2009
Replies: 1
Views: 376
Posted By Jx_Man
play wav?mp3?
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2009
Replies: 12
Views: 2,324
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,734
Posted By Jx_Man
Thx For sharing... :)
Forum: Visual Basic 4 / 5 / 6 Jan 26th, 2009
Replies: 2
Views: 488
Posted By Jx_Man
Heiiii....Please start your own thread
Forum: VB.NET Jan 26th, 2009
Replies: 5
Views: 1,734
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: 797
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,273
Posted By Jx_Man
Forum: VB.NET Jan 25th, 2009
Replies: 5
Views: 1,734
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: 357
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: 927
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,092
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,034
Posted By Jx_Man
using ascii checking on your button event.
Forum: VB.NET Jan 12th, 2009
Replies: 3
Views: 246
Posted By Jx_Man
show us ur effort
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009
Replies: 5
Views: 1,436
Posted By Jx_Man
use sendkeys or API Function.
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009
Replies: 13
Views: 2,087
Posted By Jx_Man
check the references of your project.
Forum: Visual Basic 4 / 5 / 6 Dec 12th, 2008
Replies: 4
Views: 1,926
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: 441
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: 822
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: 387
Posted By Jx_Man
Not clearly enough...
Forum: VB.NET Nov 30th, 2008
Replies: 3
Views: 1,430
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,829
Posted By Jx_Man
use join on your sql query.
Forum: Geeks' Lounge Nov 28th, 2008
Replies: 1,361
Views: 143,069
Posted By Jx_Man
Cassava chips with pocari sweat...
Forum: VB.NET Nov 28th, 2008
Replies: 1
Views: 425
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: 517
Posted By Jx_Man
Forum: VB.NET Nov 28th, 2008
Replies: 2
Views: 847
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