Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

I am BATMAN

@I am BATMAN
About
Posts
18
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Who is teaching these people?
    I I am BATMAN

    He shoulda written it recursively :laugh:

    The Weird and The Wonderful csharp question com help

  • error on sending mail
    I I am BATMAN

    you don't have to specify message.isbodyHTML if you want to set it false (that's default) But for failing to send the message...Do you have IIS and SMTP setup correctly on your local machine that's running this?

    ASP.NET help csharp html com sysadmin

  • stopping an exe
    I I am BATMAN

    Or if you want to kill the new application from the one that spawned it, use TerminateProcess().

    C / C++ / MFC question

  • Problem using WinMain function with C++
    I I am BATMAN

    not sure right now about the winmain part it looks correct. The DirectXExample has to be a registered class name when you pass it to CreateWindow, it's not just some text you specify. from MSDN:

    lpClassName:
    Pointer to a null-terminated string or a class atom created by a previous call to the RegisterClass or RegisterClassEx function.
    The atom must be in the low-order word of lpClassName; the high-order word must be zero.
    If lpClassName is a string, it specifies the window class name. The class name can be any name registered with RegisterClass or RegisterClassEx,
    provided that the module that registers the class is also the module that creates the window.
    The class name can also be any of the predefined system class names.
    For a list of system class names, see the Remarks section.

    C / C++ / MFC help learning csharp c++ visual-studio

  • Convert a in_addr to an IPAddr
    I I am BATMAN

    Oh ok, it worked when I saved the variable as a IPAddr the same way I was originally saving the in_addr instead of trying to cast between the two. Thanks anyways

    C / C++ / MFC sysadmin question

  • Convert a in_addr to an IPAddr
    I I am BATMAN

    yes, that was sort of vague...are you talking about how it says you can cast an IPAddr to an in_addr? I tried casting the other direction (in_addr to IPAddr) but it throws errors. Forgive me, this is basically the beginning of my windows C++ programming, up until now it's all been command line linux code. Is there a special way to cast with the win API or something?

    C / C++ / MFC sysadmin question

  • hiding windows taskbar
    I I am BATMAN

    kill explorer.exe !

    Visual Basic help

  • Annoying error for me
    I I am BATMAN

    Are you sure you're including the correct headers?

    C / C++ / MFC help question

  • Access denied
    I I am BATMAN

    Navigate to that folder, view the properties -> security. Give Users write permissions.

    C# csharp visual-studio sysadmin windows-admin help

  • small application
    I I am BATMAN

    ok cool, write one

    Linux, Apache, MySQL, PHP python game-dev

  • is there any decryption algorithm that uses a dictionary to decrypt an encrypted file?
    I I am BATMAN

    Hi. On your second line you specifically wrote that this has to be written in C. This is the Java forum. At the end of your problem statement, your question is a request for an Algorithm. So either post this in the C forums, or the algorithm one. This should not be here.

    Java question algorithms security help

  • binary search tree error compliation error
    I I am BATMAN

    That's a ton of text....What's the error?

    Java help data-structures testing beta-testing

  • sql error
    I I am BATMAN

    michaelgr1 wrote:

    dataAdapter = new SqlDataAdapter(selectcommand3, connectionstring);

    Did you put one too many new lines after that = statement? at most the assignment should be the next line down, you shouldn't add any space between the 2 lines.

    C# database help question

  • Need to change the Default Font of Control in my win32 code
    I I am BATMAN

    Sounds like you're not including the right files. Check the dependencies for that function.

    C / C++ / MFC c++ question

  • Convert a in_addr to an IPAddr
    I I am BATMAN

    In my code I'm trying to call SendARP to get the MAC address of a computer on the local network. I have their IP address in the in_addr data format, but SendARP takes it as an IPAddr. I looked on MSDN and they don't offer any explicit ways to convert between the two and google searches so far have not proven fruitful. Anyone done this before?

    C / C++ / MFC sysadmin question

  • how to install emac
    I I am BATMAN

    I'd be surprised if you don't already have it installed. try running it from a terminal

    Linux, Apache, MySQL, PHP linux tutorial

  • WSS and Ajax
    I I am BATMAN

    Maybe it's the javascript.

    Web Development

  • Changing a form's target through javascript
    I I am BATMAN

    run this through jslint, tips: always use triple = for comparison (===) opening brackets must come on the same line as the conditional statement opening them, Javascript does strange things in certain situations if it's on the next line.

    Web Development
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups