Answer Questions
aoky Windows Forms autotab
In Windows Forms is there an autotab capability It existed in MFC where when typing into an Edit control (textBox), once the max number of characters for the control was exceeded, the focus went to the next control and the characters were&nb ...Show All
soni_ravi362000 Navigate to another Form
Okay, i'm guessing this can be done really easily but I'm having problems trying to figure it out. I am building a VB app and I want to navigate from one form to another. I know in VB6 this was easy you just write myform.show() a ...Show All
Deuce Loosely codedom - execute functions
Hello everyone I have a questions regarding codedom please help. I'm writing an application that does runtime translation (simular to FoxPro's macro expansion). For this project I'm researching using codedom. I need to create functions at runtime, add objects suc ...Show All
merrylep application.run
I can't understand what does Application.Run method really do. It load a form, but how can I reference to this form after that If I create a new instance of the form in main sub and then I pass it to Application.Run, I have the&n ...Show All
zzc Turning a certain point on form a specified color in MSVC++.NET
Hi, I need to know how I can set a certain point of my form a color of my choosing. (Color found in System::Drawing::Brushes) Thanks, The Digital Pioneer Ok, thanks. Most of that is Greek to me, but if I sit and meditate on it long enough, I'm sure I'll get it. I am very new to C++. What I was really hoping for was code that would create a small black dot on the form (at mouses location) whenever a ...Show All
Larry Buerk Can't choose label size
Can't choose label size On some forms I was able to draw the size of a label as I wanted. For example, typically in autoincrementing ID fields I'd draw it to the size of textboxes. On the Authors form the IDLabel's size is 121, 23 Lately, however the width of a label is sufficient to show the text, and the height is 13. Is there any way I can draw the labels to the size I choose dennist By default a ...Show All
Pseudocode Datagridview Printing
I would like to know how to print the contents of a DatagridView control in vb.net 2005(Windows forms).I would like to use printpreview,printdialogbox controls also. Is there any article or source available anywhere. Kindly help me . I would be also very interested by an answer to this question. Thanks in advance, Joannes Have you checked out this post: http ...Show All
Ben Walton Enable first item in ListBox
Dear all, I can’t find any properties to enable first item in ListBox. Anybody have found down this property please tell me. Thanks for your help. Khiem Vo. Thanks rgerbig , sorry i make a mistake. I would like to disable any items in CheckListBox. U can take a look gird in Windows Media Player when they right click on header column and choose "More...", they show f ...Show All
John P Murphy Image Button with Text
How to add a text with the Image button I am adding a Image button in a panel bar at run time. We can give Tooltip for that image. But I want to give some text for Image button. Whether its possible i.e. Image with Som ...Show All
TZetlan How can I capture cursor(C#)
I can capture the screen using C#,but don't include the cursor. How can I capture the screen with cursor thanks. It is possible to capture the screen in C#, but not using what the framework provides. It can be done using pinvoke ...Show All
Chinni WebBrowser: need some Actions or methods
What action happends, when the page in WebBrowser finishes to load succesfully And what action happends when the load of the page is interrupted by error ...Show All
Doug Huff Creating a DataGrid where one record is painted on multiple raows
here is the problem let say that I 've the following DataGrid.... _______ --------------------------------------------- Header _ ||col_01 || col_02 || col_03 || col_04 || _______ --------------------------------------------- Row 0__ || __a__ || __b__ || __c__ || __d__ | ...Show All
radupm Databinding problem when tabbing through form
Are you kidding I hope this is just a case of me not doing something I am supposed to be doing. Here is the situation: I have a databound form. When I click on each individual field and either set the value (combobox, checkbox, etc) or type the text, and then save to the database, everything is fine. However if I tab to each field and never click the mouse (ie set the combos with the arrow keys) the updates are never flushed to the dataset and ...Show All
Michel Jongbloed Reposition mdi child form
I'm trying to figure out how I can reposition a MDI Child form when the MDI container form has been resized. Private Sub MDIContainerForm_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize For Each ChildForm As OperatorBaseChildForm In Me.MdiChildren If ChildForm Is Me.ActiveMdiChild Then &nbs ...Show All
D06147 Flicker in AVIs with MCI control in Visual Basic 6
Hello fellow programmer, I try to play AVI files - an avatar explaining different things - in Visual Basic 6 with the Multimedia MCI Control (http://msdn.microsoft.com/library/default.asp url=/library/en-us/mmedia98/html/vbobjmci.asp). Depending on the user's reaction, a different AVI file is ...Show All
