Click here to Skip to main content
16,014,591 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linux equivalent to FindFirstFile API Pin
Jim Crafton28-May-02 17:03
Jim Crafton28-May-02 17:03 
GeneralRe: Linux equivalent to FindFirstFile API Pin
markkuk28-May-02 22:59
markkuk28-May-02 22:59 
GeneralSelected text before running my app Pin
Kemal OZLU28-May-02 12:32
Kemal OZLU28-May-02 12:32 
GeneralRe: Selected text before running my app Pin
Ed Gadziemski30-May-02 12:18
professionalEd Gadziemski30-May-02 12:18 
GeneralA null as a data field value. Pin
NickOstle28-May-02 12:36
NickOstle28-May-02 12:36 
GeneralRe: A null as a data field value. Pin
Matt Gullett28-May-02 12:41
Matt Gullett28-May-02 12:41 
GeneralRe: A null as a data field value. Pin
NickOstle28-May-02 19:32
NickOstle28-May-02 19:32 
GeneralRe: A null as a data field value. Pin
Matt Gullett28-May-02 23:56
Matt Gullett28-May-02 23:56 
_variant_t varValue = pRecordset->GetFields()->GetItem((short)loop)->GetValue();

if (varValue.vt == VT_NULL || varValue.vt == VT_EMPTY)
{
printf("NULL");
}
else
{
printf((char*)(_bstr_t)varValue);
}

GeneralCustom Win32 API controls Pin
28-May-02 12:06
suss28-May-02 12:06 
GeneralRe: Custom Win32 API controls Pin
Paul M Watt28-May-02 12:40
mentorPaul M Watt28-May-02 12:40 
GeneralRe: Custom Win32 API controls Pin
28-May-02 13:58
suss28-May-02 13:58 
GeneralRe: Custom Win32 API controls Pin
Paul M Watt28-May-02 14:31
mentorPaul M Watt28-May-02 14:31 
GeneralRe: MDI application with Win32? Pin
28-May-02 14:42
suss28-May-02 14:42 
GeneralRe: MDI application with Win32? Pin
Paul M Watt28-May-02 15:36
mentorPaul M Watt28-May-02 15:36 
GeneralRe: MDI application with Win32? Pin
27-Jun-02 22:54
suss27-Jun-02 22:54 
GeneralRe: Custom Win32 API controls Pin
Ed Gadziemski30-May-02 12:27
professionalEd Gadziemski30-May-02 12:27 
GeneralProgramming for a hobby Pin
Nnamdi Onyeyiri28-May-02 8:21
Nnamdi Onyeyiri28-May-02 8:21 
GeneralRe: Programming for a hobby Pin
lucy28-May-02 8:24
lucy28-May-02 8:24 
GeneralRe: Programming for a hobby Pin
Mazdak28-May-02 8:37
Mazdak28-May-02 8:37 
GeneralRe: Programming for a hobby Pin
Christian Graus28-May-02 13:08
protectorChristian Graus28-May-02 13:08 
GeneralRe: Programming for a hobby Pin
Marc Richarme28-May-02 13:54
Marc Richarme28-May-02 13:54 
GeneralRe: Programming for a hobby Pin
Paul M Watt28-May-02 16:25
mentorPaul M Watt28-May-02 16:25 
GeneralRe: Programming for a hobby Pin
Alan Chambers29-May-02 2:35
Alan Chambers29-May-02 2:35 
GeneralResizing dialog problem Pin
Hans Ruck28-May-02 7:59
Hans Ruck28-May-02 7:59 
GeneralRe: Resizing dialog problem Pin
Prem Kumar28-May-02 8:37
Prem Kumar28-May-02 8:37 

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.