Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #12.3K
Ranked #3K
~13.3K People Reached
About Me

Programmer for over 30 years, also heavily into Digital Art & Photography. I program in many languages but my favorite has always been VB.

Interests
Digital Art - DAZ 3D, Cararra 7 Pro, Terragen 2 are some of the software packages I use and I am also…
PC Specs
Nothing fancy but gets the job done. HP Pavilion laptop AMD, and a CPQ AMD Desktop - yes I am partial…
Favorite Forums
Favorite Tags
Member Avatar for Animal Mother

Hi I would like to know if anybody could help me insert records into a MS access database with VB.net, I'm actually a c# programmer and I have never worked with databases before, I got as far as connecting but as soon as I want to add a record I …

Member Avatar for dnis30
0
7K
Member Avatar for rahul8590

I have a search a particular filename in my msaccess file . if i search through ID no , i am able to fetch the output . but if i am searching by comparing filenames then i am getting error [CODE] Private Sub cmdSearch_Click() Dim key As String, str As …

Member Avatar for AndreRet
0
282
Member Avatar for Kingcoder210

I got a serious problem. Though I have made my program newly it shows error. I have used 1280,1024 animation only for first form then used 1280,1024 image for every form. Today I was checking then it was showing me error message for 19th & 20th form. If I use …

Member Avatar for JRitchie777
0
116
Member Avatar for xfrolox

i have form1 - Form2 and Form3 Form1 appears and i have to pick a color and click the button to go to the form2, then in form2 it shows the color and in form3 too which is the best way to do this ? My.forms.Form2.SomeCodeHere or just Form2.SomeCodeHere

Member Avatar for JRitchie777
0
71
Member Avatar for TrueVb.NetNoob

Hi Everyone! I have trouble in finding a way to hide or let certain amounts of items be unable to see in a listbox. Here is what I have done so far [CODE]Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged Select Case ComboBox1.Text Case "Snacks" ListBox1.Items.Insert(0, …

Member Avatar for TrueVb.NetNoob
0
2K
Member Avatar for johmolan

I try to copy data from rows in my db and then add them with another ID. but somehow I think I have made a mess out of it. [CODE] Public Sub Ordreupdate() Dim dtbl As New DataTable Dim dt As New DataTable dtbl = Kalkyle1DataSet.Tables("Ordre") dt = dtbl.Clone Dim …

Member Avatar for JRitchie777
0
93
Member Avatar for Maya Pawar

Hi friends, Anyone know how to take backup of Access database through Coding in vb.net. Means when i click on button ,the folder should be automaticaly created and that folder contains Access database file with current entered records means updated database. Plz if u know plz help me all. Thanks …

Member Avatar for JRitchie777
0
131
Member Avatar for breakid

Hi, I build a project in visual basic 2008 with reference excel. I copy the project to my notebook and now I get 15 error. [CODE] Warning 1 There are updated custom wrappers available for the following referenced components: Excel ,Microsoft.Office.Core. Warning 2 Cannot load type library for reference "AxMSChart20Lib". …

Member Avatar for JRitchie777
0
267
Member Avatar for praveenpvs

Hello Everyone I need to convert string to an image in vb.net. In my project, i need to capture the signature and show it as image. Capturing signature is done and it returns the data as string. I need to take this string and show it as image. I am …

Member Avatar for JRitchie777
0
3K