Yeah but that article was written Friday 26 September 2003, 10:55 ~Alexander Kent
Alexander Kent
Posts
-
Pentium V -
c:\temp\update.html ???they all suck - try getting the Blocklist INSTEAD - http://www.spywareguide.com/blockfile.php[^] ~Alexander Kent
-
Perm. Residence - USA v/s CanadaCanadians! lol - worthless and expendable ~Alexander Kent
-
The Power of Google Mapshttp://www.google.com/apis/maps/documentation/[^] ~Alexander Kent
-
ObsoleteJava? sounds like an extinct animal or something - its on WWF ;) ~Alexander Kent
-
A math puzzle of Chinese primary schoolhow funny - based on your response i wonder about Maths in Australia - perhaps kangaroos ~Alexander Kent
-
No more power point121 slides is no joke- i dont know about its content but i think you could & should have cut that in half ~Alexander Kent
-
WTF???Bugzilla? anyone???? lol ~Alexander Kent
-
Download counterI agree a download counter would be nice ~Alexander Kent
-
communicate with other app from an appYou could go thru Win32 API's Look at http://www.codeproject.com/csharp/wmp_pinvoke.asp[^] ~Alexander Kent
-
Updating Windows componentsJust wondering, whats the deployment medium and also the programs to be updated will they be included (redistributables) ? ~Alexander Kent
-
CRC ErrorA longshot but: If youre running Win98-ish try: fdisk \mbr under dos. If youre running XP boot into the Recovery Console and after the Console has finished loading type in the following: fixmbr /device/harddisk0 harddisk0 would be your first disk, harddisk1 your second etc.. Yesterday i got an CRC error related to Compressed Files, like bad Winzip, Winace file.. etc... simply using a different compression utility helps (winrar, winace, winzip) ~Alexander Kent
-
Finally...Enjoy your board... but wondering OEM or RETAIL version of XP, Home or Pro???? ~Alexander Kent
-
TV upgrade time....COSTCO !!! ~Alexander Kent
-
Moving Countries - Any advice?Josh, you should look into Rotterdam, it’s like Holland’s version of Silicon Valley…. Never really liked Amsterdam but Holland as a whole is a great place I know out of experience; I am sure you are going to have a good time Best of luck ~Alexander Kent
-
Letters of ResignationKeep it short and don’t apologize; the truth is most likely you’re expendable they’ll get over it :rolleyes: ~Alexander Kent
-
Help in Delimiter!You can try and use the TextBox SelectionStart property – something like: In the KeyDown event if (e.KeyCode == Keys.Space) { // Cancel the event e.Handled = true; // Use your delimiter textBox1.Text += ";"; // Put the cursor after the newly appended text. textBox1.SelectionStart = textBox1.Text.Length; } ~Alexander Kent
-
Ugly dynamic resizing of a controlKeen to take a look at your code ~Alexander Kent
-
vb6 and C# -
Ugly dynamic resizing of a controlCheck your OnPaint Event, most likely you have overridden it, maybe excessive use of Invalidate ? ~Alexander Kent