|
Importing a form created in VBA I want to rewrite a macro created in Excel VBA using VB.net. I created a fairly elaborate form in VBA and want to know if there is an easy way of importing it into VB.net without manually creating all the form controls. Grateful for any assistance. ... 28 Jun 2008 06:34
Setting a picturebox image at runtime and offsetting I am programming a "craps table", and I would like to randomize where the dice land. The first one is no problem. To fit on the "table" I have the following: picDie1.Location = New Point(Rnd() * 469, Rnd() * 245) The second die is a little harder. I don't want any overlap of the dice, and the second die ... 28 Jun 2008 13:43
C# equivelant of VB.NET's Asc() VB.NET has a function, Asc(), that gets the Ascii value of a character. I am attempting to find an equivelant function for C#. Can somebody help me here? -- Nathan Sokalski njsokalski(a)hotmail.com http://www.nathansokalski.com/ ... 7 Jul 2008 03:17
Type 'ConnectionStringData' is not defined. I'm migrating a VB.NET 2003 application to VB.NET 2008. The 2003 app used the June 2005 Enterprise Library while I'm going to use the latest EntLib, 4.0 - May 2008. I copied the 2003 app to a new 2008 folder structure, recreated the app.config using the new 4.0 EntLib config tool, and referenced the 4.0 Micr... 3 Jul 2008 06:21
When do I have do define variables with "DIM" ? Occasionally I saw VBS script where local variables were declared on top with a statement like DIM myvar However most of my own vbs script run without such declaration. When do I need them and when not? Tony ... 28 Jun 2008 04:32
Anyone familiar with .ord (or ORD) files/file extension? Someone at my place (a higher up someone) asked me (over the phone) if I knew anything about ORD or .ord files/file extensions. After searching google I came up with CAD drawings. Does this sound like some kind of drawing file or something else? If it is related to drawing files - does anyone know what kind... 28 Jun 2008 03:31
listbox index Man the help in VB.NET is hard to use!! Can somebody please tell me the syntax to find the index value a user has chosen from a list of items in a listbox. Also, is there a way to use the string value instead of the index number? I'm trying to do something like... if lstBox.items.index = 0 then stuff... 27 Jun 2008 15:14
Setup Project - Test If User Is An Administrator? Is there a good way to test if a user is an administrator at the start of a setup, and abort (with an error message) if they are not? ... 28 Jun 2008 04:32
Creating a picture box array Is there some way to create a picture box as a member of an array? There is no "index" property as in the VB 6 image control, and it will not let me name it pictureBox(0) Thanks -- Jeff Ciaccio Physics and AP Physics Teacher Sprayberry High School; Marietta, GA Blog: http://sprayberry.typepad.com/ciacci... 27 Jun 2008 12:09
Services I have two questions regarding services. First of. Is there any problem with creating VB9 services running timer events om Winxp? I built a service App and it installs and runs but the timer events doesn�t klick. Lastly, how do I logon to another computer Win2003 Server and restart / check status of a ser... 30 Jun 2008 09:38 |