First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
Questions about components on design time
I am creating a min-IDE. I appreciate any efforts of helping me going through. You are very kind and patient, especially thanks to Armin. Most of the problem has solved (most of the properties of all the elements can be stored on DB. there are few exceptions) : 1. For nested type (with + sign). I see that t... 23 Jun 2010 04:05
Sorting an Excel worksheet using VB.net
I am trying to sort an Excel worksheet using Visual studio 2005 VB but cannot seem to get the commands correct. does anyone have the code or code structure that will allow me do this? -- Sharktracker ... 22 Jun 2010 19:22
use TypeConverter.ConvertToString(aType)
How can I pass a parameter to TypeConverter.convertToString, when aType is, I.e., Color ? If I declare (When I.e the property that is searched is of type : color) dim c as color dim s as string dim converter as typeConverter ..... c = Red s = converter.ConvertToString (c ) The above works ! but when I d... 23 Jun 2010 16:12
anyone know vbnet in autoCad? I keep crashing acad.
I get the instance of autocad thusly ....in Init method of main Class 'create a utility class that grabs Acad's running process and returns via properties If m_util Is Nothing Then m_util = New MCSUtil(True) m_util.Init2(True) m_acadApp = m_util.ACAD m_acadDoc = m_util.AcadDoc End If in the u... 21 Jun 2010 14:42
Use the propertyInfo to setValues
Hello. I am using the propertyInfo type. dim pi as propertyInfo pi = myClass.getType().getProperty("myPropertyName", BindingFlags.Public Or BindingFlags.Instance) myPropertyName may be any property, such as borderLevel, etc. I want to set myPropertyName to a specific value, as propertyGrid does (I mean - ... 23 Jun 2010 08:25
set value by having the value as string represented.
Hello. I want to set to any type the value, by sending its string only. How can I do that ? I.e BorderStyle = "None" (I have "None" value as a string) Thanks :) ... 22 Jun 2010 05:01
Reminder - Microsoft Responds to the Evolution of Community
What is Happening? This message is to inform you that Microsoft will soon begin discontinuing newsgroups and transitioning users to Microsoft forums. Why? As you may know, newsgroups have existed for many years now; however, the traffic in the Microsoft newsgroups has been steadily decreasing for the past sev... 21 Jun 2010 02:36
PropertyGrid - run through all of its properties
When PropertyGrid is connected to a selectedObject : How can I run through all of the object properties, which are seen on the propertyGrid, and get the name + value ? (What is behind PropertyGrid ?) Thanks :) ... 21 Jun 2010 10:14
newbie help with elearning sample console.writeline
I'm working on some elearning courses from MS i'm such a beginner i don't even know how to test the sample codes create a new windows app, new console app, new class library? lessons never tell a beginner the basic stuff - they always assume more knowlege than i have :-) in this example it writes to the consol... 20 Jun 2010 14:35
Get property values from object.
Hello. I need sample code of getting properties values of a specific object, please. Thanks :) ... 19 Jun 2010 16:45
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13