Software Development Network Logo
  • VS Team System
  • IE Development
  • Smart Devicet
  • Visual C#
  • Game Technologies
  • Visual FoxPro
  • Visual C++
  • SQL Server
  • SharePoint Products
  • Visual Basic
  • .NET Development
  • Windows Vista
  • Windows Forms
  • Microsoft ISV
  • Visual Studio

Software Development Network >> Hot Coffee's Q&A profile

Hot Coffee

Member List

TemporaryNick
Quilnux
Tom_Liu
Tryin2Bgood
ccg420104
Stefan de Vogelaere
Giles Bathgate
Bob Tease
Shinmen
teplitsa
SkiesOfBordom
samoc
MaximumBob
Nathan Kerr
Andreas Ohlund
XNA Rockstar
PAULL
HumbleServant
madscene
Houng Fan
Only Title

Hot Coffee's Q&A profile

  • Software Development for Windows Vista Beep sound in listview when selection changed in Vista RC1

    I heard a beep sounds when I select item in listview in my program either using mouse or keyboard. Same thing happen to some of Microsoft programs with listview. Wonder the sound is by purpose or what. Window Explorer also use the same "SysListView32" class but no beep sound. MSDN library too. My program was build using VC++ 6. I get this too! In my own program which uses WTL::CListViewCtrl, and even in some production apps like WS_FTP Pro! I am using Vista Ultimate (production, not release candidate!). What is causing this ! ...Show All

  • Visual C++ Long link time in VC++2005

    Hello, I converted my solution from VC++ 2003 to VC++ 2005. I didn't use the conversion wizard, but rather re-created all the projects from scratch. Now, if I compile the Release build, the linker ( ) takes extremely long time. It looks like this: 1>Linking... 1> Creating library <...> 1>Generating code Now 15 seconds delay 1>Finished generating code 1>Embedding manifest... This 15 seconds delay doesn't occur for Debug build neither did it occur on VS2003. I was wondering what compiler/linker options might affect this particular part of the build process, or what other cause of the delay can there be. What exactly happens between "Generating code" and "Finished generating code" anyway ...Show All

  • Visual Studio 2008 (Pre-release) Canonicalization method

    I am trying to change the Canonicalization method in a signed SOAP message as below. Can someone show me how I can do this in C# as well as maybe the config file <ds:CanonicalizationMethod> Algorithm="http://www.w3.org/2001/10/xml-enc-c14n#"/> </ds:CanonicalizationMethod> Thanks in Advance, Edmund. Hello Todd, Could you send me sample code C# or VB or something to get started please I was able to work it in WSE 3 but am a bit lost in WCF. Thanks, Edmund ...Show All

  • .NET Development dataset throwing arithmetic exception

    I have a function that is throwing an arithmetic exception when I try to store a 10 digit number. I checked the database, the field is set to bigint and I can enter the number manually without any problems. I also tested the stored procedure I use to insert the data and it too will accept the number without any problems. However, when I use the data table's add row method I get an arithmetic exception. The field in the dataset is set to System.Int64. I am lost as to what may be causing this. Any help would be greatly appreciated. thanks, Luis Here is the source code I'm using. Basically I get a DirectoryInfo or FileInfo object and pass some of the values to a database table in memory Private Sub AddFileToEx ...Show All

  • SQL Server *.mdf to *.sdf

    Hi! Is there any way to convert *.mdf database to *.sdf Thank You I've found special tool for that It's called Data Port Wizard. It copies data from SQL Server / Access to / from SQL CE 2.0 or SQL Mobile. You can get it here: www.primeworks.pt ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cannot get a list of Lobby aware applications (C#)

       Good evening all, I just cannot seem to get a list of Lobby aware applications registered on my system. I know there are two games that are listed on dxdiag's Network tab, and shown as Lobbyable applications. But when I execute: Microsoft.DirectX.DirectPlay.Lobby.Client.GetLocalPrograms() and try to attach to a listbox, nothing happens. The array is empty. Any idea why I have DX9 installed. Is it backward compatibily issue or something I'm missing Regards, Shuhrat That's look you trying to start AOC :) I am using pointer to structure, so, those interfaces aren't familiar to me but I notice that you totally missing session info. Search for : DPLCONNECTION_CREATESESSION DPLCONNECT ...Show All

  • SQL Server How to: Link a Report to a Model as a Clickthrough Report

    I'm having some difficulty linking a custome drilldown or clickthroug report to another report that I have already created in report builder. I followed a MSDN article found at http://msdn2.microsoft.com/en-us/library/ms345226.aspx but I cannot find the " Select a page area, select Drill-through reports " option in report manager. Does anyone have a better explanation on how to do this I'm assuming that when you create the clickthrough report there has to some sore of filter on it that relates to the item of the clickthrough. I guess I'm I little confused, any help would be great. Thanks. I've got to that point however every time I try and link a report to the base Model as a drill-through repo ...Show All

  • .NET Development converting a byte array to a string?

    I have a program that acts as a server and when it receives information I would like to get all the data until a break char is given. for example the return key. The problem I am having is converting the Byte Array back to a string, it seems to only be giving me numbers. If you would like me to post my code to explain then I will :D. hi, you can't tell what the tcp socket will read may be one letter or may be many messages at once, you have to explicity set the size of the packet when you recieve there are many ways to solve this problem 1) to use fixed size packet like every packet is 32 byte length, the packet will wait tell read all the data b4 it gives anything s.Receive(data, 0 , 32 , SocketFlags .None); 2) to ...Show All

  • Visual Studio Team System TFS Evaluation remaining time

    Hi, Is there a way to check how many days of evaluation are left in my TFS server Even a messy way like looking in the registry or calling a web service is fine ... Thanks, Eli Hi Martin, Sadly this solution is not good enough for my case , as I too upgraded from RC to RTM, so changeset #1 does not indicate the installation day. Isn't there a registry key or a file we can look at Isn't there a Web service method we can call to get the license status Thanks, Eli. ...Show All

  • Windows Forms Put a glass panel over form while processing?

    Dear all What i would like to achieve is placing something like a glass panel over the form while is doing some processing and show a proress bar. Little something like that , which would informa the user that something is happening:) Any ideas or advice Is there any code examples Cheers (1) 0x20 is WS_EX_TRANSPARENT (from C's "WinUser.h" file) (2) It should be cp.ExStyle |= 0x20; (ie use the OR operator rather than adding it.) ...Show All

  • Visual Studio Tools for Office Outlook Add-in Not Loaded :runtime error HELP HELP

    Deall ALL, I installed the following in the client machine Office 2003 SP2 framework 2.0 office tools runtime MS PIA the Patch KB908002 lockbackRegKey.msi extensibilityMSM.msi office2003-kb907417sfxcab-ENU.exe all did all of the above and no luck to get my Outlook- add in working in the destination machine BUT IT WORKING PEFECTLY in my DEVELOPMENT MACHINE plzzzzzzzzzzz help HELP Have the same problem. The popup window says: The current .Net security policy does not permit the customization to run .... Could not load file or assembly 'OutlookAddin1, Version=1.0.0.0, Culture=neutral, PublicKey Token=..........' Failed to grant permission to execute. ...Show All

  • .NET Development Oracle Real Application Cluster Support

    Hi Does anyone know what (if any) support the Microsoft .Net Framework data provider for Oracle has for the Oracle Real Application Cluster (RAC) The documentation for the Oracle data provider for Oracle list its level of support, but I can't find any positive or negative information about whether the Microsoft data provider for Oracle will even connect. Hope this makes sense and many thanks for any help in advance. Neil System.Data.OracleClient does not do anything explicitly to support RAC. OracleClient uses Oracle's OCI layer under the covers, so if there is something you can configure at the OCI level, or if there's an Oracle-specific connecting string attribute you can use to enable some ...Show All

  • Windows Forms Getting value from DataGridView Combobox column

    I have combobox column type in a datagridview. I have given some datasource, datavaluefield and datamember field. Now once the comboxbox is selected, for each row i want datavalue corresponding to that selected item of combo box. Please help. Gaurav Hi,Gaurav G Here is a FAQ with the title How do I have a combo box column display a sub set of data based upon the value of a different combo box column I hope it helps. Best Regards. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. One BGM in memory at a time? See if my method makes any sense.

    Take a look and see if this makes sense. I can't seem to stream an audio file from the hard drive, or at least I don't know how. It looks like streaming is designed to be read from a DvD. However, failing that, it looks like when you define a new audio engine and specify the xact file to use, it loads all the wav files into memory. Obviously, this isn't a good idea for multiple large music files. So... what about creating a separate xact file for each bgm, disposing the wavebank when you want a new bgm and creating a new audio engine, wave bank, and sound bank using the xact file of the new bgm you want. Would this achieve the goal of having only one bgm in memory at a time Ok, so, in xact, I created a new Wave Bank (Wave Bank 2) ...Show All

  • Visual Studio Express Editions two questions????

    1- i add data base to my form and when i want to modifay in it and when i close the program and open it again all changes not saved       what can i do to save changes     2- how can i make my program setup file   thnx microsoft community For the first question, a problem like this is typically caused by the fact that your database is set to always copy to the output directory, if this is true, then you original database is going to overwrite the updated one that you have. You can run the publish wizard in your application properties. This will create a click once installer. For anything else, you would need a 3rd-party installation application. ...Show All

©2008 Software Development Network