msdn

Error on writing data to DVD

Hi, From past 1 week i stuck on this please help me i am attaching code. bool DVDBurner::Burner() { m_hResult = CoCreateInstance(__uuidof(MsftDiscFormat2Data), NULL, CLSCTX_INPROC_SERVER, __uuidof(IDiscFormat2Data), (void**)&m_discFormatData); if (!SUCCEEDED(m_hResult)) { qDebug()<<"Unable to Initialize IDiscFormat2Data "; return false...

Is there a page or document which ALL Windows APIs sorted alphabet order?

Sometimes, I want to find a function by guessing a function name. I can't this at MSDN. Is there a good web page or a document? ...

MSDN firefox examples?

When I go to these examples using Firefox 3.6.3 and click the code examples it doesn't work: http://msdn.microsoft.com/en-us/library/1whwt1k7.aspx I want confirmation that this is a Firefox compatibility problem, suspect my firewall.f ...

Which Visual Studio 2010 edition for sole developer

I am the sole .net developer for a small company. My projects span many .net technologies including WinForms, WPF, SQL, XNA, Linq, WCF, WTF?, and others. I struggle staying on top of all these projects so I'm looking to make my life easier with the release of VS2010. Without a mentor I rely heavily on StackOverflow and whatever else Go...

MSDN Subscription Expression Studio 4 licence details

I logged into my MSDN subscription (Premium) today to download the new expression studio, and I noticed that unlike Expression 3, it requires you to enter a key, and they only provide 1. Previously I installed Expression 3 on 2 computer, my home and my work computer. So my question is, is this no longer allowed? or is it a key that can ...

Has MSDN Dropped Compact Framework already?

MSDN Documentation used to indicate if a method was supported on the compact framework. But now I can't find that info anymore. I know that Microsoft has dropped Compact Framework like a hot potato, but I did not know that they had ripped it out of the docs. As examples of what I am talking about here is a link to the Graphics Members...

Help decoding MSDN Dynamic Data Article

I'm trying to run through this msdn article: http://msdn.microsoft.com/en-us/library/dd723645.aspx One of the steps is: In the class file for the page, change the base class from UserControl to EntityTemplateUserControl. Nowhere is it made clear what page is being referenced. Can someone help me? I don't see any relevant class in t...

what are the devises will be listed

Hi.. please let me know what are the devices wil be listed using the below code guid = GUID_DEVINTERFACE_VOLUME; // Get device Information handle for Volume interface hDevInfo = SetupDiGetClassDevs( &guid, NULL, NULL, DIGCF_DEVICEINTERFACE | DIGCF_PRESENT ); Thank you ...

Same code returns diffrent result on windows7 - 32 bit system

When i run the below code on windows XP - 32 , i get the below result. i have plugged only one usb pen drive On Windows XP - 32 Bit ----------------------- Drive C: ProductId: ST3160215AS ProductRevision: 3.AAD DeviceType: 7, DeviceNumber: 0, PartitionNumber: 1 DevicePath: \\?\ide#diskst3160215as_______________________...

I miss one of my drive letter

i get notification when a new device is plugged or unplugged from the system using WM_DEVICECHANGE i can able to get vendor id,product id and corresponding drive letter , when a device is inserted one by one. please refer the code below switch( pHdr->dbch_devicetype ) { case DBT_DEVTYP_DEVICEINTERFACE: pDevInf = ( PDEV_BROAD...

Appropriate MSDN Subscription

I am looking for advice on the most appropriate MSDN license (without overpaying) for the following development team. We are essentially a (3-5 developers) SharePoint/.Net development team that will be developing to SharePoint 2010. We also want to integrate with Team Foundation Server so any advice on the appropriate license for that ...

Is MSDN website sufficient for C# self-learning?

I know there are plenty of books on C#, but I'd rather learn by reading articles/guides and watching video tutorials. Would Microsoft's MSDN website be enough to teach myself C# in depth? Thank you. *Update:* @Jon Skeet: Thanks for your honest answer. I might just do that then, - I'll get Table of Contents from a C# .NET book and then...

why dont i get volume name for usb pen drive

Dear all How can i get volume name for drive letter example: how can i get volume name for G:/ Thank you for any help ...

Get Device name

Dear all How can i get device name for drive letter example: how can i get device name for G:/ Thank you for any help ...

check floppy Drive

Hello To get the removable drives i have used GetDriveType ( ) function Is it possible to check whether a drive is floppy drive or not ? Please let me know your suggestions on this... Thank you dor any help ...

interface type for a drive letter

hello experts.... Any suggstions on getting the interface type for a drive letter ( G: ) ( not using wmi ) Thank you ...

card reader ( no memory stick is inserted )

Grretings to all.. i have a card reader ( no memory stick is inserted ). when i insert into my compter it shows a drive in My Computer... why it shows like that.... Is it possible to know whether a drive is having a media ( sorry i am not sure how to call it ) or not... ...

Help on LPCWSTR...

How can i convet QString to LPCWSTR... QString a = QString("\\.\%1:").arg( "G" ); i have to use it for the below function HANDLE hDevice = CreateFile ( a ,0,FILE_SHARE_READ | FILE_SHARE_WRITE, // share mode // NULL, OPEN_EXISTING, 0, NULL); Thank you ...

byte provided for BeginReceive

what my program does is, At first connection accept, server sends data the client receive then sends again (Datasize does not change) Server receives it then sends back again .... this loop continues ... when the second time the server receives data the int returned by endreceive(); is 0 although i have found the solution but i dont k...

Why does MSDN say it's "rare" to load an assembly by path?

According to the documentation for System.Assembly: The LoadFile and LoadFrom methods are provided for rare scenarios in which an assembly must be identified by path. They suggest that you would more commonly load an assembly by its display name (for example, "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b...