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.
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.
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.
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.
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.
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._
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._
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Try reading here: CWnd::OnGetMinMaxInfo**
--BlackSmith--
**/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.
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.
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.