| Thread | Last Post | Replies |
|
| WinForms control in Internet Explorer | 23 Feb 2004 21:57 GMT | 11 |
I am building a control which embeds in Internet Explorer and which acquires other resources when loaded. What I need to know is how to request information from IE as the ActiveX host. The information my control needs is the URL being fetched and
|
| Windows Anchoring | 23 Feb 2004 20:41 GMT | 3 |
Okay, the problem I am having is a weird one. I am unable to reproduce it, so all I have is the client's computer it is happening on The computer is using Windows 2000 SP4 using the .NET framework 1.1. I have a form with two panels. The right panel is set to (Top, Bottom, Left, ...
|
| quick data binding question... | 23 Feb 2004 20:26 GMT | 1 |
My edit form has an UltraToolbarsManager control which contains a toolbar with a "Save" button on it. The data object that is bound to the form has an "IsSavable" property that returns a boolean indicating whether or not the object is savable.
|
| Custom Mouse Capture Processing | 23 Feb 2004 20:11 GMT | 3 |
Hiya, It seems to me that when a user depresses the mouse button, the control acts as though it is internally calling the win32 function SetCapture. As can be seen by clicking the mouse inside a client area and
|
| form scaling | 23 Feb 2004 20:01 GMT | 2 |
It seems vs.net does some automatic scaling in the ide. like if i take a project develloped under 96 dpi low res and load it under 120 dpi hi res it does all kinds of automatic resizing. this is undesirable, how do you turn it off? I have a function that scales forms on the fly ...
|
| mousehover | 23 Feb 2004 18:35 GMT | 1 |
Is there any way to specify how much time to pass before the mousehover event occurs? For instance I'd like 1 second to pass before a mousehover event occurs. How would I go about doing this? Lance
|
| last item in combobox | 23 Feb 2004 18:24 GMT | 3 |
How do I check to see if last item in list/combobox has been selected? If I could count items in box it would help! Maybe snippet for both please? Thanks Graeme
|
| Problem detecting deletion in dataset (in datagrid) | 23 Feb 2004 18:07 GMT | 2 |
I have set at dataset as source for my datagrid (winForm). When i want to store my changes in the datasource I call the dataSet.GetChanges() wich should return all rows with changes...It does except for the rows wich i have deleted. They aint represented in the
|
| Difference between .Update and .Refresh | 23 Feb 2004 17:51 GMT | 3 |
I need to get a form and all its controls to be visually redrawn before the next line of code begins execution. Which should I call before that particulare line of code executes, .Update or .Refresh?
|
| TargetInvocationException makes no sense | 23 Feb 2004 17:49 GMT | 5 |
Hi, very puzzling... I have one perfectly working solution, in which I use a a.dll which has a class A. that class loads data from the database and for each row deserialize the cell into class A1. works
|
| Mantain state in forms and avoid kill handlers | 23 Feb 2004 17:21 GMT | 1 |
I have a form with a lot of ComboBox (with a lot of items), and it is used very frequently. So, I want to reduce the latency to show the form. I test to assign the instance of the form after close in a static field, and show it again (with ShowDialog). This approach reduce the time ...
|
| Vbc Compile problem | 23 Feb 2004 16:46 GMT | 3 |
I am using vbc as my compile tool because I have no money to buy VS.net!! : When I complile my program to generate exe fil vbc /t:winexe /out:good.exe good.vb /win32icon:good.icon /r:connection.dll /r:common.dl I discover the generated exe file require the dll file and good.icon ...
|
| Need better idea to display too-long path in textBox? | 23 Feb 2004 16:46 GMT | 8 |
I am GUI neanderthal looking for better ideas for displaying a too-long path in a texBox. Currently I am thinking it is better to right-justify, or somehow scroll-right to display the file name to the user when the path is
|
| Change the name of the executable | 23 Feb 2004 16:34 GMT | 3 |
Does anybody know how to change the name of the executable that a Windows Service project generates? I think it will be the same as with a Windows Application. Thanks, Marco Liedekerken
|
| formating numbers in databound textbox | 23 Feb 2004 16:16 GMT | 1 |
I have the following: collection of 'Cost' objects a text box is bound to cost.maximumSalary - which is of type single. When the text box displays the value of '20000000', it shows '2E+07'. Is
|