VS 2008 DataGridView - Questions
1º How can i change button.text in the column? Click event ex.: Edit <-> Ok 2º How do i button.parent in the column? 3º Is it possible to only activated ReadOnly property on a SelectedRow instead...
View ArticleVS 2010 Shell/Process.start explorer problem
OK, this is a little strange one. Basically I have a program that lists machines on a network including their IP Address. When you select one of the machines it opens up Windows explorer and connects...
View ArticleDoes vB.NET's "Yellow Warnings" Have Any Bad Affect, If Yes then plz take a...
Hi everyone, I know this is a Newbie question, but I wanted to make sure I am not doing anything wrongm, and I wanted to know if these warnings are affecting my Project when Its published or not. I am...
View ArticleDetect keypresses outside of Form
Hello! I felt like making a program that plays a sound everytime I press a key on my keyboard (A typewriter kind-of sound) I have everything done, I can detect and play sounds when Im inside the form....
View Article[WMI QUESTION] in Win32_ProcessStartTrace how to get the process launched?
HERE IS MY CODE. Code: Namespace WMISample   Public Class WMIReceiveEvent     Public Overloads Shared Function Main() As Integer       Try         Dim query As New WqlEventQuery( _...
View ArticleVS 2010 Need Help w/ TreeViews
First time poster here so I appreciate any help that can be offered. I've spent 3 days researching the answer to this question to no avail; So I apologize in advance if this has already been posted (I...
View ArticleVS 2008 Best way to create a multiplayer game [not 2 players !]
Hi ! What is the best way to create a multiplayer game, that would save players statistics, their username and password etc ? And how to make it secure ? Because when id try to connect to a FTP server...
View ArticleVS 2010 Crystal Reports (log4net.dll)
Hello, Here's a few specs before I begin: Crystal reports 32 bits Windows 7 Professional Service Pack 1 64 bits Visual Studio 2010 32 bits I have created a program that generates crystal reports...
View ArticleVB 2008 vb.net 3.5 variable not assigned
Hi, I'm a VB.net beginner (Willis/Newsome Beginning Visual Basic 2008) working through this Wrox paint program, now i have a problem with these errors which I don't know why they have arisen: Warning 1...
View ArticleVS 2010 How to check if Integer AND how to align the output in a ListBox.
I am a first year .Net Student and am working on a program for class called Distance Calculator in which you enter Vehicle speed as well as hours driven and it will output each hour's distance. I have...
View ArticleCompare two process list and get the uniqe one?
How can I compare process list 1 from 2 so that I can identify new process launched by process 2. Sorry for that . Ill elaborate further then. I have a monitoring system which monitors process use by...
View ArticleVS 2008 A real dumb question
Hello I have created a sub procedure that is the entire program. THis is a test program that shows a messagebox. What I want to do is call the procedure when I run the program, I get an declaration...
View ArticleSystem.IO.File.Move question
There some jpg file I need to move to another folder. Below are samples. They are in d:\order\ aaa01.jpg, aaa02.jpg, aaa03.jpg...aaa99.jpg I use code below to move dim myPath as string = "d:\order\"...
View ArticleVS 2010 [RESOLVED] How to find index of line in RichTextBox?
Okay, I've got a RichTextBox that the user enters data into. In this case, multiple lines from a script. I want to auto-detect if a line in the rtb is a line of dialogue in the play, i.e. does it begin...
View ArticleVS 2010 Advanced String Manipulation / via Multiple Methods & Inputs
Here is an interesting one I'm currently working with & I'd like some advice on how to accomplish "the next step". I am pulling names from a list of hi-score players on a gamer spot i run with a...
View ArticleVS 2010 Serialized Objects with changed structure
If I have two (or more) versions of an application and the structures (or classes) used in each version of an application change, yet have the same names, what is the best way to make sure that old...
View ArticleVS 2010 Textbox text format
When I copy a bunch of bytes out of a hex editor, the format is the following: Code: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 etc... I want the format to be like the following: Code:...
View ArticleVS 2010 How to Format Output with String.Format Method
It's Me again. I am having trouble trying to format the output using the String.Format Method. I have provided the code as well as my output and the output my professor said it should look like. Thanks...
View Article[RESOLVED] Really Disturbing Problem
There may be a simple solution to the underlying problem here, but the behavior has me kind of spooked. The description is pretty simple: One routine creates classes and puts them into a list. I have...
View ArticleVS 2010 Change cursor to a circle (defined size in code)
Hi, I have a form with a picturebox1, and the user can hover the mouse over this picturebox. I want the cursor to change to a circle when this happens, i would also like to define the diameter of the...
View Article