| Thread | Last Post | Replies |
|
| datatime fields | 14 Apr 2008 20:31 GMT | 1 |
Hi, I’m developing a global web site, have questions about the datetime fields. How to handle if user comes from difference time zone? Any guidelines for this? Thanks...
|
| Import Excel in Word | 14 Apr 2008 17:12 GMT | 1 |
Hi NG, ich versuche einen einfachen Import einer Exceldatei in eine Word Datei zu realisieren. Word.Application wordApp;
|
| TEXTBOX --- i want to select part of the text and change its style | 14 Apr 2008 16:41 GMT | 2 |
TEXTBOX --- i want to select part of the text and change its style how can i do this? manny forums have this feature msdn forum you select the text and press button for formating code.
|
| can't solve problem | 14 Apr 2008 15:15 GMT | 1 |
http://www.videoriporter.hu/vr/fs?content=/vr/player/1320/date/count
|
| case sensitive database and sql command parameters | 14 Apr 2008 15:13 GMT | 2 |
I'm having problem with case sensitive collation of SQL Database. one my client is having case sensitive database. While developing the Data Layer i didn't consider this scenario. the problem is I've all Store Procedures in the Database and I'm using
|
| implement | 14 Apr 2008 14:18 GMT | 3 |
I don't find the method ro detect if a class implement an interface. I try if (MyObject implements MyInterface) but it doesn't work.
|
| Thread cancelleton (backgroundworker) | 14 Apr 2008 14:16 GMT | 1 |
I am using the background worker and want to provide to thread which is activated by background worker option to check if cancelletion is legal or not during the flow. How can I affect the activation of bw.CancelAsync() which is made in
|
| Need to extract the Click event from tsMenuItem.Events | 14 Apr 2008 13:56 GMT | 11 |
newItem and tsMenuItem are ToolStripMenuItems. I'd like to add the click event in tsMenuItem to newItem. Can't do this because Events is Protected: newItem.Events.AddHandlers(tsMenuItem.Events);
|
| WFC problem | 14 Apr 2008 13:13 GMT | 5 |
I'm having a problem with a Web Service that I've created. This WS has several simple methods, that are working fine... no problem with code. However, when retieving a bigger number of rows, I get this error: "The maximum message size quota for incoming messages (65536) has been
|
| Delphi PChar and C# | 14 Apr 2008 12:03 GMT | 1 |
Does anybody knows how to handle this issue: I have an Delphi DLL with following two function declaration: function DeallocateString(lpszString : PChar) : DWORD; stdcall; function MyFunc1(lpszInput : PChar; var lpszOutput : PChar) : DWORD;
|
| c# create ms word without pop the word up | 14 Apr 2008 11:40 GMT | 4 |
I'm writing the code to create a word doc, I referenced this link's code
http://support.microsoft.com/kb/316384/en-us But when i click the button, it will show the doc page but i want to
|
| Only embed some resources in certain build configurations? | 14 Apr 2008 11:24 GMT | 3 |
I have some resources in my C# Visual Studio 2005 project that are involved with self-test. Ideally, they shouldn't be in a released product. These resources are embedded by virtue of having their Build Action
|
| ComboBox and Datagridview | 14 Apr 2008 10:11 GMT | 4 |
Hello, i have a datagrid with some columns... the last column is a ComboBox with 2 items: "yes" and "no"... i'd like when i select a value "yes" the color's column became Yello....
|
| LINQ to SQL + SQL Server 7 | 14 Apr 2008 09:09 GMT | 6 |
I am trying to work with MS SQL Server 7 from the release version of Visual Studio 2008 + LINQ to SQL. And the problem is that the LINQ to SQL designer doesn't accept my tables saying that my connection provider is unsupported. Then I found out that LINQ to SQL officially
|
| complex List<> sorting | 14 Apr 2008 08:57 GMT | 6 |
I have an Interface InterfaceBase, and two classes Type 1 and Type 2 that implements InterfaceBase Class Type1 has a string property Title Class Type2 has a string property Title and an int property Ordering
|