Forum: VB.NET Sep 28th, 2009 |
| Replies: 7 Views: 28,454 |
Forum: VB.NET Aug 25th, 2009 |
| Replies: 8 Views: 15,826 |
Forum: Visual Basic 4 / 5 / 6 Mar 31st, 2009 |
| Replies: 1 Views: 293 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 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 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 Hi there...Welcome to Daniweb friend :) |
Forum: Community Introductions Mar 15th, 2009 |
| Replies: 2 Views: 321 Hi there...Welcome to Daniweb friend.
Hope u find what u needed here |
Forum: Community Introductions Mar 15th, 2009 |
| Replies: 5 Views: 349 Hi there...Welcome to Daniweb friend.
Hope u enjoy this site :) |
Forum: VB.NET Mar 15th, 2009 |
| Replies: 9 Views: 843 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 Process.Start("explorer.exe", "/n, ::{645FF040-5081-101B-9F08-00AA002F954E}") |
Forum: VB.NET Mar 13th, 2009 |
| Replies: 1 Views: 1,193 |
Forum: VB.NET Feb 27th, 2009 |
| Replies: 10 Views: 813 Use Join statement
http://www.sql-tutorial.net/SQL-JOIN.asp |
Forum: VB.NET Feb 21st, 2009 |
| Replies: 1 Views: 290 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 what event do you want?button event?click event?or what? |
Forum: VB.NET Feb 4th, 2009 |
| Replies: 16 Views: 1,843 use condition on your select statment. |
Forum: VB.NET Feb 4th, 2009 |
| Replies: 1 Views: 376 |
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2009 |
| Replies: 12 Views: 2,324 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 |
Forum: Visual Basic 4 / 5 / 6 Jan 26th, 2009 |
| Replies: 2 Views: 488 Heiiii....Please start your own thread |
Forum: VB.NET Jan 26th, 2009 |
| Replies: 5 Views: 1,734 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 Read this article (http://www.devasp.net/net/articles/display/155.html) |
Forum: VB.NET Jan 25th, 2009 |
| Replies: 4 Views: 1,273 |
Forum: VB.NET Jan 25th, 2009 |
| Replies: 5 Views: 1,734 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 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 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 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 using ascii checking on your button event. |
Forum: VB.NET Jan 12th, 2009 |
| Replies: 3 Views: 246 |
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009 |
| Replies: 5 Views: 1,436 use sendkeys or API Function. |
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009 |
| Replies: 13 Views: 2,087 check the references of your project. |
Forum: Visual Basic 4 / 5 / 6 Dec 12th, 2008 |
| Replies: 4 Views: 1,926 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 you mean Textbox, label, Button for basic controls????
please more details...not clear enough.. |
Forum: VB.NET Dec 12th, 2008 |
| Replies: 3 Views: 822 what errors came up?
try to use Shared variable to accomodate your address data. |
Forum: VB.NET Dec 9th, 2008 |
| Replies: 4 Views: 387 |
Forum: VB.NET Nov 30th, 2008 |
| Replies: 3 Views: 1,430 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 use join on your sql query. |
Forum: Geeks' Lounge Nov 28th, 2008 |
| Replies: 1,361 Views: 143,069 Cassava chips with pocari sweat... |
Forum: VB.NET Nov 28th, 2008 |
| Replies: 1 Views: 425 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 |
Forum: VB.NET Nov 28th, 2008 |
| Replies: 2 Views: 847 open & close connection for every query. |