| Thread | Last Post | Replies |
|
| Printing Problem! | 16 Jul 2007 18:10 GMT | 1 |
Consider a printing scenario where I have to draw the entire page on a 827x1169 (.01 inch) size. Thereafter, the entire bitmap has to be resized to fill a given Bounds rectangle (keeping the aspect ratio fixed). To do so, I've just wrote the following code in the PrintPage
|
| c# TCP server client - How to send and recieve on the same port number | 16 Jul 2007 17:49 GMT | 6 |
I've got some test code that I've found on the web that is a TCP server and a TCP client. The server sends data to the client on the port i specify. I know because get the port number through an IPEndPoint. However when I send the data back to the server, the server receives ...
|
| CenterParent Question | 16 Jul 2007 17:40 GMT | 8 |
I have "CenterParent" in the Properties and in the form location in the application, and still the form that is called does not get positionned center parent. Parent = this; produces errors. How do I get a form to go center parent?
|
| RTF or DOC from db to html page - how? | 16 Jul 2007 17:04 GMT | 2 |
Hiall I am reading from an Oracle database CLOB column. I dont know what the data type of the data is before hand, but it could be either plain text (no problem) or rtf or Word doc that was pasted into a text box
|
| Membership.GetUser(), is there a better way? | 16 Jul 2007 16:54 GMT | 3 |
I recently started to use MemberShip, Roles, and User to build a portal site in asp.net 2.0. I currently have set the web.config to only store registered users in the database. I don't want to pollute the aspnet_Users with anonymous users.
|
| Cumbersome on DataItemBound event | 16 Jul 2007 16:33 GMT | 4 |
This is what I have 1. Two tables, User and Country. User contains UserId, UserName and Country contains CountryId, and CountryName. 2. I dragged in both tables from SQL server 2005 into a dataset and
|
| How do you set up a SerializationInfo object? | 16 Jul 2007 16:21 GMT | 2 |
A SerializationInfo gets passed to your constructor for manual deserialization. If your deserialization constructor did this : protected BaseConfigData(SerializationInfo info, StreamingContext context)
|
| Read http stream with C# | 16 Jul 2007 15:44 GMT | 6 |
I need to read an HTTP stream that is defined as excel format. How can I access this via ADO.Net? This dataset pastes nicely into excel http://ts-lc.sc8.finance.lycos.com/1184344340757?User=?????&Pswd=?????&DataType= Excel97&Symbol=INDEX:NDX ...
|
| Comparing objects - how? | 16 Jul 2007 15:41 GMT | 3 |
I know I read about it somewhere when studying, but can't come up with keywords to search on this topic. I need to be able to compare objects like if (A < B) {}...
|
| Invoking the Connection Properties Dialog Box | 16 Jul 2007 15:34 GMT | 1 |
I try to invoke Connection Properties dialog box that Visual Studio 2005 use. The dialog that I said is used in many places such as when developers build connection string in Settings.setting file (http://www.one.co.th/downloads/Settings.settings.png). The Connection
|
| passing array to com object | 16 Jul 2007 15:28 GMT | 2 |
Hi. I need to call a com function which requires an array of string as parameter. I call it this way: my.InvokeMember("report", BindingFlags.InvokeMethod, null,
|
| Sum Totals From DataGridView | 16 Jul 2007 14:16 GMT | 3 |
Hello all, writing application with VS 2005 using C# to link up with SQL Server 2005. I have a form Purchase Orders with a DataGridView control for my line items. I have added a column "Amount" on DataGridView control to compute unit price times quantity. However,
|
| Example of TYPED INTERFACE ? | 16 Jul 2007 13:33 GMT | 2 |
I am using extensively typed classes. Now I would also need typed interfaces. Is it possible to define an interface with a couple of types? Do you have an example ? (a 3-line example would be fine).
|
| resize icons in treeview | 16 Jul 2007 12:33 GMT | 1 |
Is it possible to resize icons in treeview, it seems its always 16x16 Or maybe its possible to put picutre of custom size into treeview, somehow ...
|
| Gotdotnet Article | 16 Jul 2007 12:20 GMT | 4 |
Could anyone tell me if it's possible to get a hold of the article on the link below? http://www.gotdotnet.com/team/clr/LoadFromIsolation.aspx Anybody knows if the articles on gotdotnet got moved somewhere else or did
|