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

Software Development Network >> jackie-xu's Q&A profile

jackie-xu

Member List

Jimbolino
Ditaka
simonec
Nathan Liebke
Primate
frustrated steph
KENTY
Chris Breier
Charlie Bis
Alendar
Birk
sjnaughton
Me-myself-I
Gnomie
introne
Nick aka Delgar
M. Ueberall
dan123
Androjoker
hasmukhkp
Only Title

jackie-xu's Q&A profile

  • Visual Studio Tools for Office C++ and Access

    Hi all, I'm working on a C++ project with Access, is there anyway I can make access store more than 256 chars in a cell because I need more than 5, 6 times to be store in a cell rather than just 256 chars. Any help would be appreciated. Thanks Jason An Access newsgroup would be the better place to ask Access-related questions :-) VSTO is a specific technology, not a "catch-all" for Office questions. See Mike Hernandez's ...Show All

  • Visual Studio Tools for Office publishing outlook add-in

    When I publish my application everything goes fine, I put it on my harddrive/website/desktop. But when I try to run it I get this error: This application is improperly formatted PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0 ...Show All

  • Smart Device Development .NET Compact Framework 2.0 Guidance and Documentation is Pitiful

    I would like to know if you are finding this to be a problem also see: http://realworldsa.dotnetdevelopersjournal.com/net_compact_framework_20_guidance_and_documentation_is_pitif.htm   Hi, What information are you looking for that you are not able to get Thanks. ...Show All

  • Software Development for Windows Vista How to store more information using persistence/tracking service

    Hi, I downloaded the examples of using Persistence and Tracking in ASP.NET from Tom Lake's blog and tested it. it works fine, but my question is where the eventOrder (int value) come from in UserEvent table it always is among of 5,18,31. One more question, how to store more information using persistence/tracking service for example, I want to save the user info, userID, so i need to add one more column to the table. I have to create my ow ...Show All

  • Visual Studio 2008 (Pre-release) MFC work around Avalon control

    Hello What is the MFC strory around avalon controls I have gathered from some discussions that MFC  wrappers are built around avalon controls to make them available to native side programing, More details on this are required from device side MFC libraries persective Srikanth B (alias - srikantb)     WPF supports HwndSource and HwndHost, which allow you to put WPF inside hwnd and hwnd inside WPF, respec ...Show All

  • Visual Basic FAXCOMEXLib - Operation Failed

    I have an EXE that is scheduled every 10 minutes. It has been working successfully for over 6 months. Suddenly, it breaks. If I reboot it works for a couple faxes and then breaks again. Here is the block of code that it is failing at: FaxDocumentClass fd = new FaxDocumentClass(); fd.Recipients.Add(sFormattedFaxNumber, sRecipientName); fd.DocumentName = sDocumentNameTag + sRequestId; fd.Body = sFile; sContext = "12"; fd.Connecte ...Show All

  • Visual Studio 2008 (Pre-release) Why new items don't appear once the listview is sorted?

    I defined a class that inherits from ListCollectionView and calls OnCollectionChanged whenever the underlying list changed. Then I created a listview and set its ItemsSource to be bound to an instance of my custom ListCollectionView. When a new item is added to the underlying list, ListCollectionView.OnCollectionChanged is called and the new item is displayed in the listview. Then I implemented sort, using the usual mechanism - not th ...Show All

  • Visual Basic VB EE 2005 Reading/writing text box content to a text file?

    Hi coders How do you capture the content of a text box filled in by the user to a text file, appending new content and opening that file into the text box each time the application opens and showing the last entry first Thanks in advance...newtWales You have everything you need in the System.IO namespace. And there are many tutorials avalible on this subject. All you have to do is search for them ;) ...Show All

  • Visual Studio Team System Unshelving error

    When I try to unshelve one of my shelvesets I get: "Error - No changes unshelved."  Any ideas what might cause this First, if I wanted to update my older unshelved file set with what is currently checked into the repository without having to check the files in, how do I do that from VS >> Unshelve your changes, do a get (this will cause a merge), then reshelve your changes. From the pending checkins ...Show All

  • .NET Development A problem of CLR Profiler

    CLR Profiler is a very nice tools. I often use it to detect if there is any memory leak in my program. However, I find sometimes it shows nothing when I click "Show heap now". How can I detect memory leak in such situation Or how can I make it always works normal Thanks! to me the CLR Profiler is not working at all. When i choose profile application and browser to the executable file.It show's up an error like this ...Show All

  • Visual Studio Team System PRoject ALert not working in Team foundation Server

    hi Project alert is not working. can anyone tell the procedures to configure that ... Thanks Rithu Could you please describe *what* is not working with the Project Alerts Did you check the check box next to an alert, enter a valid email ID and then click OK Was there no mail generated when the event occurred ...Show All

  • Visual C# Process & WaitForExit & OutputDataReceived

    . Rob, This is from a larger project so I've tried to cut and paste the relevant bits.  This took ages of trial and error to get working. Hope you can make sense of it. Cheers Steve The process is started from a class that also has a Windows form (to show progress).  The sendclip method starts the commandline process which returns as soon as the process is started - as then events take over.&nbs ...Show All

  • Visual Basic I want to get rid of "Output, Debug" window when I run the application

    Hi, When I run the application when I m developping, the window "Output, Debug" pops up at the buttom of my VS2003. When I go back to edit my code again, the window is still there and I have always to close it since I don t have enough space in my screen. How can I set up my development environment not to show that window for good. I m not even sure what the purpose of that debug, output window is. Thanks guys. You can also ...Show All

  • Visual Studio Team System Error while using the SDK Work Item Object Model

    Hi, I'm using the SDK Work Item Object Model Sample to create and edit a new WI. The only thing that i couldnt find on the code is how to give the program the parameter of the name of the Team Project ,I mean by default the WI is creating on the first alphabetical project name. When i tried to edit the workitem.project to be some other team project name i got an error. Thanks in advance. shmuilk. ...Show All

  • Windows Forms Active Form?

    Hi, In my application, how could i find the active form ( current form on screen) from some where else   e.g. let say i have a main module in my application which has some code to handle unhandled exceptions. In this module i need to  ...Show All

©2008 Software Development Network

powered by phorum