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
all groups > c# > june 2005 > threads for saturday june 4

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 29 30

Need example of using WinAPI "CreateWindowEx" in c#
Posted by Patrick Blackman at 6/4/2005 11:45:29 PM
Need example of using WinAPI "CreateWindowEx" in c# any help would be appreciated. ...more >>


MDI and StatusStrip
Posted by wschlichtman at 6/4/2005 11:37:01 PM
I have an MDI app and would like to some text and place it in a ToolStripStatusLabel. How can I accomplish this?...more >>

AppDomains and Dynamic un/re-loading
Posted by ASayre at 6/4/2005 11:16:01 PM
I'm currently developing a client that connects to a server and exchanges data with the server back and forth. The client retains the data in specified classes depending on what was received. While adding a plugin type API I ran into the following problem: I want users to be able to dynamic...more >>

Manage a project's structure from c#
Posted by Osvaldo Bisignano at 6/4/2005 6:50:22 PM
Hi guys, I wonder if there's any namespace or class within the framework that allows me to create a new c# project by code, manage its references, and build it from another C# application. I'm not talking about CodeDom, I've already done that part. I just want to be able to manage project me...more >>

Cancel event action
Posted by Boni at 6/4/2005 6:45:24 PM
Dear all, I would like to cancel the keydown event after I handled it in my control. But the handled=true of the event don't do the job. Is the some stronger method to clear key buffer and remove enevnts? Thanks, Boni ...more >>

new to c#: How to create event handlers for a form control?
Posted by Alejandro Lapeyre at 6/4/2005 4:55:18 PM
I am new to c# In VB when I want to create an event handler for a form control I select the control in the editor left combo box and then select from the editor right combo box the event. How do you do it in c# ? Thank you! Best Regards, Alejandro Lapeyre ...more >>

Method not working
Posted by Chuck Bowling at 6/4/2005 2:57:50 PM
VS 2003, .NET 1.1 I'm throughly puzzled here. I can't seem to get the method below to work... private void AutoSizeHeight() { Graphics g = this.CreateGraphics(); int x, lineCount; SizeF layoutSize = new SizeF(this.Width, this.Height * 100); // oversized height this.Hei...more >>

Generating Keyboard events in another application
Posted by wesmanjunk NO[at]SPAM hotmail.com at 6/4/2005 1:45:04 PM
does anyone know how to generate keyboard events in another application? like [DllImport ("user32.dll")] public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam); can be used for mouse events... how would you do keyboard events? assuming that the other appli...more >>



Windows Forms Application
Posted by eXtreme at 6/4/2005 11:44:53 AM
How do I make a dataset available to all forms (including dialogs) in a Windows Form based application? Thanks, eXtreme ...more >>

How to: ClassFactory?
Posted by matthias s. at 6/4/2005 11:13:17 AM
Hi there, I'm working on a class library. The class library contains a couple of public classes which should serve as class factories and I'm wondering how to implement this strategy correctly. Let me explain using a simple example: I've got a class called SecureUserFactory and another o...more >>

How to get private class members using reflection
Posted by Opa at 6/4/2005 10:03:09 AM
Hi, I'm trying to get some private class members using reflection, but am having trouble: Example using System; using System.Reflection; public class Customer { private string _fname; public string FirstName { get {return _fname;} set {_fname = value;} ...more >>

How to provide credentials for writing mxl file to hosted server
Posted by Dennis C. Drumm at 6/4/2005 9:59:39 AM
I would like to be able to update an xml file located on my hosted server from my local computer. The server requires a user name and password to access the web site for writing or updating files. Could someone refer me to a doc that explains this or provide some sample code? Thanks, ...more >>

xml/Excel column order
Posted by eye5600 at 6/4/2005 9:49:15 AM
This may be an Excel question, not a VS or C# question. I create write a table from a dataset using XmlWrite. Looking at the xml file, the column order looks the same as the SELECT statement that created the table, but when I read it into Excel, the columns appear in sorted order. UGH! How...more >>

Which MessageBoxIcon to use
Posted by Just Me at 6/4/2005 9:36:11 AM
In the Messagebox I can select various MessageBoxIcon. I'm sometimes confused as to which to use. For example, If the app user tries to use the app to change something she has not the privilege to change and I tell her that "Access Is Denied" is that an Error, a Exclamation, or a Warnin...more >>

Update web form
Posted by CJ at 6/4/2005 7:49:03 AM
Have problem updating a web form. Unfortunely when i edit one of the feilds and press the button, it loads the old data back without any change !! I be happy if some one help me fix this update problem.Thanks I use the wizard for generating sqlconnection, sqladapter and dataset. AutoPostBa...more >>

New Project Creation Problems
Posted by Barry at 6/4/2005 5:45:44 AM
Hi After installing Visual Studio .NET , if if try ot create either a C# or Visual Basic Project using the Wizard , if get the following error message VC package not available or not registered TIA Barry ...more >>

Any alternative solutions to this
Posted by sysdeamon at 6/4/2005 5:32:03 AM
Hi, i am new to Visual C#. i am trying to develop a file searcher utility similar to that of Windows own 'Search for files and folder' for desktop. i want to know is there a method that can return all the valid hard disk/partitions on a system, so i can have a option like 'Local harddrives' ...more >>

Synchronizing datetime of computers
Posted by sushi at 6/4/2005 5:13:02 AM
Hello, How can be synchronize dates of two computers. I tried this using net time command but this works fine in Console application but fails in web application. Can any help me out. My code is as follows FileStream stream = File.Create( @"C:\batch.bat" )...more >>

A challenge to all MVP's.......GET A J.O.B. for once in your life
Posted by lwti at 6/4/2005 3:45:58 AM
You guys who hang around here are some of the sorriest and most incompetent programmers( if you can even be called that) ever!!! The only thing you know are reference books and theory that's been proven wrong in the real world You sit in front of your computer answering the SAME nickel and dim...more >>

Thread
Posted by julien at 6/4/2005 1:04:48 AM
Hello, on the following line: Thread startThread = new Thread(new ThreadStart(plugin.StartPlugin(session))); I got an error from the C# compiler: [csc] c:\XXX\foo.cs(407,53): error CS0149: Method name expected Column 53 is the T of ThreadStart. I don't understand what is wrong. I' foll...more >>


DevelopmentNow Blog