Click here to Skip to main content
15,887,435 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalformatting date to a RTF Pin
R. Thomas14-Jan-04 15:57
R. Thomas14-Jan-04 15:57 
GeneralRe: formatting date to a RTF Pin
Niels Penneman16-Jan-04 6:14
Niels Penneman16-Jan-04 6:14 
GeneralConverting a bitmap to an array of pixels Pin
elchip14-Jan-04 11:06
elchip14-Jan-04 11:06 
GeneralWM_NOTIFY Reports incorrect values Pin
Knight Lore14-Jan-04 7:46
Knight Lore14-Jan-04 7:46 
GeneralRe: WM_NOTIFY Reports incorrect values Pin
Niels Penneman14-Jan-04 9:39
Niels Penneman14-Jan-04 9:39 
GeneralRe: WM_NOTIFY Reports incorrect values Pin
Knight Lore15-Jan-04 4:07
Knight Lore15-Jan-04 4:07 
GeneralRe: WM_NOTIFY Reports incorrect values Pin
Niels Penneman15-Jan-04 6:19
Niels Penneman15-Jan-04 6:19 
GeneralRe: WM_NOTIFY Reports incorrect values Pin
Niels Penneman15-Jan-04 6:20
Niels Penneman15-Jan-04 6:20 

Correct translation to VB.NET is here:



Structure NMHDR
    Dim hwndFrom As IntPtr ' Window handle of control sending message
    Dim idFrom As Integer ' Identifier of control sending message
    Dim code As Integer ' Specifies the notification code
End Structure

Structure NMHEADER
    Dim hdr As NMHDR
    Dim iItem As Integer
    Dim iButton As Integer
    Dim lPtrHDItem As IntPtr ' HDITEM FAR* pItem
End Structure


greetz Wink | ;-)
*Niels Penneman*

Software/Dev Site
Personal Site

GeneralCopy files from source to Destination Pin
len_ems13-Jan-04 20:19
len_ems13-Jan-04 20:19 
GeneralRe: Copy files from source to Destination Pin
Corinna John13-Jan-04 23:54
Corinna John13-Jan-04 23:54 
GeneralGet active machines Pin
radhika8113-Jan-04 18:52
radhika8113-Jan-04 18:52 
GeneralRe: Get active machines Pin
Dave Kreskowiak14-Jan-04 4:08
mveDave Kreskowiak14-Jan-04 4:08 
GeneralRe: Get active machines Pin
Anonymous16-Jan-04 18:06
Anonymous16-Jan-04 18:06 
GeneralRe: Get active machines Pin
Dave Kreskowiak17-Jan-04 3:55
mveDave Kreskowiak17-Jan-04 3:55 
Generalformatted printing BUT NOT from db Pin
R. Thomas13-Jan-04 17:45
R. Thomas13-Jan-04 17:45 
GeneralRe: formatted printing BUT NOT from db Pin
R. Thomas13-Jan-04 17:53
R. Thomas13-Jan-04 17:53 
GeneralRe: formatted printing BUT NOT from db Pin
R. Thomas13-Jan-04 18:50
R. Thomas13-Jan-04 18:50 
QuestionWhat is the code that used to convert microsoft access file to Excel file Pin
Lim Goh Tong13-Jan-04 16:54
Lim Goh Tong13-Jan-04 16:54 
GeneralEvent handling problem - unmanaged C++ COM and VB .NET interop Pin
rpins13-Jan-04 11:24
rpins13-Jan-04 11:24 
GeneralTimers(?) Pin
Stacy Springer13-Jan-04 10:54
Stacy Springer13-Jan-04 10:54 
GeneralRe: Timers(?) Pin
Dave Kreskowiak13-Jan-04 11:33
mveDave Kreskowiak13-Jan-04 11:33 
GeneralRe: Timers(?) Pin
Stacy Springer13-Jan-04 11:38
Stacy Springer13-Jan-04 11:38 
GeneralRe: Timers(?) Pin
Dave Kreskowiak13-Jan-04 15:38
mveDave Kreskowiak13-Jan-04 15:38 
GeneralRe: Timers(?) Pin
Stacy Springer14-Jan-04 5:06
Stacy Springer14-Jan-04 5:06 
GeneralRe: Timers(?) Pin
Dave Kreskowiak15-Jan-04 3:24
mveDave Kreskowiak15-Jan-04 3:24 

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.