Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalget a url with MSXML2.ServerXMLHTTP but encoding problem Pin
karanba16-Sep-04 3:38
karanba16-Sep-04 3:38 
GeneralRe: get a url with MSXML2.ServerXMLHTTP but encoding problem Pin
Dave Kreskowiak16-Sep-04 4:41
mveDave Kreskowiak16-Sep-04 4:41 
GeneralLinking VBScript back to VB6 Pin
pplikill16-Sep-04 2:35
pplikill16-Sep-04 2:35 
GeneralRe: Linking VBScript back to VB6 Pin
Dave Kreskowiak16-Sep-04 3:36
mveDave Kreskowiak16-Sep-04 3:36 
GeneralRe: Linking VBScript back to VB6 Pin
tricknigjew16-Sep-04 3:48
tricknigjew16-Sep-04 3:48 
Generaldatagrid problem in vb.net Pin
sribusam15-Sep-04 23:32
sribusam15-Sep-04 23:32 
GeneralHandle Clipboard event in VB.NET Pin
kokain15-Sep-04 23:24
kokain15-Sep-04 23:24 
GeneralRe: Handle Clipboard event in VB.NET Pin
Dave Kreskowiak16-Sep-04 0:41
mveDave Kreskowiak16-Sep-04 0:41 
There is no such "event" generated. At least not is the sense your thinking about. In order to get notifications about changes in the clipboard, you'll have to register your windows with the clipboard viewer chain and then override WndProc in your form in order to receive the WM_DRAWCLIPBOARD message. This message is sent to all the registered clipboard viewer windows to notify them of a change on the clipboard.

Docs on the SetClipboardViewer[^].


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralAdding items in listview Pin
Sumit Domyan15-Sep-04 19:58
Sumit Domyan15-Sep-04 19:58 
GeneralRe: Adding items in listview Pin
Dave Kreskowiak16-Sep-04 0:35
mveDave Kreskowiak16-Sep-04 0:35 
GeneralRe: Adding items in listview Pin
tricknigjew16-Sep-04 3:44
tricknigjew16-Sep-04 3:44 
GeneralCalling dll in visual c++ Pin
sumiko15-Sep-04 19:46
sumiko15-Sep-04 19:46 
GeneralUnhandled exception Pin
kokain15-Sep-04 16:08
kokain15-Sep-04 16:08 
GeneralModal Forms in VB 6.0 Pin
Red Sunday15-Sep-04 12:32
Red Sunday15-Sep-04 12:32 
GeneralRe: Modal Forms in VB 6.0 Pin
pbpb15-Sep-04 20:25
pbpb15-Sep-04 20:25 
GeneralRe: Modal Forms in VB 6.0 Pin
Purple Monk16-Sep-04 0:43
Purple Monk16-Sep-04 0:43 
GeneralRe: Modal Forms in VB 6.0 Pin
pbpb16-Sep-04 2:21
pbpb16-Sep-04 2:21 
GeneralVisual Basic Sequential File IO Pin
Red Sunday15-Sep-04 4:50
Red Sunday15-Sep-04 4:50 
GeneralRe: Visual Basic Sequential File IO Pin
Anonymous15-Sep-04 6:31
Anonymous15-Sep-04 6:31 
GeneralRe: Visual Basic Sequential File IO Pin
Red Sunday15-Sep-04 7:12
Red Sunday15-Sep-04 7:12 
GeneralRe: Visual Basic Sequential File IO [EDITED] Pin
Dave Kreskowiak15-Sep-04 8:03
mveDave Kreskowiak15-Sep-04 8:03 
GeneralRe: Visual Basic Sequential File IO [EDITED] Pin
Red Sunday15-Sep-04 8:14
Red Sunday15-Sep-04 8:14 
GeneralRe: Visual Basic Sequential File IO [EDITED] Pin
Dave Kreskowiak15-Sep-04 9:01
mveDave Kreskowiak15-Sep-04 9:01 
GeneralReturning Integer value from a VB (NOT .Net) Command line application Pin
Jobby Joseph15-Sep-04 3:54
Jobby Joseph15-Sep-04 3:54 
GeneralRe: Returning Integer value from a VB (NOT .Net) Command line application Pin
Dave Kreskowiak15-Sep-04 4:22
mveDave Kreskowiak15-Sep-04 4:22 

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.