Answer Questions
Aaron Cheng regarding adding controls to panels
when i dragged the splitter control on to the windows form, it created two panels for me now what i want is The left panel which has less width has tree view control and the right panel contains some other controls when i click on one of the nodes of tree view, the contents on the (right panel)other side of the splitter should change. eg, when i click on show grid node, the other panel should display a grid and when i click on rep ...Show All
cjb- Autoscroll and the paint event
I have a panel that uses autoscroll and I am using SetDIBitsToDevice to render to it. When a new section of the panel is exposed by scrolling and I get a HDC from the graphics object of the paint event arguments, is this the HDC ...Show All
Christopherhk Spurious New Line Characters
Hi All, I have an app that creates word documents. When I put a vbrclf in my string in VB.NET I end up in Word with a small box and a new line. How do I create new lines without the small box Danny Not sure, but try the System. Environment.NewLine property Thanks for the idea but it didnt work. Maybe it's not a new line problem. Here is a screen shot of the symptom: http://www.dreamfree.co.uk/df/newline.html Hopefully someone wil ...Show All
slamzeedoor Disable window
i have a window where there is an option button. when i click on the option button it opens the options form. What i would like to happen is to make the main form dissable until the person closes the options window. Possibly even not& ...Show All
Joel Holder MaskedTextBox allow "Null" Values - inconsistent bahaviour
I want the user to be able to clear or remove the masked value without an error... What can I do starting with no value i can click into the maskedtexbox and then leave this control without problems but: if i just type just one "allowed" key and "remove/delete" it then afterwards i can't leave the control anymore... Any suggestions Peter What validation event are you handlin ...Show All
domls managing large amount of controls...
Hi, My app has a very large amount of controls, is there a better way to manage those controls, to get better results on performance, flexibility, etc I am thinking of using xml to describe those controls and load these xml files on runtime, gi ...Show All
Bs61014 Yes IntelliSense drop down menu
What i did is a CLASS file with all my functions and methods in to it, but i was looking a way to add comments or a brief descriptions just like VB.NET do when you create a instance to a object and using is method or propert ...Show All
donjohansen save Object's Property at design time
I have a collection object and use Object Collection Editor to add new object and edit property value. but How to save these new values Thanks Not sure if this is the right way to solve this problem, but I think it mig ...Show All
TIrthma Draw translucent rectangle over top of child controls
Hi, I'm drawing a translucent rectangle in the paint event handler for my form, but I want it to draw over the top of any and all child controls on the form. Currently, the rectangle is rendered 'underneath' the child controls instead. I tried ...Show All
B. Gargle retaining focus
My form must load and the first field must be focused upon. I can do this just fine. However, I'm working on a project where the user has a bar-code reader sleeve on his iPaq. This simply acts like a SIP and saves him time  ...Show All
Shalabh337 DataSet, DataGridView and related tables
Hello, I have a little question about related tables and values inside a dataset and show them in a datagridview. Imagine I have two simple database tables related each other, maybe the tables' structure could be like that: CREATE TABLE table1 ( t1id INTEGER PRIMARY KEY, t1name TEXT); CREATE TABLE table2 (t2id INTEGER PRIMARY KEY, t2name TEXT, t1id INTEGER REFERENCES table1(t1id)); INSERT INTO table1 (1, 'value 1'); INSERT INTO table1 (2, 'va ...Show All
pugsly75 Printer Margins Changes When Locale Changes
The MSDN documention says PageSetupDialog.PageSettings.Margins are in hundredths of an inch. My CurrentUI is en-US. I set Top=70 (0.7"). When my application is run in a PC with CurrentUICulture set to some metric locale, eg German-Germany, the PageSetupDialog pops up with a Top of 7 (mm). It seems that a Margins value of x inches will be converted to x *10 mm. Why isn't it converted to x *25.4 How do I make sure th ...Show All
Dave Heinemann Treeview contextmenustrip and shortcut keys don't work?
I have a treeview with contextmenustrips set to many of the nodes. The menus work fine, but when I set a shortcut key to the menu, it does not work. Other contextmenustrips with shortcuts on different controls (not treeview nodes) work fine. Am I missing something I am running VS2005 RC Jason. ...Show All
Oliviertje New probelms occured when select multiple rows in datagridview by using datagridviewCheckBox?
Basically I want to select rows in datagridview by checking checkbox column. Strange thing happened is that when i check the checkbox in multiple rows, the SelectedRow.Count shows one, not the number as i expected. Seems like when new row is selected, it automatically removes other rows from the selection. I already set MultiSelect proprety as ture. the following is the code I am using: // Check selected cell is CheckBox and not head ...Show All
abid1pak ERROR INSTALLING TERRARIUM CLIENT...
Hi All! I'm Italian. When I try to inall terrarium (i tried 5 times) i meet an error. code of error is 2350. before this error, that appear whe i click on "Continue" button after clicked 5 times on "try again" , the real message ...Show All
