Can you make Tron on visual basic?
I want to make a Tron game on Visual Basic (The light bike race). I've been trying to find out how to do it, but I've not had that much progress. I do not know how to make the (picturebox/label) to...
View ArticleVS 2008 PacMan Help!
Hello, I'm still working on a pacman game. I need to get the ai and point system working. However, I first need to get collision detection working. I have got somewhat of a collision detection working....
View ArticleVS 2010 [RESOLVED] Tooltip for validating not refreshing
I have some code in the 'Validating' event of a TextBox. Here is my code: Code: Dim CharInvalidFilenameChar As Char = CommonActionsObject.GetInvalidFilenameCharactersFromString(TextBoxName.Text)...
View ArticleMultithreading with Fiddler
I really need help with this multithreading problem. I am trying to use FiddlerCore with VB.NET. I don't think you need to understand that to be able to figure out what the problem is. I have been...
View Articlesaving lines to a text file on the fly v.s. after finished - how to?
ok so i wrote a program to gather links from say 20 results pages from google & then i visit them in my webbrowser to check out keywords etc. right now, i am using IO.File.WriteAllLines("file.txt",...
View Articlepoint-on-sale in VB.net
guys can you please help me to create a project using vb.net connecting to mysql database.. how can i add or insert to my table and how to manipulate string.. for example is, i want to have an...
View ArticleInheriting Object from parent form
Hi, I have a main form and I also have an additional form that is loaded from the main form. I would like to reuse an object that is declared and initialized in the main form. How can I do this? I set...
View ArticleVS 2010 Filtering data in grid view.
I have a database "holiday.mdb" and there is a table "Properties" that contains columns "County" , "Bedrooms". The following code shows how to filter data by one criteria( by the county OR by the...
View ArticleVS 2010 Resize bitmap high resolution
Hi to all, I have written this code to resize (shrink) a bitmap: Public Function ResizeBitmap(bm_source As Bitmap, scale_factor As Double) As Bitmap Dim bm_dest As New Bitmap(CInt(bm_source.Width *...
View ArticleConnected users on domain
Hi, I would like to know if there is a way to list the connected users on my domain. With principal class, i can list my domain users, but i would like to list the connected users. thank you
View ArticleBasic help for a newbie please!
Hi - I know nothing about VB, and need to edit a macro created with Excel. Essentially it has included a specific range of cells despite the fact that they were selected before hitting record. What I...
View ArticleQuick OOP question - object lifetime
I've written a SQL Query class so that I can get query results in as few lines as possible throughout my application. My Query class has a DataTable property (called Results) so I can access the...
View ArticleTrigger Control Events inside Custom Control at Runtime
Hello! To save time, I'm making a custom control to use at top of my borderless forms. That custom control have one label to use as title of the form and two buttons, one for close and one to save...
View ArticleVS 2010 Form is still Validating
I am having some trouble with the Validating event on a form. Here is my code to show the problem: Code: Private Sub TextBox1_Validating(sender As Object, e As...
View ArticleVS 2010 How do I use keyboard with application?
My Keyboard is an IBM Retail Alphanumeric point of sale keyboard. It using opos, and the pos.net sdk I am trying to set keys so that they perform certain functions. Example: A void key. you press it...
View ArticleVS 2008 Multiple Choice Question and Answer: Importing MS Excel data into VS?
Hello, this is my first post in the forums. I just got to learn VS 2008 this last week, and already done with several tutorials and pretty much confident enough to say that I'm already familiar with...
View ArticleVS 2010 [RESOLVED] Error when trying to load url?
I am trying to make a web browser that encrypts the url and decrypts and goes to said url. The problem is that everything else works but as soon as I try to go to the url using webbrowser.navigate() it...
View ArticleVS 2010 Property or Method
If I have a Class that has a Private List of type T, should I use a Property or a Method to retrieve the Count of the List?
View ArticleVS 2010 dataset bound to a datagridview
hi everyone, when my dataset is bound to my datagridview and the autogeneratecolumns is set to true, any changes i made on the datagridview can be made to my database using objdataadapter.update. but...
View ArticleSQLLite Issue
My does my UserID feild start with 0 and not auto increment? Code: Dim conn As New SQLiteConnection("Data Source=" & LocalDB) conn.Open() Dim Cmd As...
View Article