Search found 19 matches

by Andrei003
Tue Dec 31, 2019 6:51 pm
Forum: Development Help
Topic: How do I make an executable program for ReactOS
Replies: 4
Views: 6609

Re: How do I make an executable program for ReactOS

I can't get to show the window, even though the code and the CMakeFiles ... text files are correct. The process starts, but the window is not shown on the taskbar, nor shown at all
by Andrei003
Thu Dec 26, 2019 10:34 am
Forum: Development Help
Topic: How do I make an executable program for ReactOS
Replies: 4
Views: 6609

How do I make an executable program for ReactOS

Well, the title describes it all. I've tried to make a program (simple window for now) but it simply won't launch. I assume it's the CMAKEList.txt file, but it may be something else.
by Andrei003
Sun Oct 27, 2019 6:57 pm
Forum: Development Help
Topic: Registry configurations
Replies: 1
Views: 3826

Registry configurations

Where are the default registry configs located in the source code?
by Andrei003
Sun Oct 27, 2019 6:56 pm
Forum: Development Help
Topic: How is the Start button created on the taskbar (or How do I add a button to the taskbar) ?
Replies: 5
Views: 5449

Re: How is the Start button created on the taskbar (or How do I add a button to the taskbar) ?

No, that's easy enough. I found it myself anyway. I just had to align it correctly based on the Y size of the Start button and then make sure program buttons don't draw behind the new button.
by Andrei003
Tue Oct 22, 2019 7:12 pm
Forum: Development Help
Topic: ShellExecuteW rundll32 error - please help !!
Replies: 1
Views: 4283

ShellExecuteW rundll32 error - please help !!

I am trying to launch the following command but ((INT_PTR)ShellExecuteW(NULL, L"open", L"rundll32.exe", L"netplwiz.dll,UsersRunDll", NULL, SW_SHOWDEFAULT) > 32); it shows this: rundll32: rundll32.exe - Application Error The exception unknown software exception (0x800001...
by Andrei003
Tue Oct 22, 2019 7:06 pm
Forum: Development Help
Topic: Rc file syntax error
Replies: 2
Views: 3643

Re: Rc file syntax error

Thank you! The problem was solved before though. It was that I added the ID_USRNAME resource in the en_us.rc file, but not in resources.rc .
by Andrei003
Mon Oct 21, 2019 7:11 pm
Forum: Development Help
Topic: Rc file syntax error
Replies: 2
Views: 3643

Rc file syntax error

Can you please tell me what is wrong with this line of code? It keeps telling me there is a syntax error but I just can't find it.

Code: Select all

MENUITEM "User properties", ID_USRNAME, MFT_STRING, MFS_GRAYED
This is exactly how it is in the code.
by Andrei003
Sat Aug 17, 2019 2:54 am
Forum: Development Help
Topic: Win32
Replies: 1
Views: 1753

Win32

I need to know where are the default Classic theme styles defined.
I also need to know where the window metrics (including the title bar) are located.

Any help appreciated.
by Andrei003
Sat Aug 17, 2019 2:53 am
Forum: Development Help
Topic: Login screen
Replies: 1
Views: 3385

Login screen

If I want to replace the classic window style login screen, where should I look?
by Andrei003
Thu Jun 20, 2019 11:20 am
Forum: Development Help
Topic: How is the Start button created on the taskbar (or How do I add a button to the taskbar) ?
Replies: 5
Views: 5449

How is the Start button created on the taskbar (or How do I add a button to the taskbar) ?

If anybody could help me, I need to know exactly how the Start button is added to the taskbar, so I can add another button, right next to the Start button.
by Andrei003
Wed Jun 05, 2019 5:54 pm
Forum: Development Help
Topic: ReactOS and Visual Studio
Replies: 4
Views: 2452

ReactOS and Visual Studio

I need help making ReactOS for Visual Studio. Also, how can I visually edit GUI's ?
by Andrei003
Sun Jun 02, 2019 10:51 pm
Forum: Development Help
Topic: How do I add a file to the desktop?
Replies: 1
Views: 1554

How do I add a file to the desktop?

Well, the title says it all :) :)
by Andrei003
Sat Jun 01, 2019 4:07 pm
Forum: Development Help
Topic: Boot logo
Replies: 4
Views: 2594

Re: Boot logo

hbelusca wrote: Mon May 27, 2019 1:31 pm and also observe how the bitmaps are paletted-indexed bitmaps, and not regular 24-bits bitmaps.
how do i make such a bitmap? what software can be used?
by Andrei003
Sun May 26, 2019 1:37 pm
Forum: Development Help
Topic: Boot logo
Replies: 4
Views: 2594

Boot logo

I want to change the boot logo. What should I change, and how (are there any rules for the bitmap itself?)