| Thread | Last Post | Replies |
|
| How to center the title of a form ? | 22 Nov 2007 20:27 GMT | 7 |
I'm programming Windows forms with C#. By default, all windows title is left-aligned, just wonder if there is a way to make the title center-aligned on the Windows title bar? Thanks in advance!
|
| ODBCConnection how to prompt for user+pass when having a DSN | 22 Nov 2007 20:10 GMT | 3 |
That is the whole question I have a lsit of DSN availables and to use these for an ODBC connection I would mostly need to prompt for username and password, how can i do this?
|
| WPF book | 22 Nov 2007 19:55 GMT | 5 |
Can I have your recommendations for WPF books please C# preferred, but I don't suppose it really matters. Thanks Pete
|
| C# timestamp datatype? | 22 Nov 2007 19:01 GMT | 3 |
I am accessing a stored proc from within C# and the result of the proc populate a dataset. The problem is, the proc returns an int and a timestamp. I do not need the timestamp and wish it was not there, but it is and my code
|
| Container structure | 22 Nov 2007 18:57 GMT | 1 |
How can I create (with Gui companents) the following structure : Creation of sublists (that i need to save and load) from a big list that is presented to the user?
|
| interop - from .net 1.1 to 2.0 | 22 Nov 2007 18:31 GMT | 1 |
is it possible from visual studio 2003 (C#) to add a reference to library build on .net framework 2.0? as far as i tried i can not do that, and i need to do that. really thanks to who can help me
|
| I need something between protected and public | 22 Nov 2007 18:24 GMT | 8 |
It seems I need one more type of member protection in my C# classes. I run into this regularly. I've got a class X in assembly A. Class Y in assembly B inherits from X and has a constructor that takes an instance of X. The only way class Y can access data on the instance of
|
| Can i set the request parameter in asp.net | 22 Nov 2007 18:20 GMT | 3 |
I need to set a request parameter, is it possible? If yes, how? Actually i have a sever side code(in vb) like. if trim(request("addCustomCD")) = "1" then
|
| Splash image and jpeg usage | 22 Nov 2007 18:11 GMT | 1 |
I have a splash form which has a background JPEG image (back mainly with some blue and white logo). on this form i want to display a text which will be updated dynamically to reflect the progression of application loading and checking.
|
| enabling remote desktop in windows xp | 22 Nov 2007 18:10 GMT | 1 |
how can i enable or disable "Allow users to connect remotely to this computer" option under the SystemProperties / Remote with c# code?
|
| Create IIS Virtual directory on Vista | 22 Nov 2007 18:10 GMT | 1 |
How can I programaticly create IIS virtual directory on Vista? Thanks
|
| vs 2008 learning guide | 22 Nov 2007 18:06 GMT | 1 |
im new to visual studio. Is there any guide to earn it or tutorial? Thanks!
|
| AxShDocVw.AxWebBrowser.Navigate and object headers | 22 Nov 2007 17:54 GMT | 9 |
I am hosting a web application within a windows form using MsHtmlHstInterop.dll. I am opening the web browser window using: object flags = 0;
|
| How to control data member inside another form | 22 Nov 2007 17:50 GMT | 9 |
The scenario is that i have two forms, Form1( main form) and Form2 and both of them opened. Form1 has called Form2 inside of its constructor. class Form1
|
| Modify text files by set back file pointer | 22 Nov 2007 17:40 GMT | 3 |
I supposed to modify some text files. In the file(s) which consist of different section. In one section you might have Path = <Installation_path>. The program will then replace the text string Installation_path with the path that was chosen in the installation
|