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
9

9ine

@9ine
About
Posts
164
Topics
61
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Windows Explorer like thumbnail selection in a list view
    9 9ine

    When the list view in large icon mode and you hover the mouse over the item thumbnail or select it you will see significant difference with list view of large icons in visual studio. In visual studio list view when you select item entire thumbnail becomes gray. I want selected item to look the same as in windows explorer.

    9ine

    C# tutorial question

  • Windows Explorer like thumbnail selection in a list view
    9 9ine

    By default selecting an item in a list view with large icon mode makes the selected item thumb grayish. How to provide thumbnail selection display as in windows explorer?

    9ine

    C# tutorial question

  • MaskedTextBox for IP address entry sample?
    9 9ine

    How to set the correct mask without promt chars display and right logic to enter IP address without starting zeros and parse it since the returned value are numbers without separating char?

    9ine

    C# tutorial question

  • fabs with SSE
    9 9ine

    How to encode fabs with SSE assuming 4 floating points are already in __m128 register? It is better to use SSE2 or 3 but alternatives for latest SSE will be also acknowledged

    9ine

    C / C++ / MFC tutorial question

  • /RTC option fails to launch a project in VS2005 debug mode?
    9 9ine

    I've installed VS2005 version 8.0.50727.42 (RTM.050727-4200) Just start a simple console application, no code added and try to run it with F5 in DEBUG and RELEASE modes. With DEBUG mode the VS2005 does not run it with F5 for debugging showing message box that MSVCR80D.dll is not found. 'console1.exe': Loaded 'C:\Soft\projs\test\console1\console1\Debug\console1.exe', Symbols loaded. 'console1.exe': Loaded 'C:\WINXP\system32\ntdll.dll', No symbols loaded. 'console1.exe': Loaded 'C:\WINXP\system32\kernel32.dll', No symbols loaded. Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown during process load The program '[1488] console1.exe: Native' has exited with code -1073741515 (0xc0000135). There is no such a problem for RELEASE build, all is running and you can go thru code as it is executed. 'console1.exe': Loaded 'C:\Soft\projs\test\console1\release\console1.exe', Symbols loaded. 'console1.exe': Loaded 'C:\WINXP\system32\ntdll.dll', No symbols loaded. 'console1.exe': Loaded 'C:\WINXP\system32\kernel32.dll', No symbols loaded. 'console1.exe': Loaded 'C:\WINXP\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\msvcr80.dll', Symbols loaded. 'console1.exe': Loaded 'C:\WINXP\system32\msvcrt.dll', No symbols loaded. By comparing project settings for release and debug modes I've found out difference in C/C++ -> Code Generation Basic runtime checks "default" in RELEASE "both (/RTC1,equiv. to /RTCsu)" in DEBUG Command lines for C/C++ in project options are: DEBUG /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\console1.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt RELEASE /O2 /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Yu"stdafx.h" /Fp"Release\console1.pch" /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /nologo /c /Wp64 /Zi /TP /errorReport:prompt If we remove that /RTC option in DEBUG configuration all is fine and MSVCR80D.dll is loaded normally What's the reason for that bug if anyone encountered it?

    9ine

    C / C++ / MFC c++ debugging help announcement ai-coding

  • findfirst file
    9 9ine

    I thought codeproject was my friend :(

    9ine

    C / C++ / MFC

  • findfirst file
    9 9ine

    no MFC only native windows API please

    9ine

    C / C++ / MFC

  • findfirst file
    9 9ine

    Give me a snippet of code for a findfirstfile to browse thru all files by a mask in a certain directory

    9ine

    C / C++ / MFC

  • Find window and click a button there?
    9 9ine

    There is a message box window and I need to find it among the other Win windows, should bi FindWindow to search for its specfic "title" and then it has 2 buttons in it "Cancel" and "Ok" I need to send a message button_click to one of them. How to find that message box window by its title, find the handles of the "Ok" and "Cancel" buttons and send a message to one of them? I dont remember all the windows API for this

    9ine

    C / C++ / MFC json tutorial question

  • runing a console app from a batch file with indefinite params
    9 9ine

    How to run a VC console app from a batch file but with variable number of params? file.bat vcConsole.exe %???? > file.bat param1 params2 param3 ... paramN and pass them all at once without %1 %2 %3 ... in batch file?

    9ine

    C / C++ / MFC tutorial question

  • quick watching vector variable
    9 9ine

    how in debug mode watch the contents of the vector<> it only shows first elemnt only, and not tmp[i] telling it is not possible

    9ine

    C / C++ / MFC graphics debugging

  • how to get rid of VC++ tabs?
    9 9ine

    yeah untabify works fine

    9ine

    C / C++ / MFC c++ regex tutorial question

  • how to get rid of VC++ tabs?
    9 9ine

    does not help with "if" and press "{"

    9ine

    C / C++ / MFC c++ regex tutorial question

  • how to get rid of VC++ tabs?
    9 9ine

    I use VC 2003

    9ine

    C / C++ / MFC c++ regex tutorial question

  • how to get rid of VC++ tabs?
    9 9ine

    ??? I dont use TABS, always spaces, but VC like tabs, e.g. when you start to compose switch() block and typing like case 2: and after you press ':' button VC accelerate this line ahead so it is ____case 2: and you have to delete VC job but there is always some hidden TABS which you can not see and your code looks normal in VC but horible in text editor

    9ine

    C / C++ / MFC c++ regex tutorial question

  • how to get rid of VC++ tabs?
    9 9ine

    I found it is strange, while in VC studio editor the code looks very nice with propper spacing, but when you view it in simple text editor the lines are out of order and do not match the same style in the VC. It the TABs that VC paste here and there, but you can not get rid of them thru find and replace, since you press button TAB in the find edit box it skips to net control.

    9ine

    C / C++ / MFC c++ regex tutorial question

  • suspending program execution. kbhit()
    9 9ine

    so no useful ones for program suspension what about gets() but how to not to print the key you pressed?

    9ine

    C / C++ / MFC tutorial

  • suspending program execution. kbhit()
    9 9ine

    no it is not proper

    9ine

    C / C++ / MFC tutorial

  • suspending program execution. kbhit()
    9 9ine

    I use kbhit for suspending program execution but it consumes processor cycles while(!kbhit()){;} how to do it without consuming cycles

    9ine

    C / C++ / MFC tutorial

  • sscanf() for just one field
    9 9ine

    yeah. david crow rulez

    9ine

    C / C++ / MFC tutorial
  • Login

  • Don't have an account? Register

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