Enter Keywords:
1 - 10 of 1054(0.001 seconds)
Sort By:
 
I have a function that use a variant for parameter. I need to fill it with a buffer of char. How do I create, fill and destroy correcly this type of structure ? I never used variant structure, so p...
Zones: Windows MFCDate Answered: 10/27/1998 Rating: 8.2 Views: 0
Hi, I have written a spell checking application in VC++ 5.0. From the interface you can open the file you want spell checked, and load the dictionary.  The problem is that the button Load Dictionar...
Zones: C++Date Answered: 04/09/1999 Rating: 7.8 Views: 0
I would like to call a Function written by C++ and with a data structure parameter. How should I define a related data structure in Delphi?
Zones: Delphi ProgrammingDate Answered: 07/29/1999 Rating: 7.4 Views: 0
Hi what is the sql statement to copy a structure of a table to a new table? would "CREATE TABLE mynewtable AS SELECT * FROM myoldtable" work?  does this also copy over attributes of myoldtable like...
Zones: DatabasesDate Answered: 03/16/2002 Rating: 7.8 Views: 0
i am using a win32 api call that returns a pointer to a structure.  How do i get the structure from that pointer in visual basic.  The structure is as MSG structure.
Zones: Visual Basic, Microsof...Date Answered: 01/10/2001 Rating: 8.2 Views: 0
i'm maintaining 2 classes while each one of them is responsible for a different kind of data presentation on a view. the problem is that i don't wanna allow more than one reference to those classe...
Zones: Windows MFCDate Answered: 03/11/2001 Rating: 7.6 Views: 0
Is there any freeware or any software that will provide me with all the permissions that are set on various user directories on a File & Print server. Many Thanx..........
Zones: Windows NTDate Answered: 05/09/2001 Rating: 7.4 Views: 0
hi all //////////////////////////////////////// // File Name: pr09001.cpp //////////////////////////////////////// #include <iostream> // Date structure. struct Date {     int month, day,...
Zones: C++Date Answered: 09/23/2001 Rating: 6.6 Views: 0
This program allocates an array of structure and reads and input file. Ech record from the input file is read into each structure element. When I try to increment a structure pointer in the fsca...
Zones: CDate Answered: 12/18/2001 Rating: 8.0 Views: 0
Why do I see a $ sign infront when I create a field of type MONEY ? Is there any way to change this to pounds or any other currency of my choice? thnks in advance
Zones: Delphi ProgrammingDate Answered: 06/25/2002 Rating: 9.8 Views: 0