Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for tripes

hi i have a program that uses ms access database in [B]vb.net 2003[/B], when i run the program it seems to work fine but if i press a button that uses an openfile dialogbox and try to open again my database the program crashes... it seems that is losing the …

Member Avatar for TomW
0
169
Member Avatar for tripes

i have a search function in my program in order to find records from an access database... all the other functions add/edit/delete are working just fine... this is my code for search function: Private Sub cmdSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSearch.Click Try Me.datasetMainForm.Clear() If Me.txtSearch.Text = …

Member Avatar for tripes
-1
101
Member Avatar for tripes

hi i am using [B]VB.NET 2003 [/B]and i want to export some data from a microsoft access database into a multidimensional array... how can i do that? i could not find a single example on this...pls help:'(

Member Avatar for TomW
0
52
Member Avatar for tripes

hi i want to create a csv file using [B]VB.net 2003 [/B]and save the data from an array in it... i have searched everywhere and i did not find a solution. please help :'(

Member Avatar for sknake
0
980
Member Avatar for tripes

i am using [B]VB.NET 2003 [/B]and i need to read some data from a cvs file and store it into a two dimensional array.... i couldn't find an example anywhere.. pls help :'(

Member Avatar for Teme64
0
196
Member Avatar for tripes

i am working on a project in vb.net 2003 and i want to get the color of a pixel when i click on the image loaded in the picturebox. i ve tried anything but nothing seems to work.... help please :'(

Member Avatar for Teme64
0
782
Member Avatar for tripes