Search:

Type: Posts; User: Adock

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,653

    Windows media player

    Hello,
    I'm running Windows XP-Pro SP3, Windows media player V. 9.

    I'm learning about audio podcasts, so I've downloaded a podcast
    file, and trying to play it in the media player; but I can't...
  2. Replies
    5
    Views
    1,224

    Windows Task Manager

    Hello,

    Where can I find the Windows Task manager on Windows XP SP-3?

    I tried search, but to no avail.

    Thank you.
  3. Replies
    4
    Views
    1,501

    Deleting Adobe reader

    Hello,

    I've uninstalled the Adobe reader from my computer,
    and it left two entries in my start -> programs menu.

    When I right click to delete them, I get the following
    Message,...
  4. Replies
    1
    Views
    930

    Reformatting Multi-Boot Drive

    Hello,
    I have a multi-boot P.C., drive "C" Win'98,
    drive "D" Win' XP, drive "E" Ubuntu.

    I want to reformat drive "C."

    When the P.C. boots, it boots with the choice
    of using the arrow keys to...
  5. Replies
    2
    Views
    1,173

    Re: Explorer Page Fault error.

    Hello,
    I'm running Windows 98se.

    Using Mario F's information, i.e."psapi.dll - DLL Information":This
    link took me to the "Registry Booster web site; where i downloaded
    the software "Registry...
  6. Replies
    12
    Views
    1,675

    Explorer Error Page fault

    Hello,
    I'm running Windows 98se, and Seamonkey Browser.

    Sometimes when I right-click;I receive an Explorer error.
    An example would be, a right-click to make a folder, also
    cut and paste. When I...
  7. Replies
    12
    Views
    1,916

    Windows 98 Desktop menu

    Hello,
    My windows desktop "start menu" used to be a silver grey blueish
    colour. I was doing some cleanup, and must have clicked on the wrong
    thing, and now my menus are a green colour.

    How can...
  8. Re: Create C# Console Application

    Hello ,
    Thank you for your reply.
    Yes, it is the express edition.

    Could you give me the steps to follow
    under Project types to get under the C#
    node of the tree.

    Thank you.
  9. Subject:How to create a C# console application?

    Hello,
    I'm new to C# Programming; and running Win. XP-Pro, VC++2008.

    I'm using the help files that came with the IDE.
    It states: Start File menu, click New project, select Console Application......
  10. Replies
    1
    Views
    1,598

    MRU Cleaner with VC++2005

    Hello,

    As you may know, the Microsoft VC++2005 IDE does not
    have a feature for removing the program entries on
    the start page. This is done by editing the registry.

    I've found a small utility...
  11. Replies
    2
    Views
    2,278

    Subject:Win'98 Desktop.

    Hello,
    I have two drives on my computer "C" & "D."
    Win'98 is on the "C" Drive; Win' XP-Pro on the "D" drive.

    I've recently upgraded my graphics card from 32Mb, to 128Mb.
    They are both Asus...
  12. Replies
    3
    Views
    4,439

    Hello, Thank you laserlight for an interesting...

    Hello,
    Thank you laserlight for an interesting solution.
    However doing it:"/D_CRT...", did not work; I'm
    getting the same error.

    Doing it:"/D " #define _CRT_SECURE...", is worse!

    Thank you...
  13. Replies
    3
    Views
    4,439

    Visual C++ 2005 express ed.

    Hello,
    I'm coding in C, Win XP pro SP2., Visual C++ 2005 express ed.

    After going through the pre-compiled headers,
    and -CRT_SECURE_NO_DEPRECATE; I've managed to
    compile and run a "Hello World!"...
  14. Replies
    3
    Views
    958

    Character function not returning

    Hello,
    I'm compiling with Dev-c++ 4.01. This routine accepts
    six alphanumeric characters, e.g. A1B2C3, and is
    part of a mailing list program.

    The program compiles without errors. When run it...
  15. Replies
    2
    Views
    1,914

    Windows "Open with dialog box"

    Hello,
    I'm running Win'98 SE O/S.

    I've deleted an application from my hard drive,
    but I have a shortcut of it in the "Open with dialog box".

    How do I delete this entry?

    Thank you,
  16. Replies
    6
    Views
    1,021

    Dev-C++

    Yes.

    Newer release:
    #include <iostream>
    #include <stdlib.h>
    using namespace std;

    int main()
    {
    cout<<"Hello world!\n";
  17. Replies
    2
    Views
    1,492

    VIDE/BCC55

    Thank you for the help.
    I'll try your suggestions.

    Adock.
  18. Replies
    2
    Views
    1,492

    VIDE v.1.24/BCC55

    Hello,
    I'm using the VIDE text editor, plus
    Borland's bcc55 compiler.

    I'm trying to compile: "Hello.cpp,"
    and I get the following message:

    "Unable to create make process."

    How do I...
  19. Thread: I/E /Active X?

    by Adock
    Replies
    1
    Views
    1,933

    I/E /Active X?

    Hello,
    I had bookmarked the post header entitled:
    "My first active x program", on the C board.

    Having finally gotten around to reading it
    eventually: I kept getting the following pop-up...
  20. Replies
    3
    Views
    2,614

    Implementing opaque abstract data types

    This is very good. Thank you "The Homeworker".

    You're a scholar, and a gentleperson.

    Adock.
  21. Replies
    3
    Views
    2,614

    Implementing opaque abstract data types?

    Hello,
    How do I express the following instructions
    into "C" code? Pls give example.

    The instructions:
    Use structure pointers
    additionally hidden behind...
  22. Replies
    3
    Views
    1,422

    Reply

    Thanks to both of you.
    I will take some time
    to study your suggestions.

    Adock.
  23. Replies
    3
    Views
    1,422

    Whats' wrong with this windows Macro?

    Hello,
    Please help me solve the following:

    /*Now create the button.*/

    hwndButton = CreateWindow (
    "button", /*Builtin button class.*/
    "Click Here",
    ...
  24. Replies
    1
    Views
    1,081

    Re: Resolve Windows Macro?

    Att'n: Prelude,

    I've tried your solutions: putting each statement
    on a single line, and removing the comments.

    The results are the same!

    If your post script is meant as a complement,
    then...
  25. Replies
    2
    Views
    1,425

    Resolve error in Windows Macro?

    Hello,
    This is a windows .c program.

    The context:/*This is the windows function
    *for the main window. Etc.*/

    The error:Macro "Create windowA" used with only ten args.
    ...
Results 1 to 25 of 34
Page 1 of 2 1 2