Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: PerD
  • Order by date
  1. PerD

    Optimizing in Java... is it even possible?

    Thanx for the info both of you! I'll take a look at your webpage... /Regards Per
  2. PerD

    Optimizing in Java... is it even possible?

    Thanx for the info! Do you have information on these "performance tricks" too? /Regards Per
  3. PerD

    Optimizing in Java... is it even possible?

    Hi Is it even possible to optimize anything in Java? When talking about C, there's always optimizing in the picture. With Java though, it seems to be different. Anyone who got some info on this? /Regards Per /Regards Per
  4. PerD

    Using +-*/ etc. in char

    Well, the switch statement is exactoy what I wanted to skip. And as I was told that javascript could to it, I thoght that Java should be able to too. Oh well.. /Regards Per
  5. PerD

    Using +-*/ etc. in char

    Hi Is it possible to use an operator (ex: +) stored in a char when calculating an expression? ie: 1 '+' 2
  6. PerD

    interpreting "typedef struct x* y"

    This code is used to export a structure the programmer don't want to show. example c-file: typedef struct cellCDT { int type; cellCDT *next; } cellCDT; h-file: typedef struct cellCDT *cellADT; When used in this way only the c-file which exports the cellADT can access the internal...
  7. PerD

    Network Console Messages

    If you want a more advanced winpopup-program, take a look at this: http://members.tripod.com/Matro/ I think you can minimize it to the tray.
  8. PerD

    Disable almost all input in NT/2000?

    Hi Can anyone tell me if it's possble to disable all key/mouse inputs in windows NT4 and 2000? In my own program that is :) I would like my program to disable all but the a-z keys.
  9. PerD

    Dynamic memory allocation problem!

    I think that the reason why you couldn't see the meaning rbobbitt, is that tek-tips uses the same code for italic text-formatting as the index for i. So I would suggest not to use i inside [] here :) With counter instead it'll look better: for(int counter = 0; counter < 10; counter++ )...
  10. PerD

    Semi-transparent piece of text or gfx

    Thanks a lot, this was very helpful. I can tell you that it's working in IE5.0/Win2K SP1 too.
  11. PerD

    Semi-transparent piece of text or gfx

    Hi I'm a beginner at this with DHTML etc. I would like to know if I can make a bit of my webpage semi-transparent? An example would be helpful :)
  12. PerD

    Editing boot.ini

    Hi<br><br>Could anyone show me how to edit the boot.ini file?<br>I'm trying to add a bootoption for win98 on another harddrive.<br>When I choose the win98 option it complains about missing WinNT-files.<br><br>/Regards Per<br><br>

Part and Inventory Search

Back
Top