all groups > c# > october 2005 > threads for saturday october 29
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Any way to custom draw a title bar?
Posted by Benny Raymond at 10/29/2005 4:41:37 PM
How would you go about custom drawing the title bar of a form? I'd like
to change it so that I can add different colors to my title and also
change how the close button works (since I override it and cause the
form to minimize).
Thanks in advance,
Benny... more >>
What's the best way to read a .CSV file in C#
Posted by Brian Kitt at 10/29/2005 1:09:02 PM
I have a .CSV file that I need to read, reformat, and write back out as a TAB
delimited file. I can't use a slick utility such as DTS, because I have a
lot of tweaking I need to do on the data before it can be output. The data
is true .CSV fasion, in other words, a record may look as follows... more >>
Difficulty With The DataGrid
Posted by sianan at 10/29/2005 12:05:53 PM
I have a DataGrid which displays data from a table in a MS SQL 2000
database. My problem is that I have a bit column in the database whose
values I want to display as checkboxes in the DataGrid. I want to
display "1" values (True) as checked boxes, and "0" values (False) as
unchecked boxes. I ha... more >>
Re: Problem updating Access Database
Posted by (delta7 NO[at]SPAM nospam.co.uk) at 10/29/2005 11:10:57 AM
Hi Daniel,
The exception I am getting is "OleDbException". The full exception details are:
?e.GetType()
{System.RuntimeType}
System.Type: {"System.Data.OleDb.OleDbException"}
_pData: 61904000
Assembly: {System.Reflection.Assembly}
AssemblyQualifiedName: "System.Data.OleD... more >>
Window focus
Posted by piotrek at 10/29/2005 9:54:04 AM
Hi.
I have two Forms.
Second one is obtained by clickin button in first one.
Would like to deny acces to first window, when second has focus.
Its commonly used technique but i dont know how to do this.
PK
... more >>
Print Page Functionality
Posted by hartbypass at 10/29/2005 7:13:11 AM
I am looking for some code to duplicate something like on
http://www.charmeck.org/Site-Info/Home.htm when someone prints the
Print This Page link. This site is using MSCMS so it might be using
something built into that, but I am looking for straight ASP.NET/C#
code.
I was thinking of adding ... more >>
caching an array
Posted by P Ocor at 10/29/2005 7:11:02 AM
I am trying to cache an array.
1st - can I do this and
2nd -what is the syntax please?
I have added the namespace System.Web.Caching.
I tried cache.add("myArray") = myArray; from here
[http://www.dotnetspider.com/qa/Question23244.aspx] and a few other
derivatives but my web searc... more >>
axWebBrowser Runtime Error
Posted by TSIK at 10/29/2005 7:00:02 AM
I am developing an application to implement the Kleinberg web search algorithm.
I use the axWebBrowser control but whenever I navigate to specific pages
like "http://www.minotel.com/" i get a runtime error. However, if i use the
Internet Explorer or Mozilla Firefox this error does not appear.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Retreiving file list from a directory
Posted by ThisBytes5 at 10/29/2005 6:33:48 AM
Is there a built in way in .net to retrieve all the files in a
directory one at a time? I have to process a bunch of files serially
and there can be more than 100K files in the dir. I am trying to avoid
FileInfo[] or System.IO.Directory.GetCurrentDirectory() as I don't
want all the info loaded i... more >>
Limiting rows in List View
Posted by duraisridhar NO[at]SPAM gmail.com at 10/29/2005 3:55:15 AM
Hi all.,
I am using the Listview control to display my data in table fromat
Is there any way ( simple or complex) to Limit the number of rows
displayed to avoid the empty rows which is also displayed now .
Is there any other C# component/control to show my data as table
like vie... more >>
ActiveX control with different behaviour in VS Designer and application
Posted by Lars Behrmann at 10/29/2005 1:44:52 AM
Hi,
i have an ActiveX control placed on my windowsform.
Visual Studio has wrapped this and everything should
be fine, but it isn't :( The control shows different
behaviours between the Visual Studio Designer and
the compiled app. The ActiveX control works as a
container for documents so it c... more >>
Showing unicode in a MessageBox
Posted by Tim Anderson at 10/29/2005 12:00:00 AM
I have VS 2003 installed on one machine, and the newly downloaded VS 2005
release on another. Both XP Pro.
I have code like this:
string s = "Extended characters: <spade> spades";
MessageBox.Show(s);
where <spade> is the symbol for a spade suit in cards. You can enter this
into the VS ... more >>
rename project for class library
Posted by gordon at 10/29/2005 12:00:00 AM
Hi
I have a piece of development code that is to build a class library that i
run within another application. I find it hard to change the name of the
project after I have started the project. For example I have a folder called
c:\eg_3 and the project is called eg_3. How do I change the p... more >>
|