Hi im new and wanting to learn :)
Hello im sorry if this is the wrong Place to post but im new to visual basic and i want to learn it and dont no were i can begin or were to look on how to code in visual basic i have knowledge in...
View ArticleMerge PDF files
In my vb.net project I need to merge two PDF files. 1) One is from crystal report which export as A.PDF. This part was finished. 2) Another is from word file. I need to code to read doc file and then...
View ArticleRepeat action button?
hey guys , :) how i can make when i press once button1 to repeat same action? to press in continue action "click"
View ArticleCaptcha won't appear
Captcha , don't appear , i tried with this code , but appear nothing on picturebox :ehh: Code: Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As...
View Articlehelp with making a game
hi im very new to visual basic. i did a bit in college but that was 10 years ago. i only really know how to do basic text boxes, buttons, labels etc and basic If functions. im trying to make a game...
View Articleproblem loading picture
i try to load picture from a file and i dont understand why first formula works and not the other "1" is not the same as Str(1) ?? many thanks Dim id As String = "1" Dim BMP1 As New...
View ArticleConvert word to pdf
I use code below to convert word file to pdf file but never have luck and no error as well. Is there something need to update? Private Sub Word2PDF(ByVal wordFilePath As String, ByVal PDFFilePath As...
View ArticleImporting a CSV as variables and populating a listbox
Hello all, I'm very new to VB and need some help on a simple program I'm writing. Basically I want the user to be able to click a button, select a csv and the columns of the CSV are used as variables...
View ArticleVS 2010 how can i declare events with a list of picturebox ?
question of pure beginner thanks for your patience... i want to set 10 pictureboxes on my screen and adress them by an index; so i wrote that kind of code Dim pictureboxes As List(Of PictureBox) = New...
View ArticleUsing VB 2010 treeview with msaccess
I have two access tables. One table "title" and the other table "details". The title table is the one side of the relationship with records such as: cookies, pies, cakes etc. (those I would like to be...
View ArticleVS 2012 Hey Guys I need your help with Mouse Event - Hard question
I have a software to move the mouse to a specific zone in the screen. I am using Mouseevent and set the cursor position TextBox1.Text = Cursor.Position.X TextBox2.Text = Cursor.Position.Y The software...
View ArticleVS 2010 BG Not Firing
Hey, I have very very strange problem. 1 - I have created a BG worker and passed a argument to it. it fires.. but it function it is binded to never gets fired. 2- it fires and only argument doesnt...
View ArticleVS 2012 No data show on Crystal Reports report from two datatables
Hello everyone, I'm back again! I've been creating crystal reports with no problem, until I reach a point where I need to use two tables on the same crystal reports object. I know there are quite a few...
View Articlewallpaper manager
i want to make a wallpaper manager , can someone modify this source for me? i want to select photo and to apply without to browse for pictures , and apply button to be "disabled" by when i select a...
View ArticleVS 2013 Moving code from A Form to a Class
Basically I am working on a calculator in Visual basic. I need to move the code from the Form to the class according to my tutor. However I am unsure on how to do this. This is the code in my Form:...
View Article[RESOLVED] Validating Event - vb.net 2010
Hi, My Brain still reacts as a cobol/natural developer, so forgive me if I am asking a dumb question here. On every input control I execute the Validating Event for that control where I validate...
View Articledownload file from resource
how can i make when i press button1 to downlaod file added by me in resources? to save on desktop
View Articlemy resources help??:(
how i can open a file added in resources? WITHOUT TO DOWNLOAD FILE ON COMPUTER AND TO RUN !!!! from example i added a txt file in resources how i can open file? i tried...
View ArticleHow do I check if a value exist before adding it to avoid duplicates?
Can someone help me with this please. Here is what I am trying to do but I am not sure how to go about it. I think I need to use a For Each loop. My code in the section with the comment 'Process other...
View Articledistinct from ListOf
I have a listOf from a class. It has a products category from which I am trying to pull distinct values and display them in a virtual mode listview. I can get everything to function, but I cannot...
View Article