all groups > dotnet windows forms > february 2004 > threads for wednesday february 18
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
Where is the MSFlexGrid Control
Posted by Almish at 2/18/2004 11:06:05 PM
Hie
I seem not to find a new control in Visual Basic .Net that does or performs as what the MSFlexGrid Control does in VB6 (eg merging cells). If anyone has an idea of what control to use, please help!!!.... more >>
Custom MessageBox
Posted by Mystique at 2/18/2004 11:04:13 PM
Is there any way to use the MessageBoxIcons for a custom MessageBox instead
of importing icons/bitmaps to the project?
... more >>
Picture Box Problem
Posted by FatboyCanteen at 2/18/2004 9:46:06 PM
How to adjust the location of the image in the picturebo
I want to set it at right hand corner.
Thank You... more >>
c# Application development
Posted by Navis at 2/18/2004 9:06:09 PM
Developing applications using Microsoft Technologies and atpresent especially on C#.... more >>
PostMessage problem
Posted by james_morris1232000 NO[at]SPAM yahoo.com.au at 2/18/2004 7:54:49 PM
I have a form, and that form needs to process incommimg messages.For
that I have created a message handler. The reason for creating a
seperate message handler is, to not interrupt the forms activities.
The messages would be put in a que and we need to get them from the
que. If we were not in a f... more >>
windows application http client
Posted by z. f. at 2/18/2004 5:43:27 PM
what are the http client classes i can use in a windows application?
... more >>
Treeview problem
Posted by Jan Pavel at 2/18/2004 4:02:32 PM
Hi,
I have a form with treeview and some other controls. I want to change focus
to some other control after user selects a node in treeview. I've handled
AfterSelect event to change focus to another control.
In case that user scrolls within a treeview using a keyboard, focus is
changed after ... more >>
Label.Text
Posted by Mike L at 2/18/2004 1:32:40 PM
Hello all,
My progam have a lable control, the label text changes dynamically when the
program is running. For some reason, the lable text did not show the text
change at all. I added a sub like
sub L1_Textchanged(...) handles L1.TextChanged
refresh()
end sub
still not working. Any idea... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Toolbar button groups
Posted by Joe Thompson at 2/18/2004 9:26:07 AM
Hi
I want to have a group of three buttons on my toolbar such that one and only one can be pushed in at a time. In other words, when you push one, the other two are up. When you push one of the two up ones, the one that was pushed comes up. I don't know the name of this behaviour or if it is do... more >>
Dynamic Reference
Posted by Derek Hart at 2/18/2004 8:34:22 AM
I have a commercial product that I built using VB.NET windows forms.
Different clients have different references that need to be set to other
products. Some of the references are local references, and some are web
references. How can I make these references dynamically load at runtime?
How cou... more >>
MetaData - Beta Version
Posted by Javier Luna (PERU) at 2/18/2004 7:46:06 AM
Hola
Les envio una applicacion hecha en ASP.NET, que he
implementado.
http://www.msnusers.com/GuyDotNetXmlWebServices/Documents/
etaData%2FCodeName.Mordor.zi
La que permite construir formularios web y grilla de datos
sin necesidad de programarlos, sino simplemente
configurandolos a traves ... more >>
StringDictionaryEditor & PropertyGrid
Posted by Sebastien Lange at 2/18/2004 7:20:58 AM
Hi,
I'd like to display a StringDictionaryEditor in the PropertyGrid, but I
can't get it out! See hereafter the code I'm using. Is it possible? How
should I do?
Sebastien
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Editor("System.Diagnostics.Design.Strin... more >>
Get component (System.Type) from screen coordinates...?
Posted by Yasutaka Ito at 2/18/2004 12:12:24 AM
Hi,
Is there something like "GetTypeFromPoint" (hypothetical) in .NET Framework?
What I want to do is to get the type (System.Type) of a component on another
application's windows, from the mouse coordinates. Want to do something like
Spy++ for .NET applications... :)
Look forward to hearin... more >>
Wait Form
Posted by Mystique at 2/18/2004 12:05:36 AM
How to create a wait pop-up form that will just show a ProgressBar while the
main application is doing something in the background?
... more >>
|