Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Reference types
Name: igor12 Date: April 20, 2006 at 23:10:52 Pacific OS: WInXp Pro CPU/Ram: 2.4Ghz/1Gb
Comment:
Does a reference type store a reference to a string or an object in C#?
Summary: You can create a FileSystemObject object and use the Type property to return the file type. Dim fso As New FileSystemObject, fil As File Set fil = fso.GetFile("c:\test.txt") See the website entitled: ...
Summary: I'm not entirely clear about what basic1 and bas refer to, so it's hard to say. It seems like basic1 is a control, but I don't know what kind, so I can't tell what type value is. As it is, it looks li...
Summary: Hello, I'm currently using Visual studio 2005 and MS SQL server 2005, and have this problem: I changed a column's type in MS SQL from int to decimal. Recompile my program and also recompile by going t...