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

Software Development Network >> Peng Song's Q&A profile

Peng Song

Member List

Darkonekt
Skynet_Developer
franjorge
High Hat
KFischer
JPC16
nagesh555
krauser36
louise g
Jerry Langley III
Lierni
ua1
Manabu
Kakta
Tomast
Daniel Olsson
Lord Voldemort
KimKim1
jdtemp
OliverKofoed
Only Title

Peng Song's Q&A profile

  • Visual Studio Tools for Office ItemAdd Event Problem

    Hi all, Currently i am doing development in VSTO for outlook. I have encounter this problem, where the ItemAdd event only trigger only once and subsequently the event is not trigger anymore. What could be the problem Below are some code which i have use: I have store the MAPI folder in a linkedlist on the application start i run this method to add it the event. private void addOtherFolderEvents() { try { LinkedList&l ...Show All

  • .NET Development How do I design my own interface to use in Visual Studio?

    Im designing a media player in C# for my project and was wondering if anyone knew any good tools to design my own interface and buttons. I have a very definite idea of what I want my interface to look like and the next step is to design it. Help much appreciated, Thanks. Hello, Depending on the type of designer you are looking for, there are a few options: 1) Visual Studio supports a Windows Forms desi ...Show All

  • Visual C++ Code that compiles in VS 6 doens't work in VS 2005

    I'm a little frusterated that the VS 8.0 C++ compiler seems to make so many things that worked with the 6.0 compiler cease to work. Many thanks in advanace from a C++ and VS novice! Anyways, I'm just trying to render html wtihin my app, and I'm using the rather cool (http://www.codeproject.com/com/cwebpage.asp) to host MSHTML... but simply trying to get the dll.c file to compile, I run into two errors... f:\visual studio 2005\projects\cwebpage( ...Show All

  • Windows Forms How to deploy and update ClickOnce applications using MSI?

    I am creating a product that will be installed using MSI on the customer's server and want to use ClickOnce so that they can easily deploy the Thin Clients of the system.  I have yet to find a tutorial or writeup on how to deploy and update ClickOnce applications using MSI.  Does anyone know of a good one Thanks, Adam. Hi, David your post did help us through the server install issues. I posted a ...Show All

  • Visual C++ String ^ to void *

    I'm building a managed wrapper in C++/CLI for normal native code. Here is a function from this wrapper that I'm having problems with: ERRORS SetOption( int nOption, String ^strSetting) { return (ERRORS) _SetOption(m_Handle, nOption, strSetting); } The native function accepts a "void *" as it's last argument. This could be an integer, string or even a function callback depending on the nOption parameter. How would I wrap this The problem ...Show All

  • Visual J# VJ# express forum?

    isn't there a VJ# express edition If I remember correct and there is such, shouldn't the forums list, have a forum on it, together with the VC++, VC#, VB.net express forums Hi, Yes, J# also has a express SKU . I am not sure of any reasons behind not having a seperate forum for J# express SKU. But we get all kind of queries on this forum (IDE, Class Libraries, Runtime, language, express etc.) and those are answered in time. Than ...Show All

  • SQL Server STRANGE SQL Query

    When I try to execute the below query: select * from jobmaster where status in ('Active') and materialtypecode in (1,2) and unit='IMPERIAL' and superusercode='S051000014' order by controllercode,jobname through ADO I got the error message: Invalid column name controllercode When I execute the same above query in MS SQL Query Analyzer it is working. Is there any workaround I almos ...Show All

  • Visual C++ Passing System::Object to an ActiveX function.

    Hi, I am stuck on a problem with pasing an argument to a function. I am using Visual C++ Express Edition and I imported an Active X component. It has a function like this: Virtual Bool AxTRIOPCLib::AxTrioPC::GetTable( int Val1, int Val2 , System Object ^% Values) Can sombody tell me how I can declare and pass an object to it and then later convert returned values into Double I cannot find any examples and I am not so experienced with . NET objec ...Show All

  • Visual C# Building a Wizard-type application in .Net

    Hi all, I've thought of various ways of doing this, but I wanted to ask your advice on "best" practice as far as C# and .Net go. Basically, I'm creating a Wizard-type application. The application has 5 forms which can be considered siblings (ie they don't conform to the Parent/Child relationship of most windows applications.) My need for advice comes in with the Application.Run() command. This lets me pick the first form to be displayed and s ...Show All

  • Visual Basic Now a question about audio resource playing

    Hey, more questions for you all. I thought the new My.Resources thing was pretty cool, so I went in the resources designer and adding a WAV file. Next I go in code and put it down exactly as MS says to in the help file, they say this: "This example uses the My.Computer.Audio.Play method to play the sound stored as an audio resource named Form1Greeting in the application's resource file. Sub PlayFormGreeting() My.Computer.Audio.Play(M ...Show All

  • Software Development for Windows Vista Migrating to Beta 2.0

    hai Iam trying to use SQLTracking service present in workflow foundation..... In Beta 1.2 i used this service to track my workflow...i tried the same in beta 2.0 but the database is getting updated only after the workflow gets completed...due to this iam not able to track the current status of an activity while it is executing,but in Beta 1.2 i was able to do it.... need help as soon as possible Regards Ashok Kumar ...Show All

  • Visual Studio Express Editions ComponentId for vc 2005 express

    could you please tell me the componentid i need it for vs version check. many thanks! thanks for your reply. but i only can download and install vcsetup.exe, i can not find the msi file. where can i get it ...Show All

  • Smart Device Development Emulator Flash Memory File

    How do I create a flash memory file for the emulator You might have a save state that was created without the flash option.  When the emulator is up, use the "Clear save state" from the File menu. To verify, check if there are any files in: \Documents and Settings\<your user>\Application Data\Microsoft\Device Emulator If there are, you can delete those and try to launch the emulator again. ...Show All

  • Windows Forms Startup Menu SHortcut in setup project.

      I'm just finishing a setup project and I need to have the app shortcut in the users startup menu.. So far I've read that one makes an entry in the application manifest. Where is this file and what is it's name Is this an editable text file and what does the entry look like   Thanks. In the File System Editor, select the item to which you want to create a shortcut. Go to the Action menu and select "Create sho ...Show All

  • Windows Forms designer can't load form. Where is 'more information'?

    after going from beta2 to rc1, the designer all of a sudden cannot load my forms anymore. instead, i get the infamous window with the red top that says some errors may go away building the project, while other need code changes. needles to say: the file compiles fine, the form could be opened with the beta2 and vs2003 designers and obviously doing a rebuild doesn't help at all. now what the additional error message says; Unable to load one or m ...Show All

©2008 Software Development Network

powered by phorum