[perl-win32-gui-users] A couple of questions

2007-01-15 Thread Stefan Behrendt
Hi, I have a couple of questions: 1. How do I change or remove the icon of a window? 2. Is it possible to start a Win32::GUI app. in an other programm wich is running in fullscreen? 3. How do I change the colors of the titlebar, scrollbar(s), textfields (background), etc.? 4. I want that the

[perl-win32-gui-users] setCellData and lparam?

2007-01-15 Thread Eric Nichols
I'm using Win32::Grid and trying to set a decimal number in a cell. It works fine if you are using the United States formats but if you switch to Swedish you get all zeros. I was setting it using setCellText and learned setCellData was the preferred way to pass a numeric to a cell. I cannot find