Search:

Type: Posts; User: NeptuneCentury

Search: Search took 0.04 seconds.

  1. well, version info shows up when I create an app...

    well, version info shows up when I create an app in MS VC++.
    I think it is the resource compiler. The version info is in the script,
    but not in the .res file (i looked thru it with ResHacker, and...
  2. I can compile my resource file and my application...

    I can compile my resource file and my application manually, no problem,
    but, when I add version info to the resource file, it does not show up
    in my exe. But all other resources do... I have...
  3. Attach version info to C application?

    Hi, I've also been trying to add a version resource to my app. I use
    Pelles C resource editor to edit my version info. And then I compile
    my app with LCC and there is no version info in my app.
    ...
  4. Thanks, it works now!

    Thanks, it works now!
  5. How to use String Tables in resource files

    Hi, I just started playing around with String Tables, and I was
    wondering how I would get a message box to display my text?

    Anybody got any ideas?
    Thanks
  6. Replies
    0
    Views
    6,849

    (C, BCX) - Play SNES Files with FMOD

    Here is a code example to stream snes sound files thru the FMOD
    sound engine.

    Includes a sample spc and source in C (LCC-Win32) and BCX.
    Also includes a sample program. You can apply reverb to...
  7. Replies
    0
    Views
    5,502

    (C, BCX) - Play SNES Files with FMOD

    Here is a code example to stream snes sound files thru the FMOD
    sound engine.

    Includes a sample spc and source in C (LCC-Win32) and BCX.
    Also includes a sample program. You can apply reverb to...
  8. Replies
    2
    Views
    634

    right now i am using getdrivetype api to...

    right now i am using getdrivetype api
    to enumerate devices when i right click the send to menu in my prog. this is good for now until i get a better method. i already have my form subclassed, i just...
  9. You will have to create a manifest file for...

    You will have to create a manifest file for outlook. Even tho outlook supports XP styles already.

    That should work
  10. Replies
    2
    Views
    634

    Detect Removable Media?

    How do you detect removable media that
    has been inserted into the computer?

    Say i have a memory card and i insert it
    in the drive, how can i get my app to
    recognize it?

    Is there some Windows...
  11. Replies
    0
    Views
    1,452

    URLDownloadFile Progress

    I am new to C and i can't do much.
    but how do you set the callback of
    URLDownloadFile so i can view its
    progress with a progress bar?

    or is there another way to get it's progress?

    Thank you...
  12. Replies
    4
    Views
    702

    This does the trick CONST WS_BORDERLESS =...

    This does the trick

    CONST WS_BORDERLESS = 0xFFFFFFFF80000000


    Thanks.
  13. Replies
    6
    Views
    1,289

    Good point, I have seen some sample source code...

    Good point, I have seen some sample
    source code for ASM and it is impossible
    for me to read.
  14. Replies
    6
    Views
    1,289

    Oh, I've done a little bit of Java. I took a...

    Oh, I've done a little bit of Java.
    I took a year of webmastering. I didn't
    learn much. I spent most of my time
    debugging, and my teacher, well, lets
    say she couldn't figure it out either.
    I'm...
  15. Replies
    6
    Views
    1,289

    Multi threading is easy and OOP, (no clue what...

    Multi threading is easy
    and OOP, (no clue what that is)

    But it's not the fact that in converts to
    C, it's that I don't know C, so it's very
    easy for me to program in basic and
    create C...
  16. Replies
    8
    Views
    1,739

    Yes, AutoRedraw is a Miracle in VB, but...

    Yes, AutoRedraw is a Miracle in VB, but
    unfortunatly I don't have that. Some one
    said to use LockWindowUpdate(frmMain)

    but that just keeps the window from being
    refreshed, period. using...
  17. Replies
    8
    Views
    1,739

    I realized what was wrong :rolleyes: I was...

    I realized what was wrong :rolleyes:
    I was drawing on a window before I was
    displaying it. I wasn't repainting the form!
    which kinda stinks because there is all this
    flickering, but at least it...
  18. Replies
    8
    Views
    1,739

    Oops, Yeah nothing happens. I called...

    Oops, Yeah nothing happens. I called
    GetLastError and it said Operation
    Completed Successfuly. ?????

    Does the code look like it should work?
    I'm not really good at the DC stuff or the
    HBITMAP...
  19. Replies
    8
    Views
    1,739

    This is what i'm doing now: SUB...

    This is what i'm doing now:



    SUB DrawBitmap(hBMP AS HBITMAP, hWindow AS HWND, Width, Height)
    LOCAL hWindowDC AS HDC
    LOCAL hMemDC AS HDC
    'Get DC
    hWindowDC = GetDC(hWindow)
    ...
  20. Replies
    8
    Views
    1,739

    Draw Bitmap on hWnd *RESOLVED*

    how do i draw a bitmap onto an hWnd
    with API?

    For example:

    Dim Bitmap As Long
    Bitmap = LoadPicture("SomeBMP")
    DrawBMP Form1.hWnd, Bitmap, 0, 0

    Public Function DrawBMP(hDest As Long,...
  21. Replies
    4
    Views
    702

    Create Borderless Form *RESOLVED*

    How would one go about creating a
    borderless window with CreateWindowEx?

    What Flags need to be set?

    anyone?
  22. Replies
    6
    Views
    1,289

    BCX Basic?

    One of the best basic programming
    languages ever! (besides PureBasic)

    BCX (Basic to C Translator) outputs its
    code to a C file then compiles it using
    LCC win.

    Amazing language.

    I am...
  23. I do have other projects. I just think it's fun...

    I do have other projects. I just think
    it's fun to develop media players.
    I love winamp, NO one can beat it.
    I just like to develop. I thought someone
    else might share the same interest.
  24. Replies
    1
    Views
    521

    Refresh DC with API

    I need to refresh a Device context
    constantly without flickering by using
    API. The object does not support auto redraw.

    Can anyone help?
  25. Seeking Developers for Media Player

    Neptune Century Inc. is looking for
    developers to help with X Media Player.

    Also we need some of you out there to
    test our new Winamp Emulator plugin.

    (allows winamp vis plugins to work with...
  26. Replies
    35
    Views
    5,488

    How easy is it to convert VB6 apps? And what to...

    How easy is it to convert VB6 apps?
    And what to you mean by IO functions
    being slow? do you mean files, graphics?
  27. Replies
    0
    Views
    451

    SendMessage API [RESOLVED]

    I need an app to query another app for
    status.

    Example:


    lngRet = SendMessage(hParantHwnd, WM_USER,0,104) 'Query App for playback status
    '1 = playing, 3 = paused, other = stopped
  28. Replies
    35
    Views
    5,488

    So, basically, The VB runtime DLL's are no...

    So, basically, The VB runtime DLL's are no
    longer needed? What about execution?
    is it faster? How about compiled code is it
    more or less in size than vb6?
  29. Replies
    35
    Views
    5,488

    Pros and Cons of VB.Net

    I've been thinkin about moving to VB.net
    from VB6. My number one concern is the
    .net frame work. is this required to have
    another user run my program? And what
    about Ture 32 bit DLL's, not those...
  30. Replies
    15
    Views
    1,006

    You should try FMOD

    Have you tried FMOD? Simple DLL used
    to play music through DirectSound or
    Windows Media, Includes EQUALIZER
    and other DSP effects, Spectrum analysis
    load music into multiple channels and so
    much...
  31. Replies
    17
    Views
    1,177

    How did you do your project? 8 different forms...

    How did you do your project?
    8 different forms or one form?
    If you used different forms you will need
    a global Variable. After each question
    is answered correctly, add one to the
    variable: Total...
  32. Replies
    5
    Views
    673

    Hmm... It doesn't even create a log file for me....

    Hmm... It doesn't even create a log
    file for me. I can't get it to work :confused:
  33. Replies
    17
    Views
    1,177

    Can't you just set the "Value" property to...

    Can't you just set the "Value" property
    to "False" for all four options so none
    are pre-selected?
  34. Replies
    17
    Views
    1,177

    He doesn't have to create 8 different forms....

    He doesn't have to create 8 different forms. Unless he's supposed to.
  35. Replies
    17
    Views
    1,177

    There are 8 questions? 4 answers for each...

    There are 8 questions?
    4 answers for each question

    I don't know it was just a simple idea
    I came up with

    But he said he was using 8 forms
    I guess he is putting separate controls
    on each...
  36. Replies
    17
    Views
    1,177

    How do you plan on having the user anwser...

    How do you plan on having the user
    anwser questions? Option Boxes or
    Text Boxes?

    EDIT: For starters is not "==" its just "="
    EDIT: Are you familiar with Control Arrays?
    Control Arrays could be...
  37. Replies
    2
    Views
    385

    I tried that but all it did was make my timer...

    I tried that but all it did was make my
    timer run very poorly and and the hotkeys
    still did not work right. There has to be
    another way! :o The one timer runs a
    visualization for my media...
  38. Replies
    2
    Views
    385

    Timer Controls and Hotkeys

    I found some examples on how to use
    Hotkeys, and they work, except when you
    have other running processes (like timers)
    going. I have to hold down the Hotkeys for
    seconds before it finally...
Results 1 to 38 of 38



Click Here to Expand Forum to Full Width