| Thread | Last Post | Replies |
|
| Right Click Treeview | 17 Jun 2004 02:30 GMT | 4 |
I have a treeview with 3 nodes at root level. After the TreeView loads, the first node has focus. I have a context menu that can be activated from the treeview. If I select say the last node via right click to get the context menu, focus moves to the last node the context menu ...
|
| Application.Idle event does not work | 17 Jun 2004 00:41 GMT | 3 |
My application starts with the login form. After that the main form is loaded on successfull login. I need to show a time out screen if there is no user activity. What happens is that the timeout screen popups regularly after the main form
|
| word documets and .net | 16 Jun 2004 22:46 GMT | 2 |
it is possible to work with (open and sabe) word documents from dot net? If so, how? TIA Almeida
|
| BACKSPACE without using the keyboard | 16 Jun 2004 21:47 GMT | 1 |
(Type your message here) First I write "Petter" to a textBox then I want to delete the last r, but instead of deleting the last "r" I get a square box. How can I delete the last "r" ? I do not use the keyboard.
|
| Setting font to bold or italic based on reg settings | 16 Jun 2004 20:15 GMT | 1 |
Hello and thanks for the help in advance. I am having issues getting this code to run. The code that is not working is in between the *** . The code works for everything else but the bold and italics????? Any suggestions would be helpful. I get this error:Additional information: ...
|
| creating controls from xml file | 16 Jun 2004 20:02 GMT | 3 |
i want to create controls on a form reading from an xml file. before beginning, i want to know your ideas . eg how should the structure of xml be?, or any tips and tricks about creating controls or any example or code about these things.
|
| Tree view Control | 16 Jun 2004 19:53 GMT | 1 |
How do I selectively refresh a Node in Tree view. Treeview is populated from the database, say I'm displaying Manager and Employees associated with Managers. For a Selected manager I might Add/Remove Employee, and I like to refresh just the Manager node. How do I do this? Thanks In ...
|
| SQL 2000 JOB Alerts | 16 Jun 2004 15:39 GMT | 1 |
Hi!. I am developing a windowsn application where i need to give users alerts about their pending jobs once they login into the application. I am trying to create SQL Server jobs to give those alerts( If anyone has any other option kindly post the same). now can anyone tell me how ...
|
| Running an application as MDI ???? | 16 Jun 2004 15:37 GMT | 1 |
I have an application from which all form is inherited from a based windows from template that we have defined for our application. The idea is that every shoudl run inside those application form. For example we are able to call an application like noepad.exe or any other
|
| Problem making panels visible/invisible | 16 Jun 2004 11:54 GMT | 1 |
I have a few PictureBoxes on a Panel. At startup, the panel is invisible. At some stage pictures are loaded into the Pictureboxes, and I then make the Panel visible. The whole panel is not repainted, and no controls (images, or labels) are visible - sometimes I can see my ...
|
| HowTo Get Window Handle or Control object for Edit part of ComboBox | 16 Jun 2004 10:10 GMT | 1 |
I'm trying to get Control object of Edit part of ComboBox. WinSpy shows that edit window is a child of combo, but HasChildren property of combo returns false and components collection is empty. I also tried to get the Control object with FromHandle method(using window
|
| Why ? Forms and objects in it rezise automatically ? | 16 Jun 2004 04:33 GMT | 5 |
I have a weird problem, I have just upgraded from VS2002 to VS2003. I am using VB.Net. Now when I open to edit the form created in VS2002 in VS2003 the form and all the objects inside will shrink verticarly. The width is the same but the height will get smaller and smaller every ...
|
| Windows in Forms. | 15 Jun 2004 22:42 GMT | 4 |
Using the Forms of Visual C++, I have designed the appearance of an application, having menus, buttons, progression, etc. I would like to put on this face
|
| All Forms Generate Errors | 15 Jun 2004 20:41 GMT | 3 |
I can create a windows application in VB.Net or C# and when I run the application I get the following error. An unhandled exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll Additional information: Object reference not set to an instance of an ...
|
| Rebar/Coolbar for .NET | 15 Jun 2004 18:34 GMT | 1 |
Is there a way to use the Rebar common control or the MFC CReBar(Ctrl) in an managed .NET environment using C#? Or is there a Microsoft Rebar ActiveX present on a default system that can by used by COM interop? I have searched such a component using OleView, but I have not found ...
|