Software Development Network Logo
  • SQL Server
  • Visual J#
  • Windows Vista
  • VS Express Editions
  • Visual C#
  • Visual Basic
  • Windows Forms
  • Game Technologies
  • .NET Development
  • Smart Device
  • Microsoft ISV
  • VS Team System
  • Windows Live
  • Visual FoxPro
  • Visual Studio

Software Development Network >> Teddy Chen's Q&A profile

Teddy Chen

Member List

Juan Manuel110953
figuerres
Siva.M
code_monkey
Dan Dieckmann
Vijayanand
Rachel Lavoie
Buddy
Lionel
J 3
Computer-Geek
Thomas Crenshaw
arunr2002
MinakiSerinde
BioHazard
MatttG
Vadim_Luk
Dnyt
Mike Lapierre
Gaj?tko
Only Title

Teddy Chen's Q&A profile

  • Windows Forms Problem in using Journal Hooks

    I have beening struggling on this for several days and can't figure it out. I created a Journalhook dll which using Journal Hooks (JournalRecord and JournalPlayback) to record and playback mouse and keyboard events. I have another windows form test application (exe), which basically have four buttons (start record, stop record, start playback and stop playback). In each button's click event, it calls a function from Journalhook dll to perform record or playback. The above things work fine. Here is the problem: Record and playback commands need to be sent from another source. To do this, I changed the form applicaton from ex ...Show All

  • Visual C# ComboBox.AutoCompleteSource...

    Greetings, I just discovered that i can set the ComboBox.AutoCompleteSource to what seems to be a system provided history of the URL typed or visited in Internet Explorer. (i.e. AllUrl, HistoryList) Because i would need these values for some other purpose, can someone tell me which structure i could use to get access to the History of visited web sites Thanks ! hi, you can try this link, http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/shell/programmersguide/shell_int/shell_int_programming/ac_ovw.asp hope that will help ...Show All

  • Visual Studio Team System First time Single-server install of TFS

    I have not yet installed TFS but I have read the CHM fle. For a single-server install, server in a workgroup, can I substitute the <machine name>\Administrator account for the three accounts they mention  Or is that going to get me into trouble TIA, Bill     For a single tier setup you can use local accounts instead of domain accounts (see "User Accounts Required for Team Foundation server setup). That said, I wouldn't use <machine name>\Administrator for TFSSERVICE or TFSREPORTS as the help file suggests that neither account should be an administrator.  I'd se ...Show All

  • SQL Server Subreport Processing

    Is there any work around to the issue in Reporting Services 2000 of a subreport processing even if it is to be hidden on the parent I suppose you are concerned about the case where you conditionally (based on an expression) hide the subreport in the parent report - otherwise, why would you add the subreport in the first place One approach for conditionally hidden subreports could be to add an additional boolean parameter to the subreport. You would set that parameter based on an expression in the main report so that it evaluates to true if the subreport is conditionally hidden. Then, in the subreport y ...Show All

  • Visual Studio Team System Cannot compare, diff or merge files

    The VSTFKnownIssues.rtf has the following issue: Issue : Cannot compare, diff or merge files on computers that only have Team Explorer. Details : Due to dependency on a DLL that is not included with Team Explorer, DiffMerge.exe fails on computers that do not have Visual Studio 2005 Team Suite or one of the Team System role-based editions. Workaround : Install Visual Studio 2005 Team Suite, or one of the Team System role-based editions. We are experiencing this issue however we DO have the VS 2005 Team Suite Trial Edition installed.  What DLL is missing How can I verify this Thanks, ~slee ...Show All

  • Visual Studio Team System Error 28100.Error loading Event web service.

    Hi,   During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine.   Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log Are you attempting a single server or duel server TFS install At what stage of the installation process are you getting the error   Easiest way is cut and paste the relevant error stack trace. ...Show All

  • Visual Basic How can I get the registry path of a Installed printers like CutePDF

    Hi... For eDocPrinterPDF printer we have the path in registry... "SOFTWARE\ITEKSOFT\eDocPrinter\PDF\5.0\Profiles\eDocPrinterPDF Pro \ " similarly how can get if i have insatlled more than one printers... i mean if i have 4 printers like CutePDF, eDocPrinterPDF, ETC then how can get the registry path.. plz reply You can ask Microsoft Word to do the printing for you. Post your question at the Visual Studio Tools for Office forum to get help. ...Show All

  • Visual C# Speech Recognition

    Ok. I have a little code for Voice Recognition. But I cant get it to work. When I say a certain word or phrase, the character is supposed to respond. can someone help please. protected void button2_Click(object sender, System.EventArgs e) { if(textBox1.Text.Length == 0)  return;  Character.Speak(textBox1.Text, null); } protected void button1_Click(object sender, System.EventArgs e) { OpenFileDialog openFileDialog = new OpenFileDialog(); openFileDialog.AddExtension = true; openFileDialog.Filter = "Microsoft Agent Characters (*.acs)|*.acs"; openFileDialog.FilterIndex = 1 ; openFileDialog.RestoreDirectory = true ; if(openFileDialog ...Show All

  • Visual C++ Printing to Laser vs Inkjet

    This is my first post, so please guide me if I have cjosen the wrong place. I am printing from my C++ application written under Visual C++ 6.0, and I can print fine to Laser printers such as LaserJet II or LaserJet 4400, but if I direct the print to a DeskJet printer,  the document doesn't print and the printer status box always seems to dhow 48 bytes printed out of whatever the document size is. The code I'm using to start printing is..... ==============================================     vertpos = 0;     dinfo.lpszDocName ="Membership Card";     dinfo.lpszOutput = NULL;     ...Show All

  • Smart Device Development Performance on requery of dropdown box populated by XML...

    I've got a drop down box that I'm populating with a dataset from XML. When I hit the drop down box the first time, it seems to populate lightning fast. However, when I re-hit the drop down box (say I'm adding a second record), the performance slows down exponentially.  I'd be happy to post code if that'd help. Thanks in advance. Jason Thanks so much!  I'll try it out.  Tried it...works like a charm.  Prish! Jason ...Show All

  • Visual Studio 2008 (Pre-release) Presentation Host has encountered a problem and needs to close.

    Hi, I am creating a Avalon Express Application and I have one button which has the click event and I am writting the code in the respective page.cs file. < TextBlock DockPanel.Dock = " Top " Margin = " 15,10,10,10 " >    < Button Width = " 60 " Height = " 30 " Click = " btnSave_Click " >Save </ Button > </ TextBlock > The application is loading, but when I am clicking the button it says that "Presentation Host has encountered a problem and needs to close." Is anybody come across same problem Can anybody help me to solve this problem Thanks Rakheesh Hi Lau ...Show All

  • Visual Basic Dead Object

    Hi all, I'M currently working on a VB.Net 2003 Application using Adobe Acrobat. The process is quite long as I have to about 1000 pdf pages to process. In my application I declare a javascript objet, it works great most of the time, but some times, after hour or one hour and a half I get a "Object is dead" error message. Is there a way to make shure that an object wont DIE during the process Thanks a lot for your help Hi! May be he will survive :) Who raise error - your app, acrobat or something else Is there are any chance to catch exception (if any) Is event log empty or it have something ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Confused about transformation pipeline...

    Hi, I'm writing a simple 3D engine. It's my first attempt at this so I apologize in advance if I seem new at this. ( I am. ) I'm having trouble understanding the order of things when transforming the vertex buffers. I read some articles about frames (frame of reference), but I'm not able to grasp how a single frame (screen buffer) is rendered in terms of the order that each frames (frame of reference) is transformed. Say I have a simple planetary system involving a sun and another planet orbiting around it. Both the sun and the planet rotates on it's own axis with the planet also moving around the sun in a circular motion. ...Show All

  • Windows Forms SQL-Server setup

    Hi, what does it means "SQL Server must be set up for SQL Server Security" in the Server-FAQ I tried to set up a SQL2K-Server (Enterprise edition, SP3a, german, evaluation) and I can only select between "Windows Authentification" and "Mixed Mode" in the setup. Is "Mixed Mode" the right choice TIA, with kindly regards IOpa Thank you ...Show All

  • Smart Device Development Visual Studio 2005 - Cross compiling - BREW

    Hello. I've been charged with developing a build system for our (ahem) BREW projects. This involves building native x86 versions of our software (C++) for the BREW emulator, and cross-compiling (with ADS ARM) for the target. Now, because Qualcomm and Microsoft compete in this area, and also due to the generally conservative nature of the handset guys, official BREW support has been lmiited to some add-ins for Visual Studio 6 and some auto-generated makefile projects to do the cross-compile. With Visual Studio .NET 2003, I see Ray Rischpater has put together a different approach by using XSLT to transform the Visual Studio project XM ...Show All

©2008 Software Development Network