Search:

Type: Posts; User: richardfish

Search: Search took 0.01 seconds.

  1. Thread: Huh?

    by richardfish
    Replies
    1
    Views
    862

    Huh?

    I just posted a thread about a problem with C# and Flash and it's disappeared.

    I don't think it should have been deleted since it was about programming under the Windows platform, to create a...
  2. Replies
    3
    Views
    6,918

    I have seen that before, when I Googled for...

    I have seen that before, when I Googled for information... However I don't think it's very helpful!

    the step :
    3. You should tell the Flash component to load and play an SWF file by setting the...
  3. Replies
    3
    Views
    6,918

    Playing Flash in C#

    Hi,

    I'm developing a program which will use Flash Movies (.swf) to display a character on the screen. I've heard that the ActiveX controls in C# make this easy to do, and I have Visual Studio...
  4. Replies
    4
    Views
    1,244

    Just when I think I've got a handle on this...

    Just when I think I've got a handle on this thing, I realise I'm using the wrong language again! Oh well, thanks for the advice guys. :)
  5. Replies
    4
    Views
    1,244

    Flash as a resource

    Just wondering if there's a way Shockwave Flash files (.swf) can be used as a resource in a Windows program? I intend to create animations in Flash and then place them into an invisible window on...
  6. Replies
    2
    Views
    1,087

    OK thanks, I'll give it a bash.

    OK thanks, I'll give it a bash.
  7. Replies
    2
    Views
    1,087

    resource editor

    Hi, I'm just starting to write programs in C/win32 API, and was wondering if anyone can recommend a good resource editor? I'm thinking it may get too tiresome to try and type them all out by hand...
  8. Replies
    2
    Views
    905

    Ah, right - that extra text about the IDC_STATIC...

    Ah, right - that extra text about the IDC_STATIC seems to have worked. Thanks.
  9. Replies
    2
    Views
    905

    problem creating dialogs

    Hi, I'm just going through theForger's tutorial for win32 API, and have got to the bit about dialog boxes. I've added this code to my resource file:


    IDD_ABOUT DIALOG DISCARDABLE 0, 0, 239, 66...
  10. Thread: resources

    by richardfish
    Replies
    6
    Views
    1,289

    Isn't it the case that it will just make things...

    Isn't it the case that it will just make things more complicated and it's bad programming practice to use the actual numbers rather than the identifiers? I mean keeping tracking of the numbers alone...
  11. Thread: resources

    by richardfish
    Replies
    6
    Views
    1,289

    Yeah, I have a resource.h file as well, and that...

    Yeah, I have a resource.h file as well, and that is the only one that's included with the actual file. The complete project contains the files simplewindow.c, resource.h and resource.rc. Maybe...
  12. Thread: resources

    by richardfish
    Replies
    6
    Views
    1,289

    resources

    I'm just starting Windows programming using C, and have been going through a tutorial - http://www.winprog.org/tutorial/index.html - however, I'm having trouble getting my compiler to include the...
  13. Replies
    10
    Views
    2,448

    Thanks, I got Dev-C++ Version 4.9.9.0, and that...

    Thanks, I got Dev-C++ Version 4.9.9.0, and that seems to be running the first test.c file from the tutorial fine now. The text display program (transparency demo posted by anonytmouse) isn't working...
  14. Replies
    10
    Views
    2,448

    Well I thought that as well, but in the FAQ it...

    Well I thought that as well, but in the FAQ it says it's capable of compiling Win32 programs when you add on RSXNTDJ, as long as it looks for the libraries from that first. So that's kinda why I was...
  15. Replies
    10
    Views
    2,448

    I might as well include more stuff just in case...

    I might as well include more stuff just in case anyone needs to see:

    In the file djgpp.env:


    note i put the RSXNTDJ libraries first. so it should find them first.

    Relevant environment...
  16. Replies
    10
    Views
    2,448

    Thanks for all the links anonytmouse! I'm...

    Thanks for all the links anonytmouse!
    I'm having a problem now however, I know what it is, and I know how it should be solved, but it's not happening. I've been at it for about 6 hours now, and...
  17. Replies
    10
    Views
    2,448

    Excellent, thanks for your help. I'll have a...

    Excellent, thanks for your help. I'll have a look at Win32 API stuff and creation of skins.
  18. Replies
    10
    Views
    2,448

    desktop character

    Hiya, newbie to the board - so just saying hello first off.

    Anyway, my real point in posting is to ask about the creation of a desktop character. I'm wanting to create a desktop agent (a dog)...
Results 1 to 18 of 22