| Thread | Last Post | Replies |
|
| Error is Object doesn't support this property or method | 20 Sep 2006 22:36 GMT | 5 |
Subject: Error is Object doesn't support this property or method I am trying to pass a C# string under Vs2005 (Net2) to an Vb6 ActiveX Control. I get the following runtime error--
|
| Help with PInvoke of a struct | 20 Sep 2006 22:23 GMT | 3 |
I believe I'm not PInvoking this struct correctly. Here's the API definition. typedef struct _SP_DRVINFO_DATA { DWORD cbSize;
|
| Catch CTRL+C | 20 Sep 2006 22:18 GMT | 5 |
Is there a way to catch CTRL+C key pressed by an user? Can someone point me to an example code block? Thanks. -Samik
|
| Beginners Question on 'return' | 20 Sep 2006 21:45 GMT | 7 |
I just want to be sure about this. When I have code like this: //data member System.Drawing.Drawing2D.GraphicsPath graphicspath=new System.Drawing.Drawing2D.GraphicsPath();
|
| Eliminate the URL when using EventLog.WriteEvent | 20 Sep 2006 21:39 GMT | 7 |
How can I eliminate this URL link which is automatically appended to what I write to the event log using EventLog.WriteEntry()? "For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp"
|
| sscanf in c# | 20 Sep 2006 21:33 GMT | 20 |
Anybody know if anything exists like sscanf in c. I found a few things OL but most were pretty old. Maybe something has come along since 2004? Thanks
|
| A design question | 20 Sep 2006 21:10 GMT | 3 |
I have a question about design. I have below a method called InitData and a struct called Data. Metod InitData is used for loading a hashtable with some data that is about number of decimal and some limits for max and min value.
|
| Cast string to DateTime type for Access Short Time field | 20 Sep 2006 21:10 GMT | 2 |
Hi, All Please, i need help with cast string to DateTime: DateTime dt = new DateTime(2006,09,17); it works i can update Field in Access DB
|
| BinaryFormatter Version incompatibility. | 20 Sep 2006 20:30 GMT | 4 |
I'm getting an annoying exception: BinaryFormatter Version incompatibility. Expected Version 1.0. Received Version XXXX I've looked all over the web and everything that discusses this seems to be associated with web services. Usually indicating that the code is mismatched
|
| POST from a windows Service | 20 Sep 2006 20:17 GMT | 2 |
This may be a stupid question but i'm just wondering if it is possible to do a Http POST from a Windows Service (written in C#) Thanks in Advance
|
| List of EventIDs from the Event Log | 20 Sep 2006 20:15 GMT | 3 |
Does anybody know of where I can find a complete list of the events that Windows writes to the EventLog ? TIA - Jeff.
|
| Error installing DLL component in system32 | 20 Sep 2006 20:13 GMT | 10 |
I am working on an installer application to install 2 COM components in the system32 directory. I had this implemented previously to install to a different directory (i.e. C:\sample\dll) and it worked fine. The setup app seems to crash though when I changed the path to
|
| disabling Trackbar scroll | 20 Sep 2006 20:11 GMT | 2 |
As a newbie to C# application programing ...I would like to know is there a way to disable the user scroling of standard track bar programatically... Thanks in advance
|
| What rows have been inserted in gridview? | 20 Sep 2006 19:51 GMT | 1 |
How do I know what rows in the gridView have been recently added (and therefore need to be inserted into the DB) and which rows already came from the DB (in an initial Load() ) ? I can't do it "on the fly" since I can add to the gridview and later decide to cancel the process and
|
| Error | 20 Sep 2006 19:47 GMT | 4 |
I created WEB app in C# and it runs fine on my local machine. When I moved everything to the hosting server I've got an error: Compiler Error Message: CS0246: The type or namespace name 'Photo' could not be found (are you missing a using directive or an assembly reference?)
|