Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > february 2006 > threads for monday february 6

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

xp look and feel for winforms controls in non xp-based systems
Posted by Sudeep''s DataGrid Problem at 2/6/2006 11:47:04 PM
Hi All, I can get XP look and feel to controls in XP systems by attaching Manifest but i want the same XP look and feel in windows 2000 system also, If any one gave me your support that will be greatful to me. Thanks, Sudeep Chand Jasty...more >>


VS2003 and Dataset Schema Designer : print or open with other application
Posted by # Cyrille37 # at 2/6/2006 7:40:41 PM
Hello, Printing a Dataset Schema Designer view is painfull. I got only bad result. I would like to know if there are applications that can open Dataset Schema Designer 's files ? Or is there some converter of that files to open them in another tool ? More generally, How do you design Dat...more >>

DllImport Char* and string
Posted by Gnic at 2/6/2006 6:48:37 PM
Hi, I have a (Complied) C Library that needs to be called using c# code, some of the function require char* parameter(in and out) Here is the problem, There is a function that expect an input char* parameter for example int AddString(const char* someStr) And then there is another f...more >>

A .NET conundrum
Posted by Robert Ginsburg at 2/6/2006 4:45:35 PM
I have created an ISAPI filter , the filter is a C++ mixed mode DLL compiled against the .NET 2 framework. All of the functionality works, however it appears that the mixed mode functionality seems to "lock" IIS virtual server where it runs to the .NET 2 framework and .NET 1.X apps will not...more >>

Determine that a System.Type is a Structure or not
Posted by sos00 at 2/6/2006 4:36:27 PM
Hi guys, How can i detect that a System.Type is a structure or not !? i couldn't find any suitable function or property to get that (something like IsClass property) ! Thanx ...more >>

Configuring unmanaged application.
Posted by alex_indy at 2/6/2006 3:30:27 PM
Hi, I have an unmanaged mfc applicaiton that (through some COM wrappers) accesses managed components. Managed components reside in GAC. Managed components where compiled with Framework 1.1. Now, the problem is that after installing Framework 2.0, the application no longer works correctly...more >>

Windows Shell Integration: how?
Posted by Pieter at 2/6/2006 3:19:51 PM
Hi, I want for my application a Windows Shell Integration (for example like TortoiseSVN: http://tortoisesvn.tigris.org/), but i can't find anything about it?? What I basicly wnat is to be able to right-click on a file (or group of files) in Windows Explorer, and choose 1 our 2 actions to...more >>

Conversion from millimeters to pixel without Win32 API
Posted by Laurent at 2/6/2006 3:08:34 PM
Hi All I tried to find in the framework .NET 2.0 (but non result) method or property that can be used to convert millimeters to pixels depending on the resolution of the screen. I want to resize and position buttons on the screen at a fixed size given in millimeters. The dpiX and dpiY ret...more >>



Lock statement in C#, Is there an equivalent in VB.NET?
Posted by ThunderMusic at 2/6/2006 12:46:00 PM
Hi, The subject says it all. Is there an equivalent, in VB.NET, for the C# statement Lock(Object){} Thanks ThunderMusic ...more >>

Outlook Add-In: msoControlEdit: Textbox loses text when losing focus
Posted by Pieter at 2/6/2006 12:45:41 PM
Hi, I'm making an Outlook (2003) Add-In (VB.NET 2005), with a simple button and a textbox (msoControlEdit). When the user types something in the textbox, and clicks on the button, the text in the textbox should be used. But on the moment that the textbox loses the focus, it loses the text ...more >>

System.UnauthorizedAccessException accessing file
Posted by Mike Hofer at 2/6/2006 12:44:48 PM
Hi folks, In my Windows Forms application, the following exception is thrown when I attempt to delete or access a specific file: System.UnauthorizedAccessException: Access to the path 'C:\Documents and Settings\hofer\My Documents\Visual Studio Projects\CiviGenics.Roswell\bin\Roswell Setting...more >>

Bug with new GridView object? Hidden column not working
Posted by Evian Spring at 2/6/2006 12:09:05 PM
Hi, In .NET 1.0, I was a able to set a hidden column (usually for an internal ID) and be able to reference that column via code like this: e.Row.Cells(0).Text. The example below shows a datagrid that would be showing two columns and one of them would be hidden. <Columns> ...more >>

How to RemoveChild from HtmlElement from C#
Posted by Vin at 2/6/2006 10:10:28 AM
Hi, I have a webbrowser control in my winform. There is an html in the webbrowser which has a table, and many child <tr>s and <td>s inside it. I want to delete a specific <tr> node completely from the html. (I dont want to do style = "display:none"). I want to do RemoveChild("id of the tr") o...more >>

Capturing data from a separate application window?
Posted by Wade at 2/6/2006 8:12:34 AM
Hi all, I have found that I need to be able to write a windows application that is capable of attaching to an independent windows application (one I haven't written), and gather information. For example, this application gathers a bunch of data from disparate sources, and updates a log file e...more >>

Web Service ?
Posted by John Thompson at 2/6/2006 7:19:28 AM
Recently, I developed a web service on my dev box (XP SP2). On another machine, I developed a console app that uses a method in the web service that just returns an integer. Everything works fine in the console app. However, if I put the same code in a code behind application for Excel 2003...more >>

Why does RegistryKey.OpenSubKey("blah", false) allow writes?
Posted by akash at 2/6/2006 3:52:31 AM
I have code that accidently opens a registry key using RegistryKey.OpenSubKey("blah", false) instead of RegistryKey.OpenSubKey("blah", true) even though it requires writable access. However, I never spotted this error until recently because my app can still write to this key on most machines!...more >>

how to pass combo box values from one webpage to another web page
Posted by jaffar at 2/6/2006 12:00:00 AM
hi all, how can i pass the combo box values from one form to another web page. using c#.net platform. thanking you , Shaik Jaffar ali b.tech ...more >>


DevelopmentNow Blog