I partitioned the wrong harddisk, a 2500Mb Bigfoot. I realised it kind of late, I already had come out to the main menu of fdisk from dos 6.22. The partition I think I deleted was a logical FAT32. ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10035...
Zones:
Windows 95Date Answered: 01/13/1998 Grade: A Views: 0
At the moment I copy from the clipboard a bmp image for editing.
I can draw on the image no problem, but how do I if I make a mistake Undo the last draw or delete the 'Ink' from the bitmap. Please ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10049845.html
I am creating a text editor using a RichTextBox Control. I want to be able to add an Undo feature. I am using the API function, SendMessage(txtBox1.hwnd, EM_UNDO, 0, 0). When this function is ca...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10079358.html
Zones:
Visual BasicDate Answered: 09/22/1998 Grade: A Views: 0
Do you Know how I can add an Undo function to an application? I made large seeks but I did not find anything, perhaps you can refer me to a specific address where it speaks about this subject or ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10167079.html
Zones:
Visual BasicDate Answered: 06/03/1999 Grade: B Views: 13
What is the best way to implement an undo-function im my application. I have a vb-Project connected with an Access-Database. Do I have to handle each action seperately or is the a general possibili...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10183108.html
Zones:
Visual BasicDate Answered: 07/16/1999 Grade: B Views: 0
Is it possible to have Word to ignore an *Enter* key input? I have developed several forms for work. However, the form gets extended downward if the user uses the *Enter* key. Although, I have d...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_102...
Is there any way to let the user undo and redo more than once?
the code i'm using is: reEdit.Undo, but this let's the user undo only once.
And my last question, how do i get a filename's titl...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10265444.html
I need a script to change a page from fullscreen to regular browser view. It can not reload the page. It works on body onunload. I'm assuming its something like self.resizeTo(400,300) fullwindow=no...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10331484.html
Zones:
JavaScriptDate Answered: 04/20/2000 Grade: C Views: 0
After I redirect stdout to a file, how do I reassign stdout to the console?
#include <stdio.h>
#include <stdlib.h>
FILE *stream;
int i;
void main( void ) {
/* Reassign "stdout" to "...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11228177.html
Zones:
C++Date Answered: 09/08/2000 Grade: B Views: 4
I have this text box, when you click a button it adds a line of text to it, how would I make one word of that line to be a different color? Also, how to a make the font thing pop up so the user can...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11765900.html