| Thread | Last Post | Replies |
|
| trackbar with transparent background | 12 Dec 2005 18:08 GMT | 5 |
Does anyone have a workaround on how to make a trackbar have a transparent background? I remember seeing one once but I cant find it any more Thanks Andrew
|
| Convetr from utf | 12 Dec 2005 18:03 GMT | 6 |
Hi I am trouble with converting from one encoding to second . How I convert string in utf to 1250 ? I have string in the utf and the database want 1250 . If I insert the string to database the string is bad ...
|
| How to make progress bar go back and forth? | 12 Dec 2005 17:26 GMT | 2 |
I have a situation where I dont know when a call ends. I would like to display a progressbar where the green indicator goes back and forth as used in many applications. I cant find any information explaining how to do this. I use .Net 1.1
|
| Child Form size | 12 Dec 2005 14:52 GMT | 1 |
I have a parent form , a child form which is always displayed as a background in a maximised state and other child forms. I have set the size and windowstate to normal for all the child forms.I use the following method to invoke these forms
|
| How to use SendMessage to NotifyIcon?? | 12 Dec 2005 09:36 GMT | 1 |
as title. many thanks. Elvis
|
| IE explorer bar? | 11 Dec 2005 23:55 GMT | 2 |
Doe anyone knows where to start with development of explorer bar plug-in for IE? The one like kikoz bar (www.kikoz.com) or netfav bar (www.netfav.com). Any articles or links? Thanks!!
|
| How to show fields from related tables in same datagrid | 11 Dec 2005 19:28 GMT | 2 |
I run VS .Net 2003. I have a distributed application with sql server 2000 and windows front end, written in c#. I have a number of tables in a dataset with relations between them. In one single read-only datagrid I would like to display child rows from a child
|
| Making UltraTreeNode in-place editable after adding it to the tree at run time | 11 Dec 2005 16:37 GMT | 1 |
I am an UltraTreeNode to Ultra at runtime. I want the control to be in-place editable after adding it so that user can change the name. The behaviour I am expecting is something like creating a new folder in windows. When a new folder is created, the name is in-place editable.
|
| Low level programing issue | 11 Dec 2005 10:27 GMT | 2 |
I have to make a windows based program that can interect with a networking device its a home made device. I m going to develop this application in .Net . kindly guid me from where i can strat it. the device is accessable form dos i m basically wants to make a GUI of it
|
| Mdi child problem | 10 Dec 2005 21:59 GMT | 1 |
I am working with VS2003 C# I am trying to open mdi child form over mdi parent, but when i open the child he open larger then his real size. what can i do to open it in his real size and in his real position
|
| Listen event on the different thread and update data on the UI thread | 10 Dec 2005 21:01 GMT | 1 |
Sorry for the long class. This time I am sending you much cleaner code. Could you please respond me back, about "how to apply the threading", taking the example of following scenario . namespace ThreadingTest
|
| Setting BackColor of sub items in a list view. | 10 Dec 2005 11:26 GMT | 1 |
I have a listview in the Details mode. I want to set the back color of sub items. Is this possible and how? Sinex
|
| Panels design | 10 Dec 2005 00:44 GMT | 2 |
I have following situation: On the righthand side of the form i have navbar and panel to the right. Content of the panel is supposed to be different according to what user chooses in the navbar.
|
| Where is 'TooltiipText'? | 09 Dec 2005 22:04 GMT | 2 |
in VB6 - if I had a textbox that included text which was longer than the actual box - I could easily, as the box was populated, add something like: txtOne.ToolTipText=(same as text) However, I can't find anything in Intellisense that is or resembles
|
| Databinding against a BLOB column | 09 Dec 2005 19:39 GMT | 1 |
I have a database table with a BLOB column where I want to store RTF data. I have a typed dataset for my table. I have a Windows Form with a RTF Editor Control which I want to databind against my typed dataset via a Binding source.
|