I had an Access 2000 database that I believe was corrupt at one point. However, I haven't had any problems lately and think that it's not corrupt anymore (repair/compact probably fixed it). My question is: is there a way to double-check that the database is not corrupt? Even though I have not...
i am very new to unicode fonts and have no idea how to display them. more specifically, i need to display japanese characters.
right now i'm developing an mfc dialog application. i tried setting the font to the unicode font in CreateFont but what character set do i use? also, when i copy and...
i am very new to unicode fonts and have no idea how to display them. more specifically, i need to display japanese characters.
right now i'm developing an mfc dialog application. i tried setting the font to the unicode font in CreateFont but what character set do i use? also, when i copy and...
I have a Japanese truetype font and want to display Japanese symbols in a dialog box. When I change the font in CreateFont the text doesn't show up on the screen. How do I do this?
Our company currently distributes a database which uses Access 2000 runtime as the front-end/back-end. This database is used by single users on desktop machines to retrieve scientific data. However we are near reaching the 2GB data limit. The database is also noticeably slow (one table contains...
Our company currently distributes a database which uses Access 2000 runtime as the front-end/back-end. This database is used by single users on desktop machines to retrieve scientific data. However we are near reaching the 2GB data limit. The database is also noticeably slow (one table contains...
i'm passing an LPSTR to a c++ dll function call from a c++ exe application. but i'm getting an exception thrown when i try to do this. here is my code:
LPSTR sInstalledProducts;
int* dummy;
typedef int (__stdcall FUNCPROC)(HWND, LPSTR, int*);
HINSTANCE hInstance;
FUNCPROC* pFunction...
I have a series of strings that are 7 characters long each. My problem is this: these strings contain important product information that needs to be encoded. However these strings need to be encoded into 5 character long strings and encoded in such a way that just by reading the string values...
I am designing a site where paying users can login to a searchable scientific database. But I only want them to be able to be logged in on one computer at a time. If a user clicks the logout button, I set a field in my table to LoggedIn = False. But what if they just close the browser? Then the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.