Click here to Skip to main content
16,005,141 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Visual studio UI Pin
Dave Kreskowiak29-Nov-03 5:56
mveDave Kreskowiak29-Nov-03 5:56 
GeneralNew To VB.Net Pin
NyteRukh23-Nov-03 0:30
NyteRukh23-Nov-03 0:30 
GeneralRe: New To VB.Net Pin
Ian Darling23-Nov-03 0:57
Ian Darling23-Nov-03 0:57 
GeneralRe: New To VB.Net Pin
Mike Ellison23-Nov-03 6:31
Mike Ellison23-Nov-03 6:31 
GeneralPID to port mapping Pin
morsnowski22-Nov-03 10:55
morsnowski22-Nov-03 10:55 
Generalupgrade from vb picturebox to vb.net picturebox Pin
khangwoi22-Nov-03 9:28
khangwoi22-Nov-03 9:28 
Generalerrors on calling excel.sheets methods Pin
pnpfriend22-Nov-03 9:05
pnpfriend22-Nov-03 9:05 
GeneralInheriting/Expanding the DataGrid Pin
Gibble21-Nov-03 9:47
Gibble21-Nov-03 9:47 
I'm trying to expand the datagrid's functionality to meet my needs. But I'm also fairly new to .NET (I've done alot of ASP/VB/Perl/PHP/PB, etc programming, just not .NET)

Anyhow, what I'd like to be able to do is make my own control, using the datagrid as the foundation. Incorporating different column controls (namely drop downs), and some other standard features like sorting/filtering, etc.

My biggest concern, beyond how to use a combo box for a field, is how I can bind that combo box, to the proper lookup table for the id that should be stored in that field.

Meaning.

I fill my data grid with data from a query something like:

"SELECT FirstName, LastName, CityID FROM People"

How I can make the 3rd column a drop down combo box, bind it's source to be "SELECT CityId, Name FROM Cities" and have it show just the Cities.Name, but when I save the modifications to the grid, it stores the Cities.CityID in the People table.

Does that make sense?

While alot of that 'could' be done in code I'd like to have some form of design time editor for this extended datagrid control. A way to give the developer a simpler interface to allow all of this.

I'm sure it's possible, but I don't have a clue where to begin.

Thanks for the help,
--Gibbs
GeneralObject Libraries in Outlook Pin
dhynamite21-Nov-03 4:50
dhynamite21-Nov-03 4:50 
GeneralRe: Object Libraries in Outlook Pin
Cliff Wellman21-Nov-03 7:56
Cliff Wellman21-Nov-03 7:56 
GeneralRe: Object Libraries in Outlook Pin
dhynamite22-Nov-03 1:34
dhynamite22-Nov-03 1:34 
GeneralRe: Object Libraries in Outlook Pin
Cliff Wellman22-Nov-03 18:40
Cliff Wellman22-Nov-03 18:40 
GeneralSending attachments using MAPI and outlook security alert message. Pin
alexander13221-Nov-03 4:33
alexander13221-Nov-03 4:33 
GeneralRe: Sending attachments using MAPI and outlook security alert message. Pin
Dave Kreskowiak21-Nov-03 7:45
mveDave Kreskowiak21-Nov-03 7:45 
GeneralCalling a Dialup connection Pin
FerryEngels21-Nov-03 4:27
FerryEngels21-Nov-03 4:27 
GeneralRe: Calling a Dialup connection Pin
Sisira Pushpakumara27-Nov-03 17:49
sussSisira Pushpakumara27-Nov-03 17:49 
QuestionHow to get URL in an ActiveX Pin
peteralarsen20-Nov-03 23:02
peteralarsen20-Nov-03 23:02 
GeneralConnect to a remote datbase Pin
pradipta20-Nov-03 21:34
pradipta20-Nov-03 21:34 
GeneralProblem while sending mail from Windows service using MSMAPI Pin
alexander13219-Nov-03 20:23
alexander13219-Nov-03 20:23 
GeneralRe: Problem while sending mail from Windows service using MSMAPI Pin
Dave Kreskowiak20-Nov-03 9:56
mveDave Kreskowiak20-Nov-03 9:56 
GeneralRe: Problem while sending mail from Windows service using MSMAPI Pin
alexander13221-Nov-03 3:28
alexander13221-Nov-03 3:28 
QuestionHow to do this C# unsafe pointer passing in VB.NET Pin
the_warlord19-Nov-03 15:32
the_warlord19-Nov-03 15:32 
AnswerRe: How to do this C# unsafe pointer passing in VB.NET Pin
Dave Kreskowiak20-Nov-03 9:58
mveDave Kreskowiak20-Nov-03 9:58 
AnswerRe: How to do this C# unsafe pointer passing in VB.NET Pin
Dave Kreskowiak21-Nov-03 4:02
mveDave Kreskowiak21-Nov-03 4:02 
GeneralRe: How to do this C# unsafe pointer passing in VB.NET Pin
the_warlord21-Nov-03 12:24
the_warlord21-Nov-03 12:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.