| Thread | Last Post | Replies |
|
| Using C DLL in C# | 26 Sep 2005 10:08 GMT | 3 |
I have a C DLL and I need to use in C# i tried to load and use the function as following but exception generated with error An unhandled exception of type 'System.EntryPointNotFoundException' occurred in CDicLib.exe
|
| /// Style comments and documentation | 26 Sep 2005 10:05 GMT | 3 |
I have all my code commented with /// type of comments. What are my options to generate MSDN like documentation for my code and also possibly create a help file for my code? Thank you,
|
| Class instance problem | 26 Sep 2005 09:44 GMT | 4 |
I am using the 2.0 App_Code folder to have a common, global class for every aspx page to access and use. I need to have a common "MainTitle" string variable to read/write and which finally the MasterPage PreRender event code parses to decide if a page title should be rendered.
|
| dataset CE | 26 Sep 2005 09:28 GMT | 2 |
We have a Windows CE client with the .NET compact framework on, and we start 10 workerthreads on this client.(Everything is C#) They all make webcalls to our ASP.NET webservice,and they all have a local pointer to the webservice.
|
| Theming | 26 Sep 2005 09:03 GMT | 1 |
I try to find out whether there is a reliable way to detect if an application is themed. Especially I need to know that from within my user control. From all the newsgroup posts I read I could only infer two
|
| Copying a File To The Clipboard | 26 Sep 2005 07:46 GMT | 8 |
I know how to place text into the user's clipboard: Clipboard.SetDataObject("My Copied Text"); but how do I place a file in there? So, if I have a file C:\test.txt, how can I place that file into the user's
|
| New & confused-Possible to inherit aspx forms? | 26 Sep 2005 06:26 GMT | 5 |
I am beginning a web app. I am using C# aspx forms for my web pages. Is it possible to create/use one aspx file as a base from which to derive other aspx files? I can not get this to work. What I tried was this:
|
| C# can consume an unmanaged dll. Can c# link to a static library? | 26 Sep 2005 04:31 GMT | 1 |
All or Anyone: C# links to dlls. Can it link to a static library? David
|
| Updated a Textbox from a separate class | 26 Sep 2005 03:36 GMT | 28 |
I know this is probably simple but I have a C# form and the class for the form is called sbaSynch. I have a textbox name txtServerName. I'm creating a class to manipulate XML functions so I added a class to project and it's named XmlApi().
|
| Combo Box to populate Data Grid | 26 Sep 2005 03:08 GMT | 4 |
I'm open for any suggestions on how to better program this. I want the user to select a license from a combo box, cboPrivilege and then the user will click the add button, then a record will be added to the data grid. My current code is coming up with errors, dt and drv are ...
|
| Converting | 25 Sep 2005 22:28 GMT | 5 |
How do i convert a varible object to string? I have a varible called "folder" and my app reads the registry for the folder path so object folder;
|
| How to read a text file into a string variable | 25 Sep 2005 22:12 GMT | 3 |
I have a text file, it is some scripts of SQL. I want to read it into a variable, and set the string variable tto a command string of SqlCommand. How can I read a text file into a string variable
|
| How to create Auto generated values in DataTable? | 25 Sep 2005 20:11 GMT | 1 |
Can anyone tell me how to create auto generated values in a DataTable column? Looking forward for the reply.... Thanx in advance...
|
| Databinding | 25 Sep 2005 20:09 GMT | 1 |
In my C# windws app i have 2 problems that datagrid have no column hight property & no multiline which mean memo/text field will not be readable (user friendly).. is there anyway to inherit from datagrid to add this property??
|
| C# String Operations - Question | 25 Sep 2005 18:59 GMT | 2 |
Is there a command that can be used to change the string "New York Collection Letters.pdf" to "New York Collection Letters_200509.pdf"? (right or variation of substring) Basically what I have been tasked to do is copy a file from one place to
|