Object Collision with a 2-D Sprite
For my GR.11 final project i am making a fan based rendition of a pokemon game. I know how i'm going to do most of my stuff because I've tried it with previous projects, however, I am wondering if...
View ArticleNew to VB .NET 2010
Hey all: I'm new to VB.NET 2010 programming, but not programming in general. I've been able to create a sample DB app using an ACCESS database, added the grid view and can see and navigate through the...
View ArticleNot a valid win32 application
I am using windows 7 64 bit, users with the operating system xp (32 bit) are recieving the error ~~ "Not a valid win32 application" when trying to open my application. I am using visual studio 2012 to...
View ArticleDataGridView is too slow
Hello Everybody, I have a DatagridView with 8 columns and about 150 rows. Now the thing is that I would rather prefer to display it as a hole (like an Excel sheet) than to have scroll bars. I will have...
View ArticleVS 2008 Fill Combobox
Hi to all. I have a form that has 1 listview and 4 combobox. I want if this is possible to don't fill my combo box when form is loading but only when the user press the combobox arrow. Is there any way...
View ArticleVS 2010 Socket Query?
Hi Guys, Is there an easy(ish) way to query a socket and see if its connected, or disconnected? I need to setup a quick routine that queries if the socket is opened, if yes it continues, I only really...
View ArticleVS 2010 App.config for a class library
We have a number of applications all of which need to read the same simple pieces of data from a database and that database has a single ID created for this purpose. I have been wanting to move the...
View ArticleVS 2010 Problem with combo box default
I am filling a combobox using the values from a data table of employee names - see below. All of the records in the table contain names there are no blank records. Public Sub FillEmployeeOnlyCbo(ByRef...
View ArticleVS 2008 problem with revision of HTMLInputElement
The problem is when I look into this area of the code I see tWin has an issue whith this statement in bold below in that ioverload resolution failed because no accessible Item accepts this number of...
View ArticleNew to VB
Hi, everyone I am very new to VB. I am actually a student in college right now. I have a question to ask, if anyone would be so kind to help I would greatly appriciate it. I have an assignment for...
View ArticleVS 2010 Invoke Text Box - Two Sub's One Text Box...
Hi Guys, I know that I need to use the invoke function to write to a text box on a form from within a class / sub, and I have managed to get one half of the data written to it, now this text box is to...
View ArticleVS 2010 Code editting TextBox control?
Hi all. I'm looking for a custom rich textbox control that has the abilities like a text editor in Notepad++ (Shows the lines on the sides, highlights things like quatiation marks in brackets, etc....
View Article[RESOLVED] Open multiple custom associated file to a single-instance...
My app is a single-instance MDI application which opens multiple documents (via file menu/command line) in MDI child windows. I have associated my own filetype in explorer. Now, I want, if I double...
View ArticleVS 2010 Detect keypress within another event
hello again people. I would like your expertise in this matter here. I'm having the following sub that adds calendar items in the database. Code: Private Sub VisitCalendar_ItemCreating(sender As...
View ArticleVS 2010 Auto Update and Delete File
Hello, I use this code to download a new version of my program but what i was wondering is it possible to download the new version and delete the older version once the new one has been downloaded this...
View ArticleVS 2010 How to recognize arrays elements in different procedures
In my code I disable an array of lables and other two of textboxes. Then, depending on the val(text) of a textbox, which in not an element of the arrays, I need to enable labels and textboxes up to...
View ArticleEtablish a connection between 2 computers over Internet in VB.NET
Hi all! First of all, Sorry for my bad English. I'm Vietnammese and I'm new to this forum. I'm doing a Five In A Row game Project. It's simply that I want my friends can play that over the Internet....
View ArticleVS 2005 Get x/y coordinates of date on monthcalendar
Is there a way to get the x/y coordinates of a date on the monthcalendar control? I'm wanting to create a custom calendar that can X out dates, but I need the coordinates to paint of the date. Right...
View ArticleVS 2008 [RESOLVED] Treeview and textboxes...
Hi again. I've searched a million sites and read a million threads but can't get my head round my issue. I'm creating a work directory of first names and last names (plus all other details). My...
View ArticleSetting Finished File Icon
so i have saved my file as a exe but the icon i set for the form is not showing as the file is there something im missing to change the files icon ? btw i using vb 2008
View Article