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

Software Development Network >> Nick K.'s Q&A profile

Nick K.

Member List

Hector Urizar
Bruce Baker
PedroCGD
pomp
Duckocide
黃泓量 Jeremy Wong
Eric Robert
WinstonPennypacker
JeffK_
.net sukbir
Vamz
Rick3581
Noldona
Chrishuang
kennm
Peter Bernhardt
shahafin
Miroslav_shrek
Mark Benningfield
gaff
Only Title

Nick K.'s Q&A profile

  • Audio and Video Development Sliding menu animation error

    The sliding menu I did in Markup, with Peter's help, is working pretty well. It slides open on start, and closes automatically if a track is selected. However one thing I cannot fix is that after the first time you open the menu while a video is playing, it will no longer animate, it just appears. For example: 1) Start project, after 1s menu slides open. 2) Select track, menu automatically slides shut. 3) Open menu using menu button (CTRL+M) and menu slides open. 4) Select another track and menu slides shut. 5) Open menu using menu button (CTRL+M) and menu DOES NOT slide open, but rather just appears. This will happen everytime you open the menu after step #4 in this example. Any advice on how to debug <timing clock="page" ...Show All

  • Visual C++ Need a delay routine inside application

    I am running an application that automatically processes a data string about every 8 minutes. Using Sleep(xx) function does not allow the continuously looping application to rebuild its window or allow other applications to run. Any suggestions I used Visual C++ vs 6 MFC on WindowsXP Prof. Hi Bill, I installed the above routine, but seem to have a problem with the Window handle when declaring it in my waiting loop:: BOOL bOfferCancel = TRUE; HWND hWnd; Sleep(1000); if (KeepGUIAlive(hWnd, bOfferCancel) == FALSE) AfxMessageBox("You have terminated the data collection",MB_OK); Declaring the handle hWnd as shown above tells me that it is an uninitialized variable. In MFC the handl ...Show All

  • Visual C++ Error executing link.exe... VC6

    Hi, could it be that the VC6 linker has a slight problem with my huge Object file The cpp.-file contains about 470,000 lines of code (automatically generated), it compiles fine, but linking is aborted with following message: c:\gsoap-win32-2.7\samples\test_message\soapc.cpp(65536) : warning C4049: compiler limit : terminating line number emission soapServer.cpp stdsoap2.cpp Linking... .\Debug\soapC.obj : error : Internal error during ReadSymbolTable ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 00462864 NumberParameters = 00000002 ExceptionInformation[ 0] = 00000000 ExceptionInformation[ 1] = 04983 ...Show All

  • SQL Server Drill Down Initially visible...

    Hello, I'm working w/ a report that has a table w/ a group. The detail row o this group is set to be initially visible, but toggle to hidden on another report item. In my case this report item is a textbox in the header row of that group. When the groups are toggled to hidden, the report does not re render properly. The gaps that would have existed had there been data in between the group headers remains. Because the groups that I have are reasonably large, the gaps that this leaves are quite significant. (sometimes multiple pages) Is this a known error Thanks in advance. Seriously this is a big problem, could someone please offer some sort of advice/information on this topic. This SHOULD not be an issue. ...Show All

  • Windows Live Developer Forums Sample: MSN AddIn - Outlook Calendar

    Description A simple msn live addin that will integrate with Outlook Calendar. Set it up so that it's enabled when my status is anything other than "online" or "appear offline". Now when someone sends you a message the addin will check outlook to see if you currently have any appointments and reply with something like this: [15:33] dan (work): Auto-Response: I am currently in a meeting (test) scheduled to end at 4:00 PM If no appointments are found no reply is sent. The addin also keeps an internal list of users that it has replied to so that it doesn't send out the same info more than once to each person. This list is reset when the status is changed back to online. As with the text-to-speech sample I posted the oth ...Show All

  • Visual Studio Incrementing Assembly Version and File Version

    When building projects using MSBuild I was expecting the build number to automatically increment each time. Is there a setting that will achieve this I have tried using an * in the Assembly version as stated in another message but this does not work. This area seems to be very obscure. Is anyone able to point me to some documentation Thanks David Do a search on the AssemblyInfo task. Its available on the MSBuild community website : http://msbuildtasks.com/ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Method for animating rumble on CodePlex

    Hello everyone. First, thanks to everybody who is contributing to the community. You guys are awesome! I wrote some code to animate the vibration of the rumble motors. I hadn't seen this topic come up at all and after playing a really great XNA game that had really bad rumble (either fully on or fully off) I figured it wouldn't hurt to put it up. http://www.codeplex.com/acres The first release has a Windows game project demonstrating a few different rumble animations when you press the various face buttons. I'm really curious to know how people handle controller vibration in their games. Is it an afterthought Do you handle its procedurally or through predefined settings Hi, On a title we did for Xbox we used to feed audio wave f ...Show All

  • Software Development for Windows Vista Standard User Analyzer causes COM and ActiveX to fail

    We have a legacy application programmed in C++ and MFC that runs on Windows 2000 and XP but has problems with COM and ActiveX when run on VISTA. This app is built with Visual Studio 2003. I remotely debugged this app running on Vista from my development machine and found that the COM and ActiveX problems is the app trying to instantiate the COM components but they return E_ACCESSDENIED. I have checked the following: 1. The COM components on both my development machine (XP) and the test machine (VISTA) have the same ACL’s. 2. The access denied problem occurs if I am logged into the test machine (VISTA) as a local user or an administrator (Admin Approval Mode). 3. I added: HRESULT hr ...Show All

  • Windows Live Developer Forums Will not download Live.

    My computer will only install MSN Messenger 7.0. That is the highest it will go but I would like to get Windows Live. What can I do to get Live The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgroups/ dg=microsoft.public.msn.messenger&cat=en-us-msn&lang=en&cr=US&ln=en-us nntp://microsoft.public.msn.messenger Get the latest information on Messenger f ...Show All

  • SQL Server Is Service Broker Enabled?

    Hello, I've been trying for two days now to get SQL Cache Dependencies to work. So far, nothing has worked, and I have been around the block a few times now on this one. So now I'm going back to basics, as I think my code and queries are fine. My first question is how to confirm that I have a Service Broker that is up and running. I am using SSX as my database engine. Other posts mention how the "look at the service broker folder", and I don't see a folder anywhere. Can someone tell me what to look for I've added various SP's based on tutorials on web sites, so I can't tell if those SP's are mine or theirs at this point (I've been at this too long). Where is the "folder" the other posts have mentioned Do I need to do ...Show All

  • Visual Studio 2008 (Pre-release) Problem regarding Serialization of Attribute

    hi friends, I want to serialize data type named Paragraph of System.Windows.Documents namespace and for this purpose I have written the following code in the application : [DataContract(Namespace = "ServerFileUpload")] public class mypara { public Paragraph para; public mypara() { para = null; } [DataMember(Name = "Para", Order = 0)] public Paragraph Para { get { return para; } set { para = value; } } } But when I initialize an object of mypara class to use the property Para then the error message is generated suggesting that the "System.Windows.Documents.Paragraph" is not serialized and try to make it serialized it using DataMember attribute which is defined under a Data Contract Attribute. ...Show All

  • Visual Studio Visual SourceSafe Instalation Error

    In order to migrate VSS6.0d database to TFS i need to install VSS2005 couse the converter needs VSS2005 API. I have a DVD with Visual Studio Team Suite that includes VSS2005. The instalation start correctly but  when it access to file Microsoft.VisualStudio.SourceSafe.Interop.dll the follow error is showed. --------------------------- Microsoft Visual SourceSafe 2005 - English Setup --------------------------- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2337. --------------------------- OK   --------------------------- Some body knows what is happend here or how can i troubleshoot Thanks in advance ...Show All

  • .NET Development rich text saving in xml

    i am using one rich text editor program for input some text to my xml but when i write normally it saves to xml; when i use rich text properties i cant save this text to xml; (for example when i use bold type i cant save text to xml) how can i solve this problem Hi, If you save your RTF text to xml in a CDATA section then it will save ok. I think the problem is RTF using characters that are invalid for xml content, saving in a CDATA element will stop that from happening. ...Show All

  • Visual Studio Team System Pass in parameter to TeamBuild

    I know that TFSBuild.rsp can be used to pass in msbuild parameters to the command line when a TeamBuild is fired, but is there any way to do this on the command line directly e.g. in my TFSBuild.rsp file I have: /p:SkipClean=true;SkipInitializeWorkspace=true;ForceGet=false this will carry out an incremental build,, but I dont always want to do it so I'd rather pass these in on the command line when using TFSBuild.exe to start a build. Is it possible thanks for the reply the problem I want to condition the import of the file when I fire the build, I think my only option is seperate build types but will mean I need quite a few ...Show All

  • Smart Device Development SerialPort and SMS.

    Hi, We are writing a SMS component for Siemen MC55 modem inbuilt for Windows CE 4.2. We are using .NET CF 2.0 SP1 for the development tool in C# language. We use the SerialPort class for COM communications. This is our key challenge, I hope someone will be able to give some advise. private void OnComPortReceive(object sender, SerialDataReceivedEventArgs e){ if (e.EventType == SerialData.Chars) { string response = serialPort.ReadExisting(); stateMgr.ProcessResponse(response); } } After send a receive SMS command, for instance " AT+CMGR=1 ", there are times when the response from serialPort.ReadExisting() is broken up. For example instead of receiving in a single ReadExisting() for the fo ...Show All

©2008 Software Development Network