| Thread | Last Post | Replies |
|
| DisplayMember of ComboBox | 12 Apr 2005 09:00 GMT | 2 |
If I set up a combo box at design time it works just fine. Now if I place the following 3 lines in the form load procedure (I know they are correct because they were copied from InitializeComponent) The first line is obeyed, but the second line is ignored. I know this
|
| Creating my own intellisense, code completion functionality | 12 Apr 2005 08:23 GMT | 1 |
Our company as written an application where users can write c# 'scripts' for some very specific scripting needs. It is our intent to distribute this to analysts so they can write scripts. The application works very well, but we want to employ some sort of intellisense or code ...
|
| Inherited controls in worng location | 12 Apr 2005 07:39 GMT | 7 |
Please can you explain the following... I create a new form and add to it the following objects: a MainMenu, A MenuItem, a PictureBox and a Button. I change the button properties so that it is anchored BottomRight.
|
| looking for an unhandled exception reporting component/service | 12 Apr 2005 03:10 GMT | 1 |
I'm looking for a component/service that will log unhandled exceptions to a Web service. While there are numerous frameworks and examples that can log exceptions to a log file, the event log, or send an e-mail, these approaches don't work for my application which is intended to ...
|
| Linklabel - maximum links | 12 Apr 2005 01:23 GMT | 3 |
Is there a limit to themaximum number of links you can add to a linklabel control? It appears that 32 is the limit, but the error is rather strange. Its an overflow error that occurs in the main function of th edialog! It is real easy to reproduce! Create a window with a ...
|
| Advanceing the cursor to another control | 11 Apr 2005 22:36 GMT | 1 |
I have 3 textboxes on a form and I want to advance to the next textbox after entering some info and pressing enter. My cursor doesn't move when I press enter. How do I make it advance? I am using and learning vb.net 2003.
|
| Form Navigation | 11 Apr 2005 21:41 GMT | 1 |
New to programming in VB.NET, is there a way to navigate to different forms. I can open a new form but I am having trouble closing the old one. Tom
|
| Datagrid Help | 11 Apr 2005 21:14 GMT | 1 |
I have a windows form using vb.net that has 5 text boxes, 1 button and a datagrid. txtProdID txtDesc
|
| "to determine which modifier key was pressed" question | 11 Apr 2005 20:09 GMT | 3 |
In the .NET 2003 docs, it says to use the following code for an event handler to determine which modifier key was pressed when an event is fired: Private Sub Button1_KeyPress(ByVal sender As Object, ByVal e As _ System.Windows.Forms.KeyPressEventArgs) Handles Button1.KeyPress
|
| Combo Box Problem | 11 Apr 2005 20:02 GMT | 5 |
I have a combo box and populate it for my form. If you use the arrow key on the keyboard to go through the list, it works fine. If you use the mouse and click on the \/ button to show the whole list, nothing shows up.
|
| Application Icon | 11 Apr 2005 20:00 GMT | 5 |
What format should an application icon have? A 16x16 bit seem to work as an icon for a shortcut only. What format should an icon have that is displayed when the program is running? How do I specify which icon to use when running?
|
| TreeNode with own icon | 11 Apr 2005 19:08 GMT | 3 |
Hi NG i need a TreeView consisting of TreeNodes where each TreeNode has its own icon (some nodes can have the same icon). This one icon should be shown regardless if the node is active or not. How can i implement that? I am using C# Thanks for any help Stefan
|
| How to set a timer in an application so that a function will be called every 5 or 10 min? | 11 Apr 2005 18:49 GMT | 1 |
I am writing an application which automatically perform some function for every 5 or 10 min....I would like to ask how to automate it? Thanks!
|
| Datagrid new row | 11 Apr 2005 18:03 GMT | 2 |
I have a datagrid that is populated by a strongly typed dataset where ID must be supplied... when I'm adding a new row in code this isn't a problem because I can set the ID to whatever I like. However I do not show the ID in the datagrid so if I type something in the new row of ...
|
| Logic Question about Public Method I created. | 11 Apr 2005 17:56 GMT | 1 |
I have the following situation. I am creating my own user control. This asp.net user control will have a method called "Read". When this method is being called from the page. It will read line by line threw a
|