pass parameter to load event
What is the best way to pass a parameter from form1 to form2?
View ArticleVS 2008 COMBOBOX Update Replication
Hello I am completely stumped. I have a combo box which when physically updated calls a sub routine, which recalls some graphics into a picture box. The code in the Combo box updated property is Code:...
View ArticleVS 2010 vb forms with keydown on keyboard problem.
hi to all vb forums member! im a newbee in vb.net 2010 programming, and i just want to ask some help from you guys, i had this project sending serial commands via comport when pressing a keyboard key,...
View Articlehow to call MouseDown event?
Code: Private Sub lblLogin_MouseDown(sender As Object, e As MouseEventArgs) If e.Button = MouseButtons.Left Then '''Do the login End If End Sub Private Sub txtPword_KeyPress(sender As...
View Articlepicture box background after activate
i have a simple project with 1 form that has a picturebox. its color in its properties is green. i want to change the color to black by putting in form_activated the following Dim gu As Graphics gu =...
View ArticleVS 2010 I JUST CAN NOT GET .swf FILE PLAYED
Well my friends, here once again. 4th quarter, score: VS 51 Me 27, second down and a .swf file to be played! The last four days I have been trying to get a .swf file played from app. I have writen...
View ArticleHow to remove duplicates from listbox in vb.net ?
How to remove the same domain duplicates links like this http://www.securitytube.net/index.php http://www.securitytube.net http://www.securitytube.net/listing?type=latest This is same the like this...
View ArticleNew to VB .net. Really basic question...
Hi, this is my first post here. I normally use Excel and began using macros to do some amazing things and wanted to learn VB so I downloaded the latest version, Microsoft Visual Basic 2010 Express, and...
View ArticleVS 2010 Button Click continously call function
Hello, I am trying to use a button to continuously call a function as long as I hold the button down. Below is what I have so far but It only calls the function once even if I hold button clicked down....
View ArticleSpliting and merging pages with iText#
Hi, I'm working on a project but I'm stuck, this is what I need to do: I need to select a folder, next, all PDF files that are in that folder need to be printed, but only the first page of them. I was...
View ArticleVS 2010 Calling functions from a DLL requiring a structure.
Hello, i'm new here. i'm Pierre, and i'm a C / C++ developper. i have a very little knowledge of VB. i have a C++ DLL with a few exports, as follow: Code: // Version getter. SCLibOpt void...
View ArticleVS 2010 Set computer to sleep mode?
Hello, I would like to have a Button that when you press it, it will set the computer to sleep mode (to save battery). Is that possible? Thanks, Andreas.
View ArticleVS 2010 Save Listbox1 with the name of selected item from listbox2
Hi, I have this problem, I know how to save a listbox. but i dnt know how to save this listbox with the name of a selected item from another listbox. to save it, i usually use this code Dim w As New...
View ArticleVS 2008 Could someone help me with this class (memory) ?
Hi ! I am creating a tool for GTA:SA game, that gets values from addresses like money ( http://www.gtamodding.com/index.php?...esses_%28SA%29 ) and then saves them, and later i will want it to be like...
View ArticleHow can I add a new property to all Form Controls as ToolTip do that?
How can I add a new property to all Form Controls as ToolTip do that? I don't want to use Inherits ToolTip.
View ArticleVS 2010 Multi-Searching an Access Database.
Hi guys, I've recently started learning VB 2010 and I am currently working on a project that is a Book shop database. The database is an Access database I need to be able to search the database by...
View ArticleVS 2010 [RESOLVED] For Each Statement
Here is my code: Code: Dim Indexes As ListView.SelectedIndexCollection = ListViewListOfScheduleItems.SelectedIndices If MessageBox.Show("Are you sure you wish to remove the " &...
View Articlego to previous form
hello, i'm accessing vb from microsoft access 2007 my main question i've got to ask is; what's the command to open the previous form i was in (or previous page, or whatever - obviously i'd have to code...
View ArticleVS 2010 No error showing up?
Code: RichTextBox2.Text = RichTextBox1.Text Me.Controls.Add(RichTextBox2) RichTextBox2.Dock = DockStyle.Fill RichTextBox1.SendToBack() RichTextBox2.BringToFront()...
View Articletemperature converter
i try to make some temperature converter program, here is the source code: Code: Public Class temp_conv Private Sub strp_menu_about_click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View Article