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
B

BlackSmith

@BlackSmith
About
Posts
87
Topics
53
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WinXP: annoying MSN Messenger!
    B BlackSmith

    I've installed MSN Messenger v6.0. HOWTO: Stop the obsolete MSN Messenger (v4.x) client from appearing in systray when openning Outlook Express? Solid.**

    o-[ BlackSmith ]-o

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    System Admin architecture question

  • Buffering, buffering...
    B BlackSmith

    I've (A friend has, I'm not that stupid...) Windows Me OS, with Windows Media Player 9.0. I've tried to connect to internet radio (using MPlayer9) but the only thing I saw was a message on the status bar: "Buffering...". I couldn't hear a thing, it just beffered. The weird thing is that it didn't send or received (bytes) anything while so-called buffering. Any ideas HOWTO resolve this issue?! :confused: Please, HEEEEELLLLLPPPP!!! Thanks...**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    System Admin help question

  • Shareable objects...
    B BlackSmith

    I don't need any kind of a waitable lock. On a mutex I can't ask 'IsLocked' and get an ansewer right away without waiting. I only want a 'flag' that I can 'set and get' ( True/False ) from any process/thread ( Naming is required for locating it of course:rolleyes: ). This comes any clearer? damn I hope so...:~**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC database question

  • Shareable objects...
    B BlackSmith

    I want to create some 'Global' flag (expalantion...): Iv'e tried the kernel sync objs but I can't query it with 'IsLocked' kind of functions (no such???) They must support naming, have boolean behaviour - means that they can be queried and set with true/false values (or 'valid addrr'/'NULL'), must be accessable from any process/thread, mustn't be physicals (like files). Is there someone with an answer or am I going CRaZzZzY?!?!?! Thanks gals... :laugh:**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC database question

  • RasDial issue
    B BlackSmith

    Any ideas howto simulate connection whick made up by RasDial()? In order to debug my app, I've to connect & disconnect the internet every few seconds _. Dya know a faster way to simulate this kind of connetion . Jee... thanX :rolleyes:**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG._

    C / C++ / MFC debugging help question

  • RasDial issue
    B BlackSmith

    Any ideas howto simulate connection which made up by RasDial()? In order to debug my app, I've to connect & disconnect the internet every few seconds _. Dya know a faster way to simulate this kind of connetion . Jee... thanX :rolleyes:**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG._

    C / C++ / MFC debugging help question

  • Rasapi32.lib
    B BlackSmith

    At 1st, I didn't declared RasConnectionNotification, but I got an error of 'undeclares identifier'. My WINVER is 0x500 (Win2K) and I linked properly to Rasapi32.lib, so I don't find any reason for this not to work. IT DOESN'T WORK!!!**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC help question

  • Rasapi32.lib
    B BlackSmith

    My WINVER is 5 (Win2K). Maybe it's in my project settings symbols. Friends, I need help!**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC help question

  • Rasapi32.lib
    B BlackSmith

    Iv'e tried to use RasConnectionNotification() but I get an error: 'undeclared identifier' Iv'e tried to write a prototype: DWORD APIENTRY RasConnectionNotificationW(HRASCONN, HANDLE, DWORD); DWORD APIENTRY RasConnectionNotificationA(HRASCONN, HANDLE, DWORD); #define RasConnectionNotification RasConnectionNotificationW got an error: 'RasConnectionNotification' - unresoulved external I've added Rasapi32.lib to the linker, also included Ras.h I also use in my code RasEnumConnections() - links great(How???, same lib!) What have I done wrong? :confused:**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC help question

  • INet detect[?]
    B BlackSmith

    Any ideas about an app that can detect if connected to the intertet??? I wrote a function that does it well, but I want to build a process that runs at background, and every time that I connect to the internet, it will signal me somehow. Should I use some kind of a timer that checks connection every 'x' seconds, or there is some global object (HANDLE) that I can use a wait function on it? Any suggestion will be blessed!**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC question

  • Is it the codec? Or maybe a driver...
    B BlackSmith

    All of my *.avi movies (only *.avi) are flickering during playback, in any player. Recently I've installed new display drivers (For: ViperII/RivaTNT2) 'detonator 4' for win2k. Any ideas for troubleshooting/resolving this issue???**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    System Admin help question

  • SetWaitableTimer...
    B BlackSmith

    Is it possible to query the remaining time of timer (returned by Set/CreateWaitableTimer)? If so HOWTO??? 10x**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC database question

  • Create/SetWaitableTimer
    B BlackSmith

    I've set a waitable timer (Create/SetWaitableTimer API) to 10 seconds. Since it's been created in a window, I can't use WaitForxxxObjectxxx sync function. So I wanna use a feature that SetWaitableTimer encapsulates, a call for completion routine. How can I assure the call for 'PTIMERAPCROUTINE' when a the timer has elapsed??? I read the the creating thread must be 'alert':confused:, but I don't want to use the sync API's. HELP!**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC question json help

  • CSplitterWnd issue
    B BlackSmith

    Hellew fellow citizens. I wish to create CSplitterWnd that looks like: +-------+----+ |Viewww1|View| +-------+""""+ |Viewww2|""""| +-------+----+ I've read Daniel Zuppingers article, but it's too much. Doe's anybody has an easier solution??? Do help. plz.**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC help question

  • CSplitterWnd issue (newby)
    B BlackSmith

    Hellew fellow citizens. I wish to create CSplitterWnd that looks like: +-------+----+ | | | +-------+ + | | | +-------+----+ I've read Daniel Zuppingers article, but it's too much. Doe's anybody has an easier solution??? Do help. plz.**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC help question

  • waveInOpen - Unresolved External Symbol !
    B BlackSmith

    Add to your project settings, under 'Link->Object/Library modules' tab, Winmm.lib. That's bout-it. :cool:**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

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

  • CFont, Bold? Italic? How???
    B BlackSmith

    How can I set these attributes to a CFont obj? How can I create a font which is bold/italic using CFontDialog? 10x. Bless you.**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC question

  • Keeping track of control width
    B BlackSmith

    Try reading here: CWnd::OnGetMinMaxInfo**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    C / C++ / MFC question

  • Microsoft.VisualStudioAnalyzer.EventSubscriber.dll is missing...
    B BlackSmith

    Where can I find 'Microsoft.VisualStudioAnalyzer.EventSubscriber.dll' ???**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    IT & Infrastructure question

  • VS.NET installation...sux!
    B BlackSmith

    I'm working on Win2k with ServicePack2 (IIS + FrontPage extention already installed). in order install this, I've read that I have to run 'BOOTSTAP.MSI' Well this install prompts that some of the files, in a specified path are'nt accessible... the files are: msdbg2.dll v7gjit.exe pdm.dll csm.dll mdm.exe mdmui.dll mdmexe.config v7jitexe.config I can't continue the installation :(( Some help here guy... plz.**

    --BlackSmith--

    **/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.

    Visual Studio csharp visual-studio windows-admin 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