I know applets can't write to the local file system, but can they write to the server's file system?
What I'm doing is this: the user will manipulate an image that will be redisplayed on a...
I would like to have an mdb use a specific mdw and not the system.mdw, in other words, if I have an mdb called xyz.mdb how would I make it use xyz.mdw for its security and work group data.
OK, how can I confirm my version of Apache to support the TransferLog directive, and what does the "3600" mean in the string?
Thanks Monster!
What are the complete steps and what is the pr...
I have aready .BMP file and draw it in Tbitmap. I want to convert it to .cur format with transparent and Hotspot.
How to do this one?
I have an Outlook PST file that's 250MB. It was corrupted. Inbox Repair Tool runs and says it corrects the file, but all the email items are gone. The file is still the same size, but show n...
Hi,
Do you now how to change the 3d effect of sending/receiving/deleting mail in Incredimail
(www.incredimail.com) ?
For example how to use always the "shred" animation when deleting em...
Is there any way to get a "hit counter" in a Lotus Notes form/document similar to the way a "hit counter" works in web applications?
We'd like to track how many hits occur in a specific doc...
How do I add a FocusAdapter to the JComboBox arrowButton so I can caputure focusGained & focusLost events? Can you insert example code, thanks.
I have a program containing a queue and I am having trouble with the overloaded << operator that outputs the queue. Here is the part of the program that outputs the queue:
#ifndef INSTRUCT...
After running hwinfo /ui I got the following 3 red problems. Can you identify these in laymans terms so I might know if these are just 3 things I am not using, or if I need to take some actio...
after i boot from boot disk,i type fdisk/mbr to clear master boot record for my 2 HD as your ideas. But before that i boot win98 (primary HD) and i disable the Boot Magic.i set auto detect for...
i have confusion about WAP? i have heard it is used to compare with HTTP, saying HTTP carrying HTML while WAP carrying WML. I also heard that it is used to connect WAP client to WAP gateway l...
I have installed Oracle server version 8.1.5 on a windows nt 4.0 terminal server with the add on of metaframe 1.8 ,the server has installed the service pack 5 ,it is a single server on the lan...
I have very little experience with DLLs and got stuck with a function I try to import from a DLL written in C++.
I know that the way to call that function (in C??) is:
void createSpeaker...
I have an AVI file, I want to capture frames from it and save them as BMP files on disk.
I am using AVIStreamOpenFromFile, AVIStreamGetFrameOpen and then AVIStreamGetFrame. AVIStreamGetFram...
I use the standard MM_openBrWindow facility on my page to open a new window of a specific size etc but want to have it open in the center of the screen. I cannot find any option for giving a l...
Hello,
I set the size of my JTextField using setPreferedSize() .
then I set the number of columns to 2 using setColumns()
the JTextField automatecly is beening resized to the minimum...
By viewing a relation as a set of ordered pair, how can we say that the relation may be anyone of them reflective, symmetric and transitive
We are running an "internet bar" where people eat,drink and surf on internet. We have 23 computers for customers. The protection of our systems are good and has been tested to make it almost i...
Could someone tell me why my clear button is not working. how to refer to the textfields defined in class A from the inner class B/or from another class
C.
Thanks a lot.
Here is the main
...
I have some code to read a password entered into the console and put un *'s so it cant be seen. This is on VC++. I now need to compile this under UNIX and the <conio.h> header file and _getc...
My step-father gave me his Dell Latitude Laptop. I want to take everything off and start from scratch. He has Windows 98 and Windows NT and alot of other things I do not need/want on it. Co...
A while I wrote a function called
function GetLastErrorStr: string;
I would like to re-create it, but I have lost the source due to a delphi ide-crash. The thing is that I just cant get...
Hi,
I am trying to use DsGetDcName() to find a domain controller, but the API requires Dsgetdc.h as header file which i cannot find anywhere?
I am using the latest MS VC++ 6.0 w/ SP4.
T...
i have a question on how to terminate multiple threads.
Let me explain you. First I have CWinThread* m_pWorker member in my class called CMyThreadClass. Then here is how I am creating worker...