VS 2010 Help with Arrays and Stuff
Hello, I'm very new to Visual Basic and programming in general. I'm trying to create a miniature pacman game for an assignment however, I have run into a roadblock. Collision Detection. I am trying to...
View ArticleNeed help sorting a listview row.
I am trying to sort a listview row in ascending order. Any help would be great. I have no idea where to start, and can't find anything on the internet.Thanks
View Articleneed help with login code
this is the code i got to start with where i have a form with a user name and password on it a few things i need to be able to do which are when the user logs in i depending on who logs in depends on...
View ArticleVS 2008 FolderBrowserDialog Question
I am wondering if there is a way to make the FolderBrowserDialog box limited so it cannot change any folders while it is open (ex. copy, move, rename, etc.). If there is a way to stop these actions...
View Articlerichtextbox unable to find word using docymenttext on webpage?
i found the soulation, here it is : if richtextbox.contains = "milk" then search for "next" end if
View Article[RESOLVED] [VB2010] - controlling the scrollbars values by code
i know put a scrollbars in a Panel control(by AutoScrool property). we can scroll the scrollbars by mouse, like another scrollbar. but it's possible control their values by code? like these:...
View ArticleAuthentication to domain from pc not on domain, but with domain ip address in...
I have a small program that needs to try to authenticate to my domain from a pc that is not joined to the domain, and then run some code if it authenticates. Can you guys tell me the best way to do so?...
View ArticleVS 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 Article