Click here to Skip to main content
15,920,503 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to get DataGridViewComboBoxColumn selected value in vb.net2005, Pin
Nanda_MR2-Dec-08 21:58
Nanda_MR2-Dec-08 21:58 
QuestionUSB information & use? Pin
bac5122-Dec-08 17:37
bac5122-Dec-08 17:37 
AnswerRe: USB information & use? Pin
Christian Graus2-Dec-08 18:18
protectorChristian Graus2-Dec-08 18:18 
GeneralRe: USB information & use? Pin
Luc Pattyn2-Dec-08 21:55
sitebuilderLuc Pattyn2-Dec-08 21:55 
GeneralRe: USB information & use? Pin
bac5123-Dec-08 7:11
bac5123-Dec-08 7:11 
GeneralRe: USB information & use? Pin
Luc Pattyn3-Dec-08 7:43
sitebuilderLuc Pattyn3-Dec-08 7:43 
GeneralRe: USB information & use? Pin
bac5123-Dec-08 13:27
bac5123-Dec-08 13:27 
GeneralRe: USB information & use? Pin
Luc Pattyn3-Dec-08 14:15
sitebuilderLuc Pattyn3-Dec-08 14:15 
Hi,

the way USB is handled most of the time is you buy a commercial solution:
- either a peripheral (say a USB printer), which comes with a driver and probably some utilities too, so you don't really care how it connects, and how it works;
- or a microprocessor-based piece of hardware, for which you would demand your vendor to provide on the target side an operating system, development tools, libraries (including a USB stack) and lots of documentation; and on the PC side a driver for the OS of your choice. So in that situation too you would avoid developing a driver at either side; let the Intels, FreeScales, Renesas, and a few more worry about these, it does not make sense for the individual customer to develop that themselves. The vendor would have to come up with a solution that fits a general need; he could provide a
"mounts as a disk" interface, a "looks like a serial port" thingy, or whatever could be appropriate for a whole range of applications.


bac512 wrote:
not a chance in hell' I believe... was he talking about me writing a driver for this camera with everything unknown, or writing a driver in VB.NET?


You should ask him, but the answer is: both. Developing a driver is a major effort, and Windows drivers currently cannot be developed in any of the managed (.NET) languages. Drivers need real-time processing, and managed languages need garbage collection, which suspends all threads when it feels like it, so Microsoft does not have a clue about making those two requirements compatible with each other.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


GeneralRe: USB information & use? Pin
bac5123-Dec-08 14:56
bac5123-Dec-08 14:56 
Question[Message Deleted] [modified] Pin
EliottA2-Dec-08 8:32
EliottA2-Dec-08 8:32 
AnswerRe: VBA.Collection Pin
Dave Kreskowiak2-Dec-08 9:09
mveDave Kreskowiak2-Dec-08 9:09 
GeneralRe: VBA.Collection Pin
EliottA2-Dec-08 9:17
EliottA2-Dec-08 9:17 
GeneralRe: VBA.Collection Pin
Christian Graus2-Dec-08 12:16
protectorChristian Graus2-Dec-08 12:16 
GeneralRe: VBA.Collection Pin
EliottA2-Dec-08 12:21
EliottA2-Dec-08 12:21 
QuestionHaving problems registering/unregistering .Net assembly with RegAsm on client Pin
Jon_Boy2-Dec-08 8:22
Jon_Boy2-Dec-08 8:22 
AnswerRe: Having problems registering/unregistering .Net assembly with RegAsm on client Pin
Vimalsoft(Pty) Ltd2-Dec-08 20:13
professionalVimalsoft(Pty) Ltd2-Dec-08 20:13 
GeneralRe: Having problems registering/unregistering .Net assembly with RegAsm on client Pin
Jon_Boy3-Dec-08 2:08
Jon_Boy3-Dec-08 2:08 
QuestionApplication GUI and events working slowly Pin
Anubhava Dimri2-Dec-08 1:48
Anubhava Dimri2-Dec-08 1:48 
AnswerRe: Application GUI and events working slowly Pin
Dave Kreskowiak2-Dec-08 2:15
mveDave Kreskowiak2-Dec-08 2:15 
QuestionOracle Using Vb.net Pin
sarfarazaliqureshi1-Dec-08 23:46
sarfarazaliqureshi1-Dec-08 23:46 
AnswerRe: Oracle Using Vb.net Pin
Wendelius2-Dec-08 0:02
mentorWendelius2-Dec-08 0:02 
QuestionSimple plugin architecture implementation Pin
lmendes19791-Dec-08 23:16
lmendes19791-Dec-08 23:16 
AnswerRe: Simple plugin architecture implementation Pin
Dave Kreskowiak2-Dec-08 2:18
mveDave Kreskowiak2-Dec-08 2:18 
QuestionIterate a subset of Datatable Pin
Fahim A1-Dec-08 20:08
Fahim A1-Dec-08 20:08 
AnswerRe: Iterate a subset of Datatable Pin
Christian Graus1-Dec-08 20:42
protectorChristian Graus1-Dec-08 20:42 

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.