comp.os.mswindows.programmer.misc
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.misc only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... programmer.misc Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  sperm shack com sperm tgp free sperm attack free sperm sucking sperm on pussy 1         


Author: kmwkawrt
Date: May 11, 2008 05:17

Show full article (2.08Kb)
no comments
  generic tablet ampicillin tablet generic cream chloramphenicol ampicillin chlamydia antibiotic 1         


Author: hugo_hurtig
Date: May 10, 2008 17:41

generic tablet
ampicillin tablet
generic cream
chloramphenicol ampicillin
chlamydia antibiotic

+++ ANTIBIOTICS +++ ANTIBIOTICS +++ ANTIBIOTICS +++
+
+
http://jhku.net/BUY-AMPICILLIN/
http://jhku.net/BUY-AMPICILLIN/
http://jhku.net/BUY-AMPICILLIN/
http://jhku.net/BUY-AMPICILLIN/
+
+
+
+
Show full article (1.60Kb)
no comments
  Protect yourself against Operation Sudden Fall         


Author: Sarah.Abegg
Date: May 9, 2008 17:47

Law enforcement is now intercepting text messages,
as proven by Operation Sudden Fall in San Diego.

http://www.usdoj.gov/dea/pubs/states/newsrel/sd050608.html
http://www.signonsandiego.com/news/education/20080506-1338-bn06sdsu2.html

Don't let your personal SMS/text messages fall into
the wrong hands. Encrypt your messages with one
of these:

http://www.CryptoSMS.org
http://www.CryptoSMS.com
http://www.FortressMail.net/fortress_sms.htm
http://www.Cop2p.com/encrypted_sms.html

Be Safe, Be Encrypted, Fuck the Police!!

--
Don't try to grin genuinely while you're creating from a alone meantime.
no comments
  Problem while performing StretchBlt on HP 1010, HP 1018, HP 1020 and HP 3050         


Author: Harish
Date: May 6, 2008 08:54

Our application uses Windows GDI library to perform rendering and
display of data/output onto
the devices such as Screen and Printer.

While I am trying to print the data onto a series of printers (HP
1010, HP 1018, HP 1020 and HP
3050) I am facing a typical problem.

Explaination
------------------

1. Appropriate DC for the intended device is created [Printer DC
created for a selected printer in this case]
2. The data is displayed onto the identified position onto the DC

The details of data (fields) to be displayed and their position onto
the DC is calculated before the printing begins.

If sufficient space is available for displaying/printing a field
(data), then it is displayed directly onto the DC (using TextOut.

However at situations, the space available for printing (displaying) a
piece of data may not be enough. In such scenario, I display such
information onto a temperory (display) DC and then perform
StretchBlt(....) onto the printer DC.
Show full article (2.82Kb)
no comments
  ntvdm.exe msdos programs mapping         


Author: gerotica
Date: May 3, 2008 19:59

How does ntvdm.exe maps a dos 16-bit program for execution?
no comments
  BSOD Windows 2003 Server         


Author: ronf
Date: May 1, 2008 06:13

Can anyone help reading this memory dump. I posted in the server
group and someone suggested that someone here may be able to assist
further. Dell Poweredge 1800, 3.2 xeon dual processors with 4gb RAM.

Below is the BSOD message along with the memory dump.

Thank you in advance for any help.

Ron

Can someone help me read this "analyze -v" from a memory dump file.

I have a Windows 2003 terminal server, SP2, Dell Poweredge 1800, Dual
3.2 xeon hyperthreaded, 4gb RAM.

Every night BSOD 0x00000050. Below is System eventlog entry and the
result file of a memory.dmp file, read with the Microsoft debugger.

Can anyone tell me why the server is abending? Thank you very much
in
advance.

Ron Floyd
R...@gbftech.com
Show full article (6.43Kb)
no comments
  modal/modeless WTL dialog - ERROR - Object deleted before window was destroyed         


Author: ohadpr
Date: Apr 25, 2008 03:10

i have a WTL app with a CMessageLoop, there's a big modal dialog that
is the app.
at some point this modal dialog spawns a modeless dialog
(CAxDialogImpl) which lives
for a few seconds and then wants to destroy itself from an internal
WM_TIMER handler
in the modeless dialog.
no matter how i try to destroy this modeless dialog, i get this
assertion that m_hWnd
was not set to NULL.
both the modal and modeless dialogs are also COM objects. the modal
dialog is created
as a CComObjectStackEx and the modeless dialog which refuses to die
nicely is created
this way:
CComObject* test = NULL;
HRESULT hr = CComObject::CreateInstance(&test);
test->Create(0);
no comments
  This week is full of walk in drives from leading top IT companies         


Author: www.careerchowk.com
Date: Apr 24, 2008 00:53

Hi Friends

Have a great day!!

We would like to forward the exciting job opportunities from the below
TOP companies..

Fidelity Information Services Recruits C++ Professionals
http://www.careerchowk.com/JobInfo.php?job_id=NI56

ibee Software Solutions Recruits Software Developer
http://www.careerchowk.com/JobInfo.php?job_id=ITAPR38

Penta-C Technologies Recruits Fresher - Programmer Analyst Engineers
http://www.careerchowk.com/JobInfo.php?job_id=ITAPR35

Newgen Software Technologies Recruits Software Developer
http://www.careerchowk.com/JobInfo.php?job_id=ITAPR34

Cognizant Technology Recruits Software Developer
http://www.careerchowk.com/JobInfo.php?job_id=ITAPR32

Wipro BPO Solutions Recruits Customer Service and Call Center
http://www.careerchowk.com/JobInfo.php?job_id=ITAPR31

IT SOFTWARE Recruits C, C++,JAVA Freshers
http://www.careerchowk.com/JobInfo.php?job_id=ITAPR30
Show full article (1.02Kb)
no comments
  Launching app upon connection of device containing images         


Author: Paul J. Lucas
Date: Apr 14, 2008 17:18

When the user attaches a device (such as either a digital camera or
memory card) via USB that contains images, I want my application to be
launched (if it isn't already running), signaled that there are images
on said device, and given the list of said images.

AFAIK, this is precisely what the Autoplay feature of Windows is for. I
found this article:

http://msdn2.microsoft.com/en-us/magazine/cc301341.aspx

that says that the IDropTarget interface must be implemented. I later
found this:

http://msdn2.microsoft.com/en-us/library/bb776827.aspx

that says that the IHWEventHandler interface must be implemented. Which
is correct (or easier)?

Also not that my application is "faceless" meaning it has no GUI.

- Paul
no comments
  Terminal Services         


Author: Alex
Date: Apr 13, 2008 01:48

Hi,

I am trying to come up with something similar to Microsoft's Terminal
Services but am having unfortunately some starting difficulties. Mainly
I am looking into how to log on additional users into a full desktop
environment.

I have found such a kind of feature in the SU implementation "SUperior
SU" for Windows, where its FAQ -
http://www.stefan-kuhr.de/supsu/faq.php4#q:%%3C/b%%3E_what_is_the_d -
states there are several differences between its own implementation and
the Terminal Services/Fast User Switching.

Would anyone have a hint about the right APIs respectively could point
me into the right direction (I would assume LogonUser() and
CreateDesktop() might be two key functions).

Thanks very much.
2 Comments
1 2 3 4 5 6 7 8 9