Click here to Skip to main content
16,004,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ListView in virtualmode Pin
Luc Pattyn24-May-10 6:31
sitebuilderLuc Pattyn24-May-10 6:31 
GeneralRe: ListView in virtualmode Pin
jtpaa24-May-10 6:59
jtpaa24-May-10 6:59 
AnswerRe: ListView in virtualmode Pin
Luc Pattyn24-May-10 7:17
sitebuilderLuc Pattyn24-May-10 7:17 
QuestionWindows 7 Cannot get Registered Owner/Organization Pin
QuickBooksDev24-May-10 2:59
QuickBooksDev24-May-10 2:59 
AnswerRe: Windows 7 Cannot get Registered Owner/Organization Pin
Dave Kreskowiak24-May-10 4:19
mveDave Kreskowiak24-May-10 4:19 
GeneralRe: Windows 7 Cannot get Registered Owner/Organization Pin
QuickBooksDev24-May-10 7:32
QuickBooksDev24-May-10 7:32 
GeneralRe: Windows 7 Cannot get Registered Owner/Organization Pin
Dave Kreskowiak24-May-10 9:02
mveDave Kreskowiak24-May-10 9:02 
GeneralRe: Windows 7 Cannot get Registered Owner/Organization Pin
QuickBooksDev16-Jun-10 3:14
QuickBooksDev16-Jun-10 3:14 
Thanks Dave but this is a problem.

Our programs HAVE to run 32 bit mode for the other SDKs that we are using otherwise the main function will not work.

I am not clear on exactly what 'Win32 functions directly' means.
Do you mean something like this (taken from VB6)?

Private Declare Function RegQueryValueEx Lib "advapi32.dll" Alias "RegQueryValueExA" _
(ByVal lngRootKey As Long, ByVal lpValueName As String, ByVal lpReserved As Long, _
lpType As Long, lpData As Any, lpcbData As Long) As Long
RegQueryValueEx(lngKeyHandle, strRegSubKey, 0&,lngDataType, ByVal 0&, lngBufferSize)


You would think that the built in cases would handle it no matter what OS you are on. This is why many applications don't run on 64 bit OSes.
GeneralRe: Windows 7 Cannot get Registered Owner/Organization Pin
Dave Kreskowiak16-Jun-10 8:36
mveDave Kreskowiak16-Jun-10 8:36 
QuestionHow can my add-in consume events from another add-in? Pin
Sonhospa23-May-10 23:02
Sonhospa23-May-10 23:02 
AnswerRe: How can my add-in consume events from another add-in? Pin
Dave Kreskowiak24-May-10 4:13
mveDave Kreskowiak24-May-10 4:13 
GeneralRe: How can my add-in consume events from another add-in? Pin
Sonhospa24-May-10 9:20
Sonhospa24-May-10 9:20 
AnswerRe: How can my add-in consume events from another add-in? Pin
Luc Pattyn24-May-10 5:33
sitebuilderLuc Pattyn24-May-10 5:33 
GeneralRe: How can my add-in consume events from another add-in? Pin
Sonhospa24-May-10 9:08
Sonhospa24-May-10 9:08 
GeneralRe: How can my add-in consume events from another add-in? Pin
Luc Pattyn24-May-10 10:06
sitebuilderLuc Pattyn24-May-10 10:06 
QuestionBad DLL Calling Convention error when sending UDT from VB6 to Dev-C++ DLL Pin
bytelogik23-May-10 6:11
bytelogik23-May-10 6:11 
AnswerRe: Bad DLL Calling Convention error when sending UDT from VB6 to Dev-C++ DLL Pin
bytelogik23-May-10 9:21
bytelogik23-May-10 9:21 
QuestionIs Visual Studio 2010 compatible with older SQL versions Pin
Didier Cauberghe23-May-10 2:42
Didier Cauberghe23-May-10 2:42 
AnswerRe: Is Visual Studio 2010 compatible with older SQL versions Pin
DaveAuld23-May-10 3:07
professionalDaveAuld23-May-10 3:07 
AnswerRe: Is Visual Studio 2010 compatible with older SQL versions [modified] Pin
DaveAuld23-May-10 3:19
professionalDaveAuld23-May-10 3:19 
QuestionDisable form not fast enough Pin
Didier Cauberghe23-May-10 2:39
Didier Cauberghe23-May-10 2:39 
AnswerRe: Disable form not fast enough Pin
Rob Smiley23-May-10 2:54
Rob Smiley23-May-10 2:54 
GeneralRe: Disable form not fast enough Pin
Didier Cauberghe23-May-10 3:19
Didier Cauberghe23-May-10 3:19 
GeneralRe: Disable form not fast enough Pin
DaveAuld23-May-10 3:22
professionalDaveAuld23-May-10 3:22 
GeneralRe: Disable form not fast enough Pin
Didier Cauberghe23-May-10 3:31
Didier Cauberghe23-May-10 3:31 

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.