all groups > vb.net controls > july 2004 > threads for july 15 - 21, 2004
Filter by week: 1 2 3 4 5
Check Email
Posted by Ajit at 7/21/2004 2:59:52 PM
Is there anyway i can download/check EMail and/or Emails with attachments
Using VB.Net
The application i am working on need to download attachments and update
database
... more >>
VB.NET Power Pack
Posted by Lou Civitella at 7/20/2004 4:53:10 PM
I just downloaded the VB Power Pack from GotDotNet.com. I am testing the
controls in a brand new project but am not able to run the project after I
insert one of the new controls. This is the message that I get:
An Unhandled exception of type 'System.TypeLoadException' occurred in
VBPowerPack.ex... more >>
TabControl buttons not working during design time...
Posted by Greg at 7/20/2004 11:33:23 AM
There probably isn't a way to fix this, but I figured I would post any way.
I have a tabcontrol in my application. I can click the actual tabs during
design time without any problems, but the < and > buttons stop responding
preventing me from going to tabs that aren't showing. Due to the size, ... more >>
Outlook Like DataGrid
Posted by Norton at 7/19/2004 12:00:49 PM
Hi All
I would like to write a customized datagrid with a function like Outlook's
Group By Column. (eg.
http://www.componentsource.com/AssetLib/original/512926.gif)
I am thinking to create a temp dataset and re-establish the parent-child
relationship and then change the datasource of the ... more >>
How to show a CheckBox in a DataGrid when using SQL Server?
Posted by samike NO[at]SPAM ns2.com at 7/18/2004 11:47:54 PM
How to show a CheckBox in a DataGrid when using SQL Server?
I use SQL server and for boolean values I use a tinyint with possible
values of 0 and 1. 0 being False, and 1 being True. If the value is
1 then I want a checked checkbox to show up in the DataGrid. Likewise
if the value is 0 then ... more >>
radio buttons question
Posted by Sameh Ahmed at 7/18/2004 6:53:41 PM
Hello there
I have 2 radio buttons on the same control.
I need to make a check (using a message box with yesno buttons) before the
checked state is reversed.
I tried a checkchanged event and an if statement with the input of the
msgbox to see if the user has chosen yes so it will do nothing or ... more >>
Border widths and colours
Posted by Vilem Sova at 7/16/2004 10:40:26 AM
I'm an Access programmer in the process of converting an Access application
to VB.Net.
In Access you can set border widths and colours on virtually all controls,
but this doesn't seem to be the case in .Net. All you've got (it seems) is
thin black borders. This is a pretty major restriction on... more >>
Flat Combo Box?
Posted by Vilem Sova at 7/16/2004 10:27:17 AM
I've only recently installed the latest version of .Net, and I thought it
was supposed to give us a flat style combo box.
Have they not provided one, or have I got an install problem?
Thanks,
Vilem
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Formatting a datagrid in a Web form - NOT a Windows form
Posted by Coleen at 7/16/2004 9:28:51 AM
Are there any tutorials or links to help me with formatting my datagrid in
the code-behind using VB.Net for a datagrid in a WEB form? I see them for
Windows forms, but I need to know how to do this using a Web (.aspx) format.
Any help is greatly appreciated. TIA,
Coleen
... more >>
Simple Newbie question- Help Please
Posted by google.4.oracle NO[at]SPAM xoxy.net at 7/16/2004 6:55:13 AM
I am new to VB.net and have a simple question. I have a program with
one main form(Form1.vb) and another module (Main.vb) with a bunch of
subroutines and functions. If I want to update the text in a Textbox
(i.e. ResponseTextBox) how do a do this from outside the Form1.vb
window (i.e. from Main... more >>
ActiveX control wrapper
Posted by fs311 NO[at]SPAM web.de at 7/16/2004 1:09:03 AM
Hi,
as a VB dummy, I would like to create a wrapper for an ActiveX control
that behaves exactly like the control that I am wrapping. You might
ask if that makes any sense at all. Well, it does: I would actually
like to use my original control in Matlab, but Matlab seems not to
support the I... more >>
Non-Rectangular Form Question
Posted by Tiraman at 7/15/2004 9:11:21 PM
Hi,
i have some questions about non-rectangular forms
1) i build a form as a non-rectangular by setting the form background to
some bmp file and the transparenceyKey to the
color which i want to make transparent and every thing ok BUT when i m
replacing the bmp
file i can see the n... more >>
Treeview like "properties windows"
Posted by Agnes at 7/15/2004 10:11:29 AM
I had create a treeview and dock to left hand side, How can I make it like
the properties windows ?
there is a "hide" and "dock"option for the user ???
thanks a lot
From Agnes
... more >>
|