VS 2008 How to add few lines of text to multiline TexBox from code?
Hi ! I made a program with one small textbox, where you type some text, and then if the text is for example "help" then i want to display few lines of help text in a multiline TextBox2 (i know how to...
View ArticleVS 2008 Keep 2 textboxes active at same time
Hi ! I have two textboxes, first (show_Box) is multiline and readonly with scorllbars, and second (input_Box) is normal textbox that is selected on form load. When i type help into second box...
View ArticleHow to solve simple equation
Regards, How to pick 3 random decimal numbers from array to solve simple equation in this format Code: textbox1.text*a*b*c=textbox2.text for example if we have in textbox1 1120 and in second result of...
View ArticleVS 2010 [RESOLVED] How to round on-the-run textbox array to one decimal place
Hello all of you, good and nice VB Net helpers. Here again, in my private VB 2010 Wrestling Event. By the way, Take a guess: Who is winning? I wrote a code to draw 10 labels & 10 textboxes. These...
View ArticleLaunching an exe with association to the project launching it
I am working on a project that has grown in size and a recent addition has caused some slowness. I would like to use part of it as a separate executable file. Is there a way to do either of the...
View ArticleUsing SelectionSort with a Listbox for Visual Basic
Hello, I am starting out with Visual Basic, and I am trying to learn how to implement selectionsort with visual basic. This is my code. Code: Option Strict On Public Class Form1 Â Â 'Project...
View Article[VB2010] - setpixel() always the same error and i don't understand:(
Code: Public Class Form1   Dim surface As Bitmap   Dim color1 As Color   Dim color2 As Color   Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleVS 2008 Pacman Aid
Okay, I'm new to this forum so if I'm posting in this in the wrong place, I'm sorry. So, I'm coding a PacMan game. I have finished movements and I am now trying to code the dots. I'm pretty sure I can...
View ArticleHelp with simple program
I want to create a small app that will allow user to add users to a listbox and create groups for that listbox if desired and all information is kept in database. When the app opens it loads the...
View ArticleVS 2008 Canon EOS 1000D, Remote Capture and Live View
How can i remote capture and create a live view on a PC using Canon EOS 1000D?
View Articlegeneral question about coding chat in vb.net
since i did most of the work in vb6 , i was thinking are the procedure same in vb.net , the way we code or is it totally different. i have coded in the past in vb.net what i dont like about it is it...
View Article'Print' property of 'Picturebox' in vb.Net
What is the equivalent for 'Print' property of 'Picturebox' in vb.Net ? (Tried 'DrawString', but the text disappears if any other event is occured.. like refresh etc)
View ArticleHelp DataGRidView not Bound but i cant import from TXT
i have a txt file that i want to import into a DGV that i didnt bind to anything but vb says its bound. Heres my code Code: Private Sub btnLoad_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2010 TableLayoutPanel Drag and drop?
Hello, I'am making a desktop like application where I use PictureBox'es as icons and a TableLayoutPanel as the snap to grid (just like the Windows desktop) But how can I make a drag and drop script, so...
View ArticleBlurry app on ShowDialog.
How can make my app go blur when I use showDialog? Like it will show a dialog form with ShowDialog, and the background form (The parent) will be blurry?
View ArticleChart - Clustered and Stacked - How to ?
Hi, I have a set of data like the one below (from April to March). To respect our fiscal year: Attachment 95583 This example is for 3 years, all years having 2 categories (local and world). I would...
View ArticleVS 2008 Str Function
Dim j As Integer Dim Hold_Number As String i = 2599 i = i + 1 'at this line, i becomes 2600 as you would expect Hold_Number = Str(i) j = Len(Hold_Number) After the last line executes, j = 5, not 4 as...
View ArticleReading 64bit registry entries from 32bit app - hurlp!
So I've been over and over and over this and for some reason it completely escapes me. I cannot get this to read 64bit information properly and I could really use a hand as to what I'm missing here. I...
View ArticleVS 2010 How to pass textbox value from a form to outlook add-in
Hi all, I have some code which populates a combobox and I want to pass the selected value of the selection to my outlook add-in. How can I reference the value on the form from the item send routine? I...
View ArticleVS 2010 [RESOLVED] Financial.Pmt Help
I am trying to get a program to work for class...but obviously it is not working. I have spent 5 hours trying to figure out what is wrong and have rewritten this several times to no avail. Here are the...
View Article