| Thread | Last Post | Replies |
|
| Weird GUI performance slowdown | 30 Sep 2007 10:48 GMT | 3 |
On a simple form, I have a ListBox control. This listbox control is loaded with around 800 text items of somewhat short length. There are also some other controls on the form, buttons. When the form need to repaint itself after e.g. maximize, it happens somewhat slow, I can see ...
|
| silverlight | 30 Sep 2007 01:33 GMT | 2 |
Hi young folk, and i'm learning to work with ASP.net and yesterday I was talking to a friend in regards a good book to buy for learning CSS. With surprise he told me that Microsoft has released the Flash competitor that integrates perfectly with ASP.Net, called
|
| API Design: Is Socket.Select() seriously busted? | 29 Sep 2007 23:45 GMT | 6 |
I don't know how I missed this piece for so long (this may also be old news to you guys) but in this ACMQueue article, Michi Henning goes to elaborate lengths to detail how even today designing a good API requires a lot experience and effort by illustrating the example of
|
| What DBType supports unicode with SQL Server | 29 Sep 2007 22:00 GMT | 2 |
I have a TableAdapter with a connection to an SQL Server database that uses stored procedures to insert and update records. Problems occur when I attempt to insert unicode (Chinese) characters in the database; all that comes through is question marks. The parameter to insert the ...
|
| Question about connecting client programs to Sql server 2005 running on local area network | 29 Sep 2007 21:52 GMT | 2 |
I have a program that has hand written database connections and DataGridView that connects to my database on sql server using computer's name .this works fine locally BUT problem occures when running my app on local area network
|
| Editing a solution on two machines | 29 Sep 2007 21:45 GMT | 4 |
First apologies for the off topic question, this is a sourcesafe question, but the Sourcesafe groups just don't get answers, so I thought I'd try your patience here <G> I have a solution (currently 2 pojects) at one site that I want to be able
|
| Need to save Word Doc or RTF as BMP | 29 Sep 2007 21:17 GMT | 3 |
I know how to use the bitmap and graphics objects to create bitmaps and write text on them with the drawString method. I now need to create some BMPs of word or RTF docs. What would be the best approach here as I need to maintain most if not all of the formatting. The docs will ...
|
| Environment with string replace .... | 29 Sep 2007 19:20 GMT | 6 |
I do this : s = Environment.CurrentDirectory; s = s.Replace("\\", @"\"); Environment.CurrentDirectiry return a path like this C:\\....\\....\\.....
|
| C# compiler option to find classes that implement IDisposable | 29 Sep 2007 18:01 GMT | 15 |
Being quite new to C#, I may have misunderstood this. If so please bear with me! As far as I can understand, any instances of a class that implements the IDisposable interface must call the Dispose method not create leaks of
|
| CSS | 29 Sep 2007 16:56 GMT | 5 |
do you think that it's possible to build a nice web site in asp.net 2.0 C# without knowing anything about CSS?
|
| word zu pdf ohne word-app zu öffnen | 29 Sep 2007 15:55 GMT | 3 |
hallo zusammen ich sollte in meiner applikation aus einem word-dokument ein pdf generieren. im moment starte ich durch meine applikation die word.exe und printe
|
| Best way to code the following | 29 Sep 2007 13:42 GMT | 12 |
I need to read about 100 lines of a csv file into memory. Each line contains 6 fields. What is the best way to store this into memory and then read it back. Is a array of a multi- dimsion array the way to do this.
|
| DllImport issue! | 29 Sep 2007 13:41 GMT | 1 |
I have a dll created using vc++(Unmanaged).So when we are using this I have to give to full path of this dll as a parameter of DllImport attribute. The parameter takes only const string value. It will work fine by hard coding, but what will be case when I deploy this project?
|
| DLL and Application Config | 29 Sep 2007 10:39 GMT | 1 |
i have a c#Dll being Called From Vb6 using Iinterface now my question is Can ConfigurationManager.AppSettings be used with this DLL or Do i have to Create My own Config for this Dll
|
| Reading redirected stdout from a spawned process | 29 Sep 2007 10:03 GMT | 1 |
I have a C# application in which I start another process which produces output to stdout and stderr. In fact, that process is the uSoft VS2005 C/C++ compiler itself! I would like to capture the results of the compile and display them in a RichTextBox. The problem I'm having is ...
|