all groups > vb.net controls > july 2004 > threads for july 1 - 7, 2004
Filter by week: 1 2 3 4 5
loading multiple usercontrols at runtime
Posted by microsoft at 7/7/2004 7:37:25 PM
Trying to find documentation for how to load usercontrols at runtime in
vb.net.
We can drag and drop multiple instances at design time, but can't seem how
to load them at run time.
Any help?
Thanks.
... more >>
Freeware/shareware Windows controls
Posted by Richard L Rosenheim at 7/7/2004 3:24:02 PM
I'm experimenting with .Net programming and is wondering what free (or
low-cost) UI controls are available for non-commercial use.
As I'm just playing around with code and concepts at the moment, I'm not
really ready to go out and start purchasing commercial libraries at hundreds
of dollars ea... more >>
Cannot dispose of all controls within a panel
Posted by Dean Slindee at 7/7/2004 12:51:29 PM
Drop a panel onto a form, name it pnlParameter. Into the panel drop two
label controls. Then put the following code into the form's load event.
Launch the form. The second label control added will dispose without a
problem, but the first label control is Nothing and will generate the
message ... more >>
Developer Express
Posted by Viktor Zadro at 7/7/2004 8:05:14 AM
Please, Developer Express XtraEditors Library Version 2.1.2 ???
... more >>
How to make a week view and day view calendar just like month view calendar in .NET ?
Posted by parthivjoshi NO[at]SPAM rediffmail.com at 7/6/2004 2:35:26 AM
Microsoft provides calendar control for month view in .NET. I want to
make
week view and day view on based of that. So how can I make that in
..NET .
If any one have an idea or if some one have the source code for that.
Please pass it on...... more >>
Looping Through All Nodes In A VB.NET Tree View And Highlighting Them.
Posted by michaelthered NO[at]SPAM hotmail.com at 7/5/2004 9:31:10 PM
I am attempting to loop through all the nodes in a tree view and
highlight them as the loop is active. All nodes would include to
children nodes of parent nodes and so on.
I have a function in my application that builds a tree view. It
populates the tree view with parent nodes. The parent n... more >>
Find item in ListBox based on ValueMember
Posted by Steve at 7/5/2004 5:00:05 PM
Hi all
I have a ListBox and I need to find the index of a particular item. I =
know you can find a particular item using: myList.FindString("String To =
Search For"), but the item I'm searching for is in the ValueMember =
property of the ListBox.
I am binding to a DataTable and setting the ... more >>
hide problem on forms in pocket pc application
Posted by Enver A at 7/5/2004 1:20:39 PM
Hey there ppl,
I am using a 4 form based application in pocket Pc and i am having trouble
hiding my forms.let me tell you like this...
Form1 is my main form.... after selecting what to do it launches form2.The
problem is when i click to close the form my form Form1 is shown again . I
tried to... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ListViewItem Context Menu
Posted by T Cordon at 7/4/2004 11:32:33 AM
What happened to HitTest in the listview? How can I determine if a
RightClick occured over a listviewitem o some place else to evaluate if a
popup should show?
Thanks
... more >>
IP Edit box
Posted by OpticTygre at 7/2/2004 7:07:44 PM
Anyone know if microsoft provides a control in .NET to mimic the IP Edit box
that appears in the properties of the Internet Protocol (TCP/IP) under your
Local Area Connection properties? I'd rather not have to build my own if I
don't need to. :o)
Thanks,
-Jason
... more >>
programmatic multisel in listbox
Posted by Marc Miller at 7/2/2004 11:58:40 AM
I am stumped, again. How do you programmatically
select multiple items in a multislect listbox?
I.E., I have a list of fruits, vegetables and wines. I want
to check a box labeled wines and have all the listbox
items that are wines selected.
TIA,
Marc Miller
... more >>
Week View calendar control !!!!
Posted by parthivjoshi NO[at]SPAM rediffmail.com at 7/2/2004 4:12:12 AM
I want to make week view control just at month view control available
in .NET..Can anybody help me how to make it..or do anybody has the
source code..please tell me..I want to learn it..... more >>
Error !Object reference not set to an instance of an object. !!! Help
Posted by parthivjoshi NO[at]SPAM rediffmail.com at 7/2/2004 2:34:58 AM
I am getting this error when I am trying to create a listbox of 7
textbox values on my page..In below code ( dateone to dateseven are
label controls )..I want to collect the values of these label controls
when the page executes..but I am getting above error...
Dim weekdayslist As ListBox
... more >>
Pops up another window when clicking on a graphics
Posted by Hugh at 7/1/2004 8:24:41 AM
My application has a user interface with pictureBox shown
many rectangles. I want a window to pop up when user
clicks certain rectangles (not everyone) to show detailed
information. What is the best way to do this?
Thanks very much in advance.... more >>
|