| Thread | Last Post | Replies |
|
| How To Multi Processing ? | 16 Aug 2007 20:03 GMT | 9 |
Hellow Friends ... Here what i m working for ... i want to show Multiprocessing by creating about three processes and then showing there states that which process is now in running state and which one is in wait state and which on has successfully completed its working ... i
|
| How to enter date in the text box? | 16 Aug 2007 19:40 GMT | 4 |
I am very new to C# and would really appreciate if someone please help. This is my first project and I am learning c#. I have to create a form where user enters start date and end date. I will use text boxes for both dates.
|
| Control Events | 16 Aug 2007 19:22 GMT | 1 |
Im new to c# I dont completely understand sender and e in control events for example enter event what is sender and e
|
| DbConnection | 16 Aug 2007 17:56 GMT | 15 |
Hello, Newsgroupians: I am creating a wrapper for (I)DbConnection. I can connect to a database and place queries; however, I'm having some problems with my wrapped class. In short, I have the following...
|
| Problem with associations | 16 Aug 2007 17:47 GMT | 3 |
I have 2 classes, A and B. In the A class, I've created an attribute of type B(): private b = new B(); In other words, I have an association from A to B. The problem occurs when I export the project to Visio-UML because doesn't
|
| I'm told to override "Text" | 16 Aug 2007 16:30 GMT | 5 |
I have a usercontrol, and I am trying to write a Property called "Text", but the compiler tells me that the Usercontrol class already has a member called "Text". When I look (in intellisense, or help) I don't see the member. I can easily override or make it new, but I'd
|
| Graphics.MeasureString | 16 Aug 2007 16:13 GMT | 2 |
I have a user control and I do the following: Graphics g = this.CreateGraphics(); SizeF s = g.MeasureString (MyText, MyFont); This works fine as long as MyText is not a string of blanks. If it
|
| DataColumn Parsing | 16 Aug 2007 16:01 GMT | 3 |
Not sure if parsing is the correct word but here is what I'm trying to do: I have a method that returns a dataset that uses a select statement that comprises three union all'd select statements (i.e. "select
|
| capturing DOM events in webbrowser control | 16 Aug 2007 15:39 GMT | 1 |
I am creating a win app that hosts a web browser control in C#. The web browser renders some local html page. I need to capture the events on that page. I know this can be done with DOM. But how to I handle DOM events? PLZ help.
|
| Adding attributes at runtime | 16 Aug 2007 13:39 GMT | 5 |
Is there a "simple" way to add attributes to a class/property at runtime? What I try to do is set the default editor for a class/property at runtime (I know I can set this very easy by decorating the class/
|
| How to manupulate raw data then display the data on the datagrid | 16 Aug 2007 12:45 GMT | 1 |
In our database table, there are some fileds are not suitable to display on the grid directly. For instance, 12:30 saved as 720 in the table. and we want to show customer name in one column rather than show firstname,
|
| FQDN | 16 Aug 2007 11:21 GMT | 1 |
I have a domain alias "ILDEV". I want to convert this to its corresponding Fully Qualified Domain Name. Is there any C# API to do the same ? Or a PInvoke in any system dll like Advapi32.
|
| simple String formatting question | 16 Aug 2007 11:16 GMT | 2 |
I am attempting to output a trace with details of the db id of a price using: Trace.WriteLine("price id(first price): {0}",evnt.Prices[0].Id); Wher the Id is a string. I expect from this to output
|
| Posting to Wordpress via C# | 16 Aug 2007 09:00 GMT | 3 |
I've been digging around the web but haven't found a really good example of how to create a new post in a wordpress blog. I've found metaWeblog.newPost discussed in a few places, but I'd like more info (or a working example if possible). Especially with posting
|
| C# Example to test Session Timeout | 16 Aug 2007 07:14 GMT | 1 |
I'm trying to test out the change that I made in my config.web file in C#. Basically, I've changed the timeout=1 for the session in config.web, and want to test it out. I was told that you could set up a button on a web page to create a session, and then another button to
|