Click here to Skip to main content
15,921,622 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How can I trace an AddIn's startup error? Pin
Sonhospa30-Jun-10 3:07
Sonhospa30-Jun-10 3:07 
GeneralRe: How can I trace an AddIn's startup error? Pin
Dave Kreskowiak30-Jun-10 3:27
mveDave Kreskowiak30-Jun-10 3:27 
GeneralRe: How can I trace an AddIn's startup error? Pin
Sonhospa30-Jun-10 6:26
Sonhospa30-Jun-10 6:26 
GeneralRe: How can I trace an AddIn's startup error? Pin
Luc Pattyn30-Jun-10 7:03
sitebuilderLuc Pattyn30-Jun-10 7:03 
GeneralRe: How can I trace an AddIn's startup error? Pin
Dave Kreskowiak30-Jun-10 7:13
mveDave Kreskowiak30-Jun-10 7:13 
QuestionDatagridview and Bindingsource Pin
Nielvh29-Jun-10 1:48
Nielvh29-Jun-10 1:48 
AnswerRe: Datagridview and Bindingsource Pin
DaveAuld29-Jun-10 2:05
professionalDaveAuld29-Jun-10 2:05 
GeneralRe: Datagridview and Bindingsource Pin
Nielvh29-Jun-10 3:14
Nielvh29-Jun-10 3:14 
Thanks, that filter property had the desired effect. It is so simple if you how Smile | :)
I have one more problem which I think wil also have a simple solution.
I add a comboboxcolumn to the datagridview as follows:
Dim InvCode As New DataGridViewComboBoxColumn
and then add the details and further down
BsDataGridView.Columns.Insert(5, InvCode)
The problem is that it now adds a new column every time I run the query for a different bin nr.
GeneralRe: Datagridview and Bindingsource [modified] Pin
DaveAuld29-Jun-10 3:28
professionalDaveAuld29-Jun-10 3:28 
GeneralRe: Datagridview and Bindingsource Pin
Nielvh29-Jun-10 4:06
Nielvh29-Jun-10 4:06 
AnswerRe: Datagridview and Bindingsource Pin
DaveAuld29-Jun-10 2:09
professionalDaveAuld29-Jun-10 2:09 
GeneralRe: Datagridview and Bindingsource Pin
Nielvh29-Jun-10 3:15
Nielvh29-Jun-10 3:15 
QuestionPinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip28-Jun-10 22:45
Hrizip28-Jun-10 22:45 
AnswerRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
freakyit29-Jun-10 0:15
freakyit29-Jun-10 0:15 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip29-Jun-10 0:35
Hrizip29-Jun-10 0:35 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip29-Jun-10 1:29
Hrizip29-Jun-10 1:29 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
freakyit29-Jun-10 2:34
freakyit29-Jun-10 2:34 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip29-Jun-10 2:41
Hrizip29-Jun-10 2:41 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip29-Jun-10 3:00
Hrizip29-Jun-10 3:00 
AnswerRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Luc Pattyn29-Jun-10 3:37
sitebuilderLuc Pattyn29-Jun-10 3:37 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip29-Jun-10 3:43
Hrizip29-Jun-10 3:43 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
freakyit29-Jun-10 4:00
freakyit29-Jun-10 4:00 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip29-Jun-10 4:31
Hrizip29-Jun-10 4:31 
AnswerRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Luc Pattyn29-Jun-10 4:34
sitebuilderLuc Pattyn29-Jun-10 4:34 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip29-Jun-10 4:36
Hrizip29-Jun-10 4: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.