| Thread | Last Post | Replies |
|
| Convert.IsDBNull causes exception | 18 Aug 2007 10:59 GMT | 5 |
Hello NG, I have a typed dataset, where I want to check the column of a datarow if it is DBNull. How can the following code cause an Exception (what is does):
|
| free .NET ftp, or other network libraries | 18 Aug 2007 10:47 GMT | 7 |
Is there any good free.NET ftp library other than "edtFTPnet"? Any good free library equivalent to apache.commons.net.* ? Thanks for any recommendation. Regards,
|
| Help! How can I access a C++ library from c#? | 18 Aug 2007 05:47 GMT | 3 |
I am confused.... My plan is to write a program for some scientific computing in c#, because I heard that c# codes are much better and easier to write and manage. But the problem is that I have to use some c++ library, for
|
| A scrolling text display that does't flash - possible in C#? | 18 Aug 2007 04:15 GMT | 12 |
I know I sound like a one-note Johnny on this but I'm still looking for a solution. I need to display characters coming in from a serial port or a socket. I also need to be able to type characters into the display myself - but that's not the main issue at this time. I've tried ...
|
| Source code for XML Notepad 2007 avaialable? | 18 Aug 2007 02:57 GMT | 1 |
Despite various announcements in blogs stating that XML Notepad 2007 is released under an open source license, and even a statement on official MS pages that source code is included in the download, I have been unable to find any such code. Anybody got a clue on where or how I ...
|
| Timed MessageBox | 18 Aug 2007 02:04 GMT | 2 |
I want to hide the MessageBox after some time automatically. This MessageBox has only OK button. So I want that it should disappear after few seconds. I don't want to make a new Form for this.
|
| print document problem here | 18 Aug 2007 01:36 GMT | 1 |
hey, I want to print items in different places on the same piece of paper. maybe one item at the upper left, one item in the bottom right. or maybe a grid of 6 items, all spaced evenly in 2 rows of 3. where do I start researching how to do this? will I have to specify pixel
|
| Graphics.DrawString | 18 Aug 2007 01:33 GMT | 1 |
In a control's OnPaint, I do the following: e.Graphics.DrawString (Text, MyFont, Brushes.Red, MyRect) The purpose of the "Brushes.Red" is to highlight the word, but I would like to highlight in the usual way, with a gray rectangular
|
| Global variables declaration | 18 Aug 2007 00:05 GMT | 3 |
In VB we used to add a module that contained public variables, procedures and functions. Where to declare global variables and functions in C# so that they are accessible everywhere.
|
| Newbi 'how to' questions | 17 Aug 2007 23:14 GMT | 4 |
I am a long time Delphi programmer. I am starting to work with c#. I have a couple of questions on how to define connection settings on the fly, since I have many client sites, each with their own database setup
|
| VS2005 on Vista too fuzzy. | 17 Aug 2007 23:11 GMT | 1 |
I've installed VS2005 + SP1 + SP1 Vista Update on Premier Home version of Vista. I have my DPI cranked up to 120. As a result, the icons on the VS2005 toolbar are totally fuzzy. It's obvious that VS2005 is scaling up icons. Is there a way to disable
|
| Error adding unmanaged DLL ref to C# project | 17 Aug 2007 23:08 GMT | 3 |
I'm writing a C# app with Visual Studio 2005 that needs to use classes and functions from an unmanaged DLL (that was build with Visual Studio 2003). In order to build my C# app, I thought I had to include a reference to the DLL. When I try that, I get this error:
|
| IoC in C#...is it worth it? | 17 Aug 2007 23:04 GMT | 2 |
I come from the Java World, where Springframework has finally became the defacto standard for new architectures. For several reasons I am back to the Microsoft world, and new to VS.Net, and I find a pretty cool environment where *almost* everything is solved (at least I haven't ...
|
| ASP .NET 2.0 GridView - how to locate column by name? | 17 Aug 2007 22:44 GMT | 1 |
Is there any way I can get index (position) of a column in an ASP .NET 2.0 GridView by referencing the column's name, either by using the DataField or HeaderText properties? A small code snippet would be greatly appreciated! I have tried with no luck so far.
|
| Pass type to method to allow create and method invocation? | 17 Aug 2007 21:18 GMT | 10 |
I have a base class with several derived classes: ScriptBase + ScriptCallInbound + ScriptCallOutbound
|