all groups > dotnet windows forms > august 2003 > threads for monday august 11
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
MDI + KEY DOWN EVEN problem
Posted by Govind at 8/11/2003 5:22:51 PM
Hi,
I am working with MDI form in .NET, In a child form i am unable to move the
cursor to previous control using the Shift + Tab combination in Keycode
Event procedure. Even i set the tabStop property to false for all controls.
It is working fine when it shows as a normal form (Non MDI).... more >>
Disabling ComboBox's DropDown Popup
Posted by Brian Takita at 8/11/2003 4:53:54 PM
Hello,
Is it possible to disable the ComboBox DropDown ListBox control from the
OnDropDown override method?
I'm trying to use a ListView to popup, instead of a ListBox.
So far, I've been able to "disable" the dropdown by changing the focus
to the Listview
protected override void OnDr... more >>
About MDI App
Posted by George Varelas at 8/11/2003 12:20:26 PM
Could someone tell me how can I set a property on a control which locates in
the parent form from within a child form. The application MDI application.
In particular I want to set the "text" of the status bar of the main (parent
form) to something when the child form works and reset when the wo... more >>
Please help!
Posted by A newbie in trouble at 8/11/2003 11:39:46 AM
Hi,
I'm having some strange problem in a windows application
in vb.net. On my form I have two ListBox, and when I try
to add or remove items from the: myListBox.Items, I have
the following error message:
"The list that this enumerator is bound to has been
modified. An enumerator can on... more >>
Searching Files
Posted by Govind at 8/11/2003 10:28:20 AM
Dear All,
I want to search some specific content from html files. I am doing with File
system object , Using For loop i read all files and using readToEnd, i did
the Instr method to search the String. But the problem is taking much time
to search 1000 files , around 3 to 5 mins. If any easiest... more >>
Passing value from child form to Parent form
Posted by Troy at 8/11/2003 9:35:13 AM
I am trying to pass a value selected from a child form to
the parent form which in turn will update an access
record. How do I pass this value? Thank you for all your
assistance.
Troy... more >>
W2K SP4 breaks no-touch deployment
Posted by Sean Kessinger at 8/11/2003 9:20:48 AM
Thanks, John. Here is the article:
http://support.microsoft.com/default.aspx?scid=kb;[LN];821546
I tried the suggestions from this article but still the same problem.
No-touch deployment works on Win2K SP3 but keep getting page not found if
the web server has Win2K Pro SP4.
Sean K.
"J... more >>
MDI applications and owner draw menu items
Posted by Roger Norris at 8/11/2003 8:47:07 AM
I've run into a problem with MDI apps and owner-drawn menu
items. After creating two MDI child windows and then
closing them, all of the menus disappeared! Upon further
investigation, it appears that the custom menu drawing
functions aren't even getting called any more - so it's not
a problem... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Strategy for detecting memory leaks in VB, ADO,net apps
Posted by JerryK at 8/11/2003 7:58:08 AM
Hi,
We have a complex application that is experiencing a "memory leak". This is
not a traditional memory, since the application gives all the memory back at
terminate. Rather what we see i that the application continues to grow at
about 2 mbytes each time the same MDI form is open and closed... more >>
Datagrid
Posted by avi at 8/11/2003 6:28:52 AM
I have a datagrid which is binded to an ArrayList.
The user can add or delete entries to / from the
ArralyList object, afterwards the change needs to be
reflected in the datagrid.
I used the datagrid method SetDataBinding() after each add
or delete requests as follows:
first using null:
d... more >>
Some way to capture a screen?
Posted by Mark at 8/11/2003 2:47:45 AM
Is there some way to capture a screen in VB.Net?
I want to be able to capture the screen and write it to a record in a .mdb
(i.e. Access database) file when an error occurs but I have no idea how
exactly to do that. Alternatively writing it to a file in a directory would
be OK as well.
Any ... more >>
Excel Formulas
Posted by angelo (ac) at 8/11/2003 12:45:20 AM
How to use exel formulas (statistic) in a vb.net poject?
Thanks in advange
Angel (AC)
... more >>
|