Click here to Skip to main content
15,902,938 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralMultiple Data Fields in List Box Pin
lildragon21-Sep-04 4:39
lildragon21-Sep-04 4:39 
GeneralRe: Multiple Data Fields in List Box Pin
Dave Kreskowiak23-Sep-04 3:14
mveDave Kreskowiak23-Sep-04 3:14 
GeneralRe: Multiple Data Fields in List Box Pin
Anonymous23-Sep-04 9:29
Anonymous23-Sep-04 9:29 
GeneralRe: Multiple Data Fields in List Box Pin
lildragon@hotmail.com23-Sep-04 9:29
susslildragon@hotmail.com23-Sep-04 9:29 
GeneralEvent handler that can apply to all controls Pin
lildragon21-Sep-04 4:37
lildragon21-Sep-04 4:37 
GeneralRe: Event handler that can apply to all controls Pin
Chris Quick21-Sep-04 11:19
Chris Quick21-Sep-04 11:19 
GeneralRe: Event handler that can apply to all controls Pin
Anonymous23-Sep-04 9:32
Anonymous23-Sep-04 9:32 
GeneralEvent in VBA Pin
macmac3821-Sep-04 1:47
macmac3821-Sep-04 1:47 
Hi,
im new to VB. I like to interact with an registered activex control. F2 shows the analogous event ScanReady(occurs when datafile from scanner is at the clippboard)

The tree is like:
Event ScanReady(pDobj As IDataObject)
|_
  Class IDataObject:  
  Sub QueryGetData(pformatetc As tagFORMATETC)
  |_
    Type tagFORMATETC


How to implement a message shown in my form when data is avaible??

My idea is like this:
_________________________________________
Private Sub ScanReady()

Dim pDobj As IDataObject

pDobj.QueryGetData (pformatec)

Label1.Caption = "Scandata avaible"

End Sub
_________________________________________

Private Sub QueryGetData()

Dim pformatec As tagFORMATETC

End Sub
_________________________________________


Can somebody help me?

happy coding,
-mark
GeneralCustom PaperSize for printing a receipt Pin
Member 132035221-Sep-04 0:01
Member 132035221-Sep-04 0:01 
GeneralRe: Custom PaperSize for printing a receipt Pin
sreejith ss nair21-Sep-04 1:23
sreejith ss nair21-Sep-04 1:23 
GeneralRe: Custom PaperSize for printing a receipt Pin
Member 132035221-Sep-04 1:47
Member 132035221-Sep-04 1:47 
GeneralRe: Custom PaperSize for printing a receipt Pin
sreejith ss nair21-Sep-04 1:59
sreejith ss nair21-Sep-04 1:59 
GeneralRe: Custom PaperSize for printing a receipt Pin
21-Sep-04 5:13
suss21-Sep-04 5:13 
GeneralRe: Custom PaperSize for printing a receipt Pin
Duncan Edwards Jones22-Sep-04 4:02
professionalDuncan Edwards Jones22-Sep-04 4:02 
GeneralRe: Custom PaperSize for printing a receipt Pin
Member 132035222-Sep-04 21:47
Member 132035222-Sep-04 21:47 
GeneralOUTLOOK Integration Pin
Sumit Domyan20-Sep-04 21:07
Sumit Domyan20-Sep-04 21:07 
Generalpassing variables thru refrence Pin
Member 120813920-Sep-04 20:05
Member 120813920-Sep-04 20:05 
GeneralRe: passing variables thru refrence Pin
Dave Kreskowiak21-Sep-04 0:29
mveDave Kreskowiak21-Sep-04 0:29 
GeneralRe: passing variables thru refrence Pin
21-Sep-04 17:15
suss21-Sep-04 17:15 
GeneralRe: passing variables thru refrence Pin
Dave Kreskowiak22-Sep-04 7:33
mveDave Kreskowiak22-Sep-04 7:33 
GeneralRe: Create PDF / VB.NET Pin
Steven Campbell20-Sep-04 11:24
Steven Campbell20-Sep-04 11:24 
GeneralCreate PDF / VB.NET Pin
partt20-Sep-04 10:55
partt20-Sep-04 10:55 
Generalvb6 - changing printer settings Pin
steff kamush20-Sep-04 4:07
steff kamush20-Sep-04 4:07 
GeneralRe: vb6 - changing printer settings Pin
Duncan Edwards Jones20-Sep-04 4:16
professionalDuncan Edwards Jones20-Sep-04 4:16 
GeneralCrystal Reports and CSV files Pin
KreativeKai20-Sep-04 3:40
professionalKreativeKai20-Sep-04 3:40 

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.