| Thread | Last Post | Replies |
|
| fonts with same lenght per character | 28 Oct 2004 00:43 GMT | 1 |
Hi I'm looking for the fonts whose character's size is the same no matter what character is. this is because I'm printing a receipt and I need that each column has the
|
| Threading and updating form question. | 27 Oct 2004 22:24 GMT | 4 |
I have a function that is currently wrapped up in a Class so I can pass a variable to it. This function is going to be threaded out and I would like the class function to be able to update a control on my form. (Treeview).
|
| Transparent label on transparent user control | 27 Oct 2004 22:07 GMT | 1 |
I have a picturebox that I'm putting a user control on top of. Now the user control correctly is transparent. However, the labels on the user control are not transparent although I've told them to be. It's as if they're getting the color somewhere way up the line. Is there ...
|
| Asynchronous WebRequest | 27 Oct 2004 21:29 GMT | 7 |
I use hpptwebrequest to download files from my web server to my client machines. I am attempting to convert my code to asychronous operation. Can somebody in simple language explain what the purpose of RespCallBack, ReadCallBack and
|
| Change Windows Class Name | 27 Oct 2004 18:43 GMT | 5 |
Is there a way to override the forms default window class name .. (WindowsForms10.Window.8.....) ? I tried to override CreateParams but got an exception System.ComponentModel.Win32Exception "Invalid window class name"
|
| Urgent Help On Pass and Get Parameter on Form_Load | 27 Oct 2004 17:50 GMT | 1 |
I'm new to C# winform. I wanted to know how to create a C# Windows Application that get parameters on form_load from VB6/ASP ? Besides that, when the C# Windows Application is running can I hide the form, how to do it ?
|
| How do I pan a picturebox??? | 27 Oct 2004 17:31 GMT | 4 |
I've created a picturebox inside a panel control with autoscroll enabled. The picturebox is twice the size of the panel so scrollbars are always shown. What I would like to do, is when the user presses the left mouse button and moves the mouse, the mouse cursor stays frozen on ...
|
| How to Split Windows Forms like HTML Frame ?? URGENT | 27 Oct 2004 13:13 GMT | 5 |
Could you please give me an idea or sample on how to split a Windows form into 2 partition similar to HTML Frames. My objective is that I have Windows Form called "Main". In the fom "Main", I need 2 section in vertically.
|
| how to call a form from a thread | 27 Oct 2004 11:30 GMT | 1 |
I can call form2 from main thread but when i create a child thread i cannot call form like Dim frm as new form2 frm.visible = true
|
| Tooltip for text extending beyond control bounds | 27 Oct 2004 04:19 GMT | 1 |
Is there a method to display a tooltip for text that is truncated on screen similar to the way the Windows Explorer tree control does? I don't see any method in the ToolTip class that would allow me to position it to line up with the underlying control text rather than showing at ...
|
| ok to use one global dataset? | 27 Oct 2004 01:30 GMT | 1 |
I use a lot of datagrids in my project, and each time I fill a datagrid I'm creating a new dataset, adding a datatable (via remote SQL Server) and then after the datagrid is done with it, I dispose of the dataset. I'm thinking why not just maintain ONE global (public) dataset ...
|
| User Control Question | 27 Oct 2004 01:15 GMT | 3 |
I've created a winform user control that, at some point in the default constructor, looks for a specifc file. When I try to load the user control to my winform's form during design time it gives an error saying that the file doesn't exist.
|
| timer use? | 27 Oct 2004 01:05 GMT | 1 |
i am building a distributed client/server trading support system for use in a hedge fund which trades stocks. ultimately i envision using distribute app technology to communicate realtime prices/volumes and other info from the server (which will interface with a data feed) to ...
|
| Best way to break up large forms... | 27 Oct 2004 01:02 GMT | 1 |
I'm new to forms programming, but am considering using it for the basis of a large GUI development effort. One question that I can't seem to find an answer to anywhere is how do you break up code that's generated by the designer? Our GUI will likely be made up of a lot of
|
| performance hit using byref or byval? | 26 Oct 2004 23:54 GMT | 4 |
New to winforms, I'm trying to break up my code to not have so much in the main form, so I'm moving code outside into reusable code. My concern is that I'm passing huge objects like entire datagrids BYREF to modify and molest in my functions. Are there any performance issues I ...
|