Forum: VB.NET Nov 12th, 2008 |
| Replies: 3 Views: 2,266 hi
first set the breakpoint to starting line of function and then u can no eaasily somwhere its not set the value that s y this above error and use try-catch block its useful to findout that error |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 6 Views: 2,582 hi
i tried like this for ur ?
or
Application.StartupPath & "\\DataBase\\dbname.db" |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 3 Views: 2,266 hi
send ur ful code then v can help u |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 5 Views: 1,640 hi
c this code
MessageBox.aspx
MessageBox.aspx.vb
otherwise c the link
http://www.dnzone.com/ShowDetail.asp?NewsId=861 |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 5 Views: 1,359 hi
actualy u r adding mulilang files into project under resources folder. u need add bin/debug/resources/ here u have to create the textfile.not resouces file |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 6 Views: 2,582 hi
u have specify like
Application.startuppath means it wil show upto bin folder then concatenate with this " u can specfy remaining path here"
if ur probelm solved plz mark as solved |
Forum: VB.NET Oct 29th, 2008 |
| Replies: 2 Views: 1,244 hi
in form1 -button click event write it as
and in 2nd form
it wil work.
if its working mark as PROBLEM SOLVED |
Forum: VB.NET Oct 28th, 2008 |
| Replies: 2 Views: 540 hi,
u can use joins r where condition simple example about the Query |
Forum: VB.NET Oct 17th, 2008 |
| Replies: 1 Views: 342 search in Google. u wil lot of points and protocal related alp details |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 2 Views: 395 hi
in grid cell_click event u have to write
and based on parent grid selected cel u have write query in 2nd grid and fil it |
Forum: VB.NET Jul 28th, 2008 |
| Replies: 2 Views: 1,270 do u want to read single record based on conditions means u can use like
Dim connString As String = "server=siraj; database=programmersheaven;" + _
"uid=sa;... |