| Thread | Last Post | Replies |
|
| Génériques adaptés ? | 30 Apr 2008 10:20 GMT | 1 |
Bonjour, Suis pas encore bien au fait de l'utilisation des generics. J'ai plusieurs sortes de classe (Profil, Utilisateur, Client, etc.) , chacune représentant un type d'objet que je veux afficher dans une
|
| open pdf file and edit it | 30 Apr 2008 09:35 GMT | 4 |
I know it's possible to open and edit a word document in hidden mode (without opening word), by edit i mean to replace one text with another. is it possible to do the same with pdf files too? if yes, how can it be done?
|
| replace multiple strings at once | 30 Apr 2008 08:50 GMT | 3 |
To replace some substrings in a string value, i use Regex.Replace method mulptiple times like; strmemo = "new Data for user; Name:@@Name , Surname:@@Surname, Address:@@Address";
|
| Downloading only a part of a HTML page | 30 Apr 2008 08:31 GMT | 4 |
I have the following problem I need to download several HTML pages and get meta-tags out of the code. I decided it would be better to download only the meta-tags rather than downloading the whole page. But the standard method
|
| Crystal reports - Application server failed | 30 Apr 2008 07:55 GMT | 2 |
My desktop application is developed using vb.net 2005 and uses crystal reports for .net 2005. I am now suffering complaints from the clients that when opening report in their machine, most of the time they get an error Application Server
|
| Generating unmanaged C++ wrappers | 30 Apr 2008 07:55 GMT | 2 |
Are there tools for automating the conversion of unmanaged C++ headers to equivalent wrapper classes with metadata? I've got a back-end library with no exposed inheritance, but the interface classes are abstract and factory methods return the "real" internal
|
| Bitmap[] property | 30 Apr 2008 06:46 GMT | 2 |
If I set property in my user control like this ///////////////////////////////////// private Bitmap im; public Bitmap IM
|
| RTF To PDF | 30 Apr 2008 06:27 GMT | 3 |
When printing PDF files to laser printers the print file becomes several times as big as the original file size and this becomes a problem when printing to remote printers over slow connections. For instance 1 page PDF original size 224Kb generates 3.41 MB print file and that ...
|
| Windows Form DataGrid validating changes question | 30 Apr 2008 06:20 GMT | 2 |
In my .Net C# Windows form Form1, there's a DataGrid DataGrid1 on Form1. How do I validate if the values in DataGrid1 is modified or not? Thanks for help. Jason
|
| How to catch WM_NCMOUSEMOVE in MDI Form? | 30 Apr 2008 04:48 GMT | 3 |
Hi C# Experts: I'm writing a C# MDI program. I need to know when user is moving mouse on MDI's non-client area (that dark-gray background). I have tried code below but it did not catch the user's action. Anyone knows how it should be done?
|
| String Format Custom | 30 Apr 2008 02:36 GMT | 8 |
Hi have a string with 16 chars "25DD68EDEB8D5E11" and i want show it in form like this "25DD-68ED-EB8D-5E11", i try String.Format("{0:####-####-####-####}", mystr), but not work, i think that it is because the "mystr" it is already a string.
|
| Programmatically adding a column of Checkboxes to Gridview | 30 Apr 2008 02:14 GMT | 3 |
Could someone please help me with sample code on how to programmatically add a column of checkboxes to data displayed in a Gridview? And how to find whether the checkbox is checked or not on postback.
|
| C# Express and Firebird | 30 Apr 2008 01:40 GMT | 2 |
Trying to get some folks familiar with C#. They have downloaded the express edition. Theses guys are used to firebird. My question is, Are the express editions able to work with databases outsite of MSSQL such as firebird.
|
| enum is int | 30 Apr 2008 01:38 GMT | 4 |
The documentation for the "is" keyword says: An is expression evaluates to true if the provided expression is non-null, and the provided object can be cast to the provided type without causing an exception to be thrown.
|
| App.Config from a different EXE | 29 Apr 2008 23:39 GMT | 2 |
We have an executable that uses an App.Config file to hold things such as database connection strings etc. We now want to write a wrapper DLL around that executable to expose functionality to integrate with another app.
|