all groups > vb.net controls > july 2004 > threads for july 22 - 28, 2004
Filter by week: 1 2 3 4 5
Tab Control And Web Browser control [Question]
Posted by Tiraman at 7/28/2004 8:24:08 PM
Hi,
lets say that i have the tab control with 3 pages and i would like that each
page will have the web browser control.
should i add web browser on each of the tabs or one webbrowser for all of
the tabs ?
what is the best way from the performance point of view ?
Best Regards ,
Tira... more >>
Custom TextBox
Posted by Thara DK at 7/28/2004 11:07:39 AM
I'm a Baby to vb.net and i want to use my own customized textbox to use in
all my forms.
ie.. a text box with font "verdena" and backcolor=red"
How can i buid a common one for my project and use it for all the forms ?
... more >>
Formatting an ASP datagrid using VB.Net code-behind
Posted by Coleen at 7/27/2004 1:26:24 PM
Hi all :-)
I'm back to trying to format my ASP. Net datagrids...I can format the =
totals row easily enough by doing a count -1 in the VB code behind. =
What I need to do is for each row, I need to set the alignment of each =
cell to either left or right. In my for loop I have code to add th... more >>
are "standard" bitmaps available?
Posted by Daniel Billingsley at 7/27/2004 1:06:17 PM
Does Microsoft make some of their "standard" button graphics available -
like the ones used in Office, for example?
I looked but couldn't find them anywhere.
... more >>
Floating Toolbar
Posted by Simon McCabe at 7/26/2004 5:05:15 PM
Hi All,
Has anyone come across a floating toolbar for .NET that does not come from a
third party vendor?
I have searched the net, but have come across nothing useable!
Regards,
Simon McCabe.
... more >>
ActiveX components missing?
Posted by Marcel Kollenaar at 7/26/2004 1:59:46 PM
Hi,
It seems that I miss a lot of ActiveX components such as mscomm32.ocx. I saw
there was some plain code code written to do serial IO in Visual Basic .NET
on the Microsoft website. I've seen this kind of code in C on their site but
then with a year 1995. I'm I crazy?
New language, new fra... more >>
disabling mousewheel on conbobox
Posted by Roger Uribe at 7/23/2004 10:03:04 PM
There are references to using the wndproc form sub to trap and swallow the
mousewheeel events - but they don't get there when a combobox (or many other
controls) has the focus.. Yet the MSDN does suggest this is a way to stop
the mousewheel scrolling a combobox
anyone know the REAL answer???
... more >>
Newbie - Can't Kill Program
Posted by google.4.oracle NO[at]SPAM xoxy.net at 7/23/2004 11:29:16 AM
I wrote a simple VB program that runs.
When I click on the close button in the upper right hand corner
of the main windows, the program closes. Or at least it appears to.
The form closes on the the screen.
If I look in the Task List manager, I can still see my app TTEST.EXE
running.
If I start... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
extracting a winzip file in code
Posted by Andrew Baker at 7/22/2004 11:01:43 PM
I have tried the Component One zip functionality, but it does not seem to
extract files from either Winzip of XP's compressed folders.
Has anyone used an unzip control that will extract these formats?
TIA
Andrew.
... more >>
AddHandler and dynamic context menus
Posted by Dave Taylor at 7/22/2004 9:37:11 AM
I have a TreeView that I wish to build dynamic context menus for. So I have
a function which examines the SelectedNode and builds the appropriate menus
in the AfterSelect event of the TreeView. I direct the Click event of each
MenuItem to one of two routines using the AddHandler mi.Click, Addre... more >>
Datagrid update
Posted by Bob at 7/22/2004 9:12:54 AM
Hi,
What is the best way to detect when a new entry has been added to a
datagrid, or an existing entry has been changed before the database is
updated? I need to set the value of a stored procedure parameter before the
insert/update is called.... have tried using the grids currentcellchanged
... more >>
|