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
E

Eddie_NG

@Eddie_NG
About
Posts
13
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MVP Icon
    E Eddie_NG

    Ah, I just realised its codeproject MVP's :)

    The Lounge architecture

  • Don't you just love it ...
    E Eddie_NG

    Yeah, Did it again the other day :/

    The Lounge

  • MVP Icon
    E Eddie_NG

    Excuse my ignorance, but how do you become an MVP?

    The Lounge architecture

  • BSTR Conversion
    E Eddie_NG

    You could add the result from this to your string buffer: _com_util::ConvertBSTRToString( yourBstr )

    C / C++ / MFC question

  • read an excel file
    E Eddie_NG

    http://www.codeproject.com/database/cspreadsheet.asp Thats just one I found in a quick search.

    C / C++ / MFC question c++

  • LED connected to parallel port and flashes Morse Code
    E Eddie_NG

    Cool :) I've always wanted to try something like this...

    The Lounge com adobe

  • Live Messenger issues anyone?
    E Eddie_NG

    Same here, I can see my contacts status. But not send/recv messages.

    The Lounge c++ csharp com question discussion

  • A simple {} question
    E Eddie_NG

    Curly brackets or braces should do :P

    The Lounge question css

  • A simple {} question
    E Eddie_NG

    Parentheses I believe. Edit: Oh, Read the topic wrong, Parentheses are ().

    The Lounge question css

  • AtlAxWin & IE 7
    E Eddie_NG

    When you run a javascript / html document in ie from your hard drive, it displays that "Allow blocked content". I think that's whats stopping it. Any other info on how to get around this?

    C / C++ / MFC adobe tools question

  • AtlAxWin & IE 7
    E Eddie_NG

    Hello there, I have recently updated to internet explorer 7 from firefox. I have Internet explorer 6 beforehand. When I called, CreateWindow with "AtlAxWin" as the class, and the location of my flash file as the title, I can load flash movies from the hard drive.. but when I try and access them from the web, I cannot anymore... I get script errors obviously from the browser component it uses. Dos anyone know why its doing this since I updated? Is it flash 9 that came with the browser that's doing it? or what? Many thanks, Eddie

    C / C++ / MFC adobe tools question

  • Open Explorer from VC++ application....
    E Eddie_NG

    Try: m_explorerctrl.Navigate("http://www.yahoo.com",0,NULL,NULL,NULL);

    C / C++ / MFC help c++ com tutorial question

  • get txt file size
    E Eddie_NG

    Once you have opened your file: long size; fseek(file,0,SEEK_END); size = ftell(file); rewind(file);

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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