| Thread | Last Post | Replies |
|
| Creating a "base" button | 18 Jul 2007 11:46 GMT | 6 |
Can I create a "base" button that all the buttons in my Windows Forms can inherit from? Thanks. VS2005
|
| can't using System.Management; | 18 Jul 2007 11:10 GMT | 1 |
When I add: using System.Management; it can't pass complier, anything wrong? Is it because C# express limitation ?
|
| Compilation of C code in Visual Studio .NET | 18 Jul 2007 10:30 GMT | 1 |
Can anyone please tell me whether it is possible to compile C code into a DLL using Visual Studio .NET? Thanks, An
|
| Persisting Application Scoped Settings | 18 Jul 2007 10:14 GMT | 2 |
What what I have read, Application Scoped settings in the setting file are read only. Why is this? Is there a good reason for this restriction? I understand that some settings will be different for each user of the
|
| Beginner question: How do I position controls in a GroupBox? | 18 Jul 2007 09:52 GMT | 3 |
I'm trying to add TextBoxes in a square 'array' into a GroupBox. It looks like I have to, for each TextBox, get the size of the GroupBox, calculate position of each TextBox, set the Location of the TextBox to a new Location object with the calculated coordinates and the TextBox
|
| Rogue CR/LF in Myfile.Designer.cs code | 18 Jul 2007 09:29 GMT | 1 |
I'm collaborating on a project with a colleague, sharing files through SourceSafe. So, I run GetLatestVersion and suddenly I have 264 build errors - all "Unexpected character"
|
| string.remove doesn't | 18 Jul 2007 08:16 GMT | 4 |
string s = "G618964"; if (s[0] == 'G') { s.Remove(0,1);
|
| How to use regular express to get the abbreviation of a string? | 18 Jul 2007 07:45 GMT | 1 |
for example, Aaaa Bbbbb Ccccc Dddddd Eeeee to ABCDE string length may vary
|
| How to import function from C++ dll and use them in c# code ? | 18 Jul 2007 06:38 GMT | 3 |
How cann I import & use these function from an old C++ dll ? Only this, I've got are these two signatures of function I wannt use in my C# app. DllExport int DLLAPI drawImage( char *chemBuffer, char *queryBuffer,
|
| Equivalent of FIleSystemObject in C# | 18 Jul 2007 06:13 GMT | 5 |
I am try to convert the following routine into C# dim oFSO set oFSO = CreateObject("Scripting.FilesystemObject") dim sHomePath
|
| Create symbolic links.. | 18 Jul 2007 06:03 GMT | 1 |
I am using .NET FW 1.1. Trying to create symbolic link(like in Linux)/file shortcut in the Windows sense across files programmaticaly using C#, could someone give me an idea if this feature is supported?
|
| Adjust two control's size in a form. | 18 Jul 2007 03:34 GMT | 2 |
Please see my form in below link: http://bp3.blogger.com/_m_ooc6yYOQ8/RpWZhIZI7-I/AAAAAAAAAAg/ZRgFB7e7RWg/s1600-h/ quick+reply.PNG Due to there is a textbox and a webbrowser, I have to let user adjustable.
|
| Word doc not opening in ie | 18 Jul 2007 02:58 GMT | 1 |
C#, .net1.1, plain old aspx page with nothing on it. The aspx page is named ViewComments.aspx I read a clob column from an Oracle db. then I send it to the Response out like this:
|
| Generic Interface and casting from object at runtime problem | 17 Jul 2007 23:05 GMT | 1 |
Let's say that I would like a generic type that supports Min/Max properties and can be double or integer or even datetime if need be, something flexible. So I go about creating the following generic interface :
|
| adding a stored procedure | 17 Jul 2007 22:02 GMT | 1 |
I'm trying to add a stored procedure to my Visual C# Express project, but it won't add, I try to drag it from the database explorer and drop it onto the form like I've seen done before and it won't work. Can someone tell me a manual way or a better method of referencing a ...
|