VS 2010 Vb.Net Office Project Excel 2007 run existing macros from a ribbon
Hello Friends, I created some macros in an excel 2007 workbook in the past. Now, I just started to work on a Excel 2007 project in vb.net 2010 that copied this excel workbook. This excel workbook is...
View Article[RESOLVED] Ridiculously stupid Timer question ...
I just finished building a new computer, after being without one for almost a year, and am trying to get back into programming - The problem is, I have forgotten a lot of 'basics'! Such as the problem...
View Article[RESOLVED] Ridiculously stupid Timer question ...
I posted this once already, and it never showed o_O Long story short, I haven't been able to program anything for over a year, and now I can't remember a lot of 'simple' things - I need to make a Timer...
View ArticleVB.net to Excel
I am trying to get an existing Excel workbook from a file and working on it. I need to specify a path to the file. "GetObject" may not be compatible with "Open" I did set the Reference to Microsoft...
View ArticleVS 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 Article[RESOLVED] Quick Timer Interval question ...
Can I set my Timer.Interval to '2700000' for 45 minutes (I know I couldn't in VB6), so I don't have to try and figure out how to do it in 'steps'?
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 ArticleVS 2010 [RESOLVED] How to add time and date (UTC) when inserting a row in...
Hey you guru's :) As the titel says, I need my software to automatically insert the time and date in UTC to a colum in my Access database when I'm adding a row. How du I fix that, 'cause when I google...
View Article