Click here to Skip to main content
16,013,648 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWeird TabControl binding error Pin
Mycroft Holmes16-Sep-08 16:37
professionalMycroft Holmes16-Sep-08 16:37 
QuestionPinvoke DLL Pin
SUperbom16-Sep-08 10:21
SUperbom16-Sep-08 10:21 
AnswerRe: Pinvoke DLL Pin
Ajay.k_Singh16-Sep-08 23:03
Ajay.k_Singh16-Sep-08 23:03 
AnswerRe: Pinvoke DLL Pin
Gideon Engelberth18-Sep-08 5:46
Gideon Engelberth18-Sep-08 5:46 
QuestionAdding Event Handlers At Runtime? Pin
Saul Johnson16-Sep-08 10:12
Saul Johnson16-Sep-08 10:12 
AnswerRe: Adding Event Handlers At Runtime? Pin
Dave Kreskowiak16-Sep-08 11:39
mveDave Kreskowiak16-Sep-08 11:39 
GeneralRe: Adding Event Handlers At Runtime? Pin
Saul Johnson16-Sep-08 20:18
Saul Johnson16-Sep-08 20:18 
QuestionWindows form grid that displays data vertically Pin
Kschuler16-Sep-08 9:35
Kschuler16-Sep-08 9:35 
I want a grid control for a Windows Forms Project that will take a DataTable and display it vertically. For example it would take a DataTable like this:

Name Amount Due
Bob 55.65
Sue 20.33
Fred 15.18

And then display it like this:

Name Bob Sue Fred
Amount Due 55.65 20.33 15.18

I know I can get basically the same result by just flipping rows/columns in the DataTable, but I'm guessing that with very large DataTables this would not be very efficient. And I may need to use very large DataTables.

So, does anyone know of a good article of how to get started creating a control that would do this or something similar, or of a control out there that already does this? I've found some info on web versions of a grid that does this, but I've had a hard time finding anything that is specifically for a Windows Forms project. Any help would be appreciated.
QuestionCalling a Stored Procedure with Parameter as a FilePath in VB6 Pin
phn11016-Sep-08 9:27
phn11016-Sep-08 9:27 
AnswerRe: Calling a Stored Procedure with Parameter as a FilePath in VB6 Pin
Dave Kreskowiak16-Sep-08 10:09
mveDave Kreskowiak16-Sep-08 10:09 
GeneralRe: Calling a Stored Procedure with Parameter as a FilePath in VB6 Pin
phn11016-Sep-08 10:23
phn11016-Sep-08 10:23 
GeneralRe: Calling a Stored Procedure with Parameter as a FilePath in VB6 Pin
Dave Kreskowiak16-Sep-08 11:37
mveDave Kreskowiak16-Sep-08 11:37 
QuestionVisual Source safe Pin
raghav_bhat16-Sep-08 6:30
raghav_bhat16-Sep-08 6:30 
AnswerRe: Visual Source safe Pin
John_Adams16-Sep-08 7:57
John_Adams16-Sep-08 7:57 
QuestionShould I revert to DAO? Pin
MartinSW16-Sep-08 4:19
MartinSW16-Sep-08 4:19 
AnswerRe: Should I revert to DAO? Pin
Dave Kreskowiak16-Sep-08 5:42
mveDave Kreskowiak16-Sep-08 5:42 
GeneralRe: Should I revert to DAO? Pin
MartinSW16-Sep-08 6:01
MartinSW16-Sep-08 6:01 
GeneralRe: Should I revert to DAO? Pin
Dave Kreskowiak16-Sep-08 7:03
mveDave Kreskowiak16-Sep-08 7:03 
Question[Message Deleted] Pin
pavanip16-Sep-08 0:07
pavanip16-Sep-08 0:07 
AnswerRe: Anti Spyware software PinPopular
Dave Kreskowiak16-Sep-08 1:49
mveDave Kreskowiak16-Sep-08 1:49 
QuestionCheck dll files at the Start of the Application Pin
pdnet15-Sep-08 23:48
pdnet15-Sep-08 23:48 
AnswerRe: Check dll files at the Start of the Application Pin
ChandraRam16-Sep-08 1:02
ChandraRam16-Sep-08 1:02 
GeneralRe: Check dll files at the Start of the Application Pin
pdnet16-Sep-08 1:16
pdnet16-Sep-08 1:16 
AnswerRe: Check dll files at the Start of the Application Pin
Dave Kreskowiak16-Sep-08 1:43
mveDave Kreskowiak16-Sep-08 1:43 
GeneralRe: Check dll files at the Start of the Application Pin
pdnet16-Sep-08 2:36
pdnet16-Sep-08 2:36 

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.