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
S

skaanji

@skaanji
About
Posts
39
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Function Parameters
    S skaanji

    you can undecorate parameters of C++ functions using dependency walker but unfortunately it does not work with C functions

    C / C++ / MFC tutorial

  • LNK2005
    S skaanji

    jimNLX wrote: These are local to their files but linker puts these files together

    C / C++ / MFC help c++ question

  • .net and speed
    S skaanji

    You mean, you can never know whether it works on a user system although it works fine on your.Man,well :sigh: i'll await and see what happens

    The Lounge csharp design performance question

  • .net and speed
    S skaanji

    Thanks for hints. I think flaw i did was making complicated UI using form designer. I see also it is easy to write UI with net without form designer. alright.

    The Lounge csharp design performance question

  • .net and speed
    S skaanji

    well I said i'm not sure because dont know much about .net i prever to write apps in C++ using W32API.I was confused seeing net's speed. So if you mean it is great stuff i'll belive you:)

    The Lounge csharp design performance question

  • .net and speed
    S skaanji

    starded programming with .net i see it is fast way to develop user interface also it offers heap of classes, i'm not sure but it seems to be stuff coded with .net runs wery slow just like VB6 app running trought it's VM:omg:.Maybe it's something wrong on my HD or is it really so slow i don't know. what do you think about it?

    The Lounge csharp design performance question

  • PopUp menu of unknown size
    S skaanji

    Using: AppendMenu(HMENU hMenu,UINT uFlags,UINT_PTRuIDNewItem,LPCTSTR lpNewItem);

    C / C++ / MFC learning

  • Unlimited or arbitrary string lengths?
    S skaanji

    I'll suggest you to use RichEdit messages, EM_GETTEXTLENGTHEX to get length of text and create bufer. and EM_GETTEXTEX to get text and fill buffer

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

  • DirectX pixel drawing
    S skaanji

    Thanks for this link. You're right it seems to be time waste to do that, i think i better use bitmaps to realize my ideas :)

    C / C++ / MFC graphics dotnet game-dev question

  • DirectX pixel drawing
    S skaanji

    Hi, so far i newer have coded using DirectX i've found some tutorials to draw bitmaps on screen. Is there no function to draw colored 2d pixels? or some way like we did in dos you know poke(0xA000,(y*320)+x,clr):laugh: So i just want to draw 2d graphics with DirectX.

    C / C++ / MFC graphics dotnet game-dev question

  • Reading/Writing XP registry files
    S skaanji

    Thanks

    C / C++ / MFC windows-admin question

  • Reading/Writing XP registry files
    S skaanji

    It is linux. so i need some code to do id without windows API

    C / C++ / MFC windows-admin question

  • Reading/Writing XP registry files
    S skaanji

    XP saves all settings in binary files located in windows\\system32\\config right? i looking for some way to read these files? i want to access registry from another os

    C / C++ / MFC windows-admin question

  • own windows shell ?
    S skaanji

    1. we dont like to say "i dont know how" 2. we dont like microsoft:laugh:

    The Lounge linux question

  • own windows shell ?
    S skaanji

    ahaaa interesting!

    The Lounge linux question

  • own windows shell ?
    S skaanji

    Would be nice to do that.But there is a problem windows crashes every time if i try to change something. it seems to be microsoft will prevent programmers to do it this way:mad::confused::((.

    The Lounge linux question

  • own windows shell ?
    S skaanji

    Maybe it's a stupidly idea but is it possible to write own shell for XP? but not explorer replacement rather some like KDE which replaces complete windows graphical interface.

    The Lounge linux question

  • Non-MFC Colored Listbox items
    S skaanji

    See MSDN Creating owner-drawn listbox[^]

    C / C++ / MFC c++ tutorial learning

  • Creating a button without using CButton
    S skaanji

    If i right understand your question it can be done creating button using CreateWindow(WC_BUTTON ...) and then setting its WndProc to your own defined using LONG DefWndProc=SetWindowLong(hWndButton,GWL_WNDPROC,lpfnYourOwnWndProc); you should also call default button process using pointer returned by SetWindowLong() at return of your own WndProc.

    C / C++ / MFC question graphics help

  • Drawing icons with alpha channel
    S skaanji

    I use icons from system dlls in my app TreeView draws thick black edge instead of transparent shadow. What is the best way to solve this problem? Thanks in advance.

    C / C++ / MFC question graphics help
  • Login

  • Don't have an account? Register

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