| Thread | Last Post | Replies |
|
| Detecting resources not being released from com extension | 19 Jun 2007 17:10 GMT | 1 |
I've developed a com extension for explorer and another dll linked to the com extension which provides the actual functionality. The extension does nothing more than create an object and pass selected files to the object for further processing. The problem I'm running
|
| 'null' references | 19 Jun 2007 16:52 GMT | 76 |
As explained in "Using pointers vs. references" http://groups.google.ee/group/borland.public.delphi.objectpascal/browse_thread/t hread/683c30f161fc1e9c/ab294c7b02e8faca#ab294c7b02e8faca , the pointers are allowed to be null, while references must refer an existing variable of ...
|
| creating windows services with visual studio standard edition | 19 Jun 2007 16:28 GMT | 4 |
we just ordered VS 2005 standard edition. i was reading up on creating windows services and apparently this is only possible with the enterprise edition. is this true, or does it simply mean there's no template for windows services with the standard edition? are there VS ...
|
| DateTime.Parse() vs DateTime.ParseExact() | 19 Jun 2007 15:19 GMT | 3 |
I'm sure there's a good explanation for this, but I can't figure it out. I tried using DateTime.Parse() with a custom DateTimeFormatInfo instance, in which I'd replaced the DateTimeFormatInfo.FullDateTimePattern property with my custom format string:
|
| does a singleton StatusBar controller sound corrrect? | 19 Jun 2007 15:12 GMT | 8 |
Does a singleton statusbas controller sound correct. I mean , is that how its done? I have a big app and i need to control the statusbar from within a number of custom controls , dynamic menus and toolbars etc. So should
|
| HELP - Find Row Index by value in DataGridView | 19 Jun 2007 15:01 GMT | 1 |
I am looking for examples of how to find the row index in a Datagridview control by comparing a string value to the value in a Cell. Thanks Brian
|
| invalid information in http://www.yoda.arachsys.com ? | 19 Jun 2007 12:39 GMT | 8 |
http://www.yoda.arachsys.com/csharp/faq/#mdiclient contains "How do I set the background of an MDI container window? The area of an MDI container window is covered by an MdiClient control, so ... Form.BackgroundImage don't do anything useful. "
|
| Merging images | 19 Jun 2007 12:18 GMT | 3 |
Is it possible to create a new image from two images where the one is merged onto the other.
|
| DateTime DeSerialization problem | 19 Jun 2007 07:55 GMT | 9 |
I am trying to deserialize/ Parse a datetime object with the below string "2007-05-14T08:00:00.000+02:30" . If i am in GMT + 2.30 time zone everything's fine however if i am in GMT + 5.30 i get the DateTime object which represents 11.00 AM.
|
| c# Event problem (Let me know this is event problem or not..) | 19 Jun 2007 05:20 GMT | 3 |
Please anybody help me... I have some serious problem.. I'm doing to keep equpiment list(string).. In my code, there are 3 page which are having 4 equpiment ID (user
|
| Erasing one or more drawn characters... | 19 Jun 2007 02:14 GMT | 3 |
I'm drawing text using the DrawString method. I need a way to go back and erase one or more characters. As a first thought it seemed that one way to do it would be to go back to the character(s) I want to erase and merely re-write the same character(s) using a brush whose ...
|
| c# event problem | 19 Jun 2007 01:44 GMT | 2 |
Please anybody help me... I have some serious problem.. I'm doing to keep equpiment list(string).. In my code, there are 3 page which are having 4 equpiment ID (user
|
| Porting a C++ desktop application to a web application (AND dotnet desktop app) | 18 Jun 2007 23:23 GMT | 1 |
I wrote a desktop application in C++ a little while ago, and I will like to port it to a web application. Here are the details: 1). ALL business logic is held in ANSI C++ libraries (e.g. I make
|
| Need Help declaring parameter variables for DllImport for c-dll fu | 18 Jun 2007 22:55 GMT | 8 |
Hi, I'm using vs2005, .net 2, C# for Windows application. I use DllImport so I can call up a function written in C++ as unmanaged code and compiled as a dll us vs2005. My application is able to call the function, EncodeAsnUser. And it's returning OK but when I display the ...
|
| Printing the whole whole printable area | 18 Jun 2007 22:51 GMT | 4 |
private void pd_PrintPage(object sender, PrintPageEventArgs e) { RectangleF objR = new RectangleF(); PrintDocument pd = (PrintDocument)sender;
|