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

Software Development Network >> SteveJS's Q&A profile

SteveJS

Member List

Simon Geering
freeaaron
Evan2
viswaug
mcerisano
Mr. Jerzy
Luis Elizondo
Srikanth Pai
sean_n
marsherfu
Shiamak
Kedar
InvestorDrew
tonyhinkle
Gravyboy
Heimhuber
Neil Raines
horseshoe
JeevanS
jplh
Only Title

SteveJS's Q&A profile

  • .NET Development Failed to create an IPC Port: Access is denied.

    I have a service that registers a remoting IPC channel on startup and quite often I will get this error when the service is stopped and then restarted. It doesn't do it all the time but enough to be an annoyance and when the service is stopped I do unregister the channel. Anyone else experience this Thanks!! It's actually hosted in a Windows service. Most times I can stop and start the service successfully b ...Show All

  • Windows Forms Multi-dataset vs. multi-table

    I'm working on an application which has a similar architecture to Taskvision. I notice it uses multiple datasets. Why not use a single dataset for all tables  What are the advantages/disadvantages of each approach Thanks in advance, Lee Hi! Well ...Show All

  • Smart Device Development Hook keybord for pocket pc and smart phone of version 2003, 2005

    Hi all expert, I looked everywhere in MSDN to find how i can intercept the key "phone" (green key). I am a loser cos i can't know how i can do that. I want that when i click the key "phone" in the device, it will runs my application instead of phone application. Can you give me some instruction. I am impatient to hear from you. JulienT There is another way to intercept the Talk button that should work better for you.  See http://blogs ...Show All

  • Windows Forms Menu keyboard shortcut works sometimes

    My main menu is build with ToolStripMenuItems.  I enable and disable keyboard shortcuts with: m_miHideSelected->ShortcutKeys = Keys::Control | Keys::H; m_miHideSelected->ShortcutKeys = Keys::None; This example is a sub menu eg 'Display' -> 'Hide Selected'. I find that this shortcut often does not work, dispite the correct code to enable it being executed.  I have verified the code path by logging. If I click on the p ...Show All

  • Visual Studio Express Editions splash screen

    I recently found some code to use to mske a splash screen in vb however it does not: The information read like this: The code below in a timer object (interval 1000) on the Splash form shows that after the counter reaches 5 the Splash Screen will close (Unload.Me) and open the main application form. Private Sub tmrWait_Timer() Counter = Counter + 1 If Counter = 5 Then Unload Me frmApplication.Show End If End Sub I have un ...Show All

  • Visual Studio Team System Code Analysis Policy

    I was looking to create a Code Analysis Policy for Checkin but noticed that the docs are still under development. Is there a pointer to a blog anywhere on this slee, Yes, you can indeed sign up for the checkin event using the docs in the extensibility kit.  I don't know for sure, but I would expect there's an example in there. There are couple of forum posts that show subscribing to events, such as this one. http://forums.microsoft.c ...Show All

  • Visual C++ project is always 'out of date'

    I recently upgraded a vs 2003 project (standard C++ console application, reasonably complex, links to several libraries including Boost, Blitz++, and fftw). For some reason, since the upgrade, one of the projects in the solution (the startup project in case this is relevant), is always out of date when I do a compile, or run in the debugger. All files in this project are always recompiled, whether any of them have been changed or not. Any ...Show All

  • Visual C++ "debug assertion failed" when debug and release .exe both work fine.

    Hi: I compile one program under both debug and release setting in VC++ Express 2005 and with no error. Both version execute without any error. Somehow I constantly encounter "debug assertion failed" message when I press F5 to get into debug mode under VC++ Express 2005. Could anyone tell me what happened The error points to a piece of code I never changed... which is standard I/O procedure. I am pretty sure if there's ...Show All

  • SQL Server Help! Printing Error from client (browser)

    We have 2 servers with RS: 1.SQL RS 2000 SP3a 2.SQL RS 2005 SP1 When we try to use client side printing in SQL 2000 RS we getting error "An error occured during printing '0x8007F304' ". When we try to use client side printing (from the same client PC) in SQL 2005 RS, it print fine without any problem Thank you, Lenn Please check this posts http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2 ...Show All

  • Windows Forms Embedded control problem

    Hi, I have the problem of embedding controls: I have a controlA containing another controlB. controlB contains Controls C,D,E and F.  I cannot see controls C or D or E or F. Initially their visibility property is set to false, but when I call a  ...Show All

  • Visual Studio Express Editions Can I run a Flash movie in Visual Studio?

    I would like to display a Flash movie from my project. In Flash 5 I was able to do this from a PictureBox on a windows form and specify the filename in the Propertise window. But I can't seem to get any information on this for Visual Studio 2005. I'm trying to display and introduction/demonstration page as a Flash before the first main menu page of my project. I would greatly appreciate any help thanks... D... ...Show All

  • Windows Forms Owner-drawn TabControl...

    Hi, Coders I have very strange problem! I am deriving my own class, inherited from TabControl. I need to make my own painting, so I wrote that: SetStyle(ControlStyles.AllPaintingInWmPaint, true); SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.DoubleBuffer, true); Then proccessing the OnPaint ...Show All

  • SQL Server GUID

    Hello, I'm working on a smart client app that has an offline sql express store and needs to work with several types of central databases (support for multiple products - ms sql, DB2 etc) While trying to put together some offline functionality that needs the user to create records on the offline sql express data store, we've run into the need of being able to uniquely identify records so replicating the data in the offline store back into t ...Show All

  • Visual Studio Team System Error code is 26403

    I get a very generic message during the upgrade about the source possibily being corupt.  --------------------------- Microsoft Visual Studio 2005 Team Foundation Server Setup --------------------------- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26403. --------------------------- OK   --------------------------- I checked the in ...Show All

  • SQL Server SQL Server Connection Irritations

    We recently migrated from .NET framework 1.x to 2.0 with a code base that is 4 years old. The application is a mix between Windows Services, Web Application, and some internal WinForms tools. We never had a problem using framework 1.x and even the same code that fails in framework 2.0, pasted into a 1.x project succeeds every time. This is a C# 2005 project. All our servers are Windows Server 2003 and all our SQL Server databases are SQL Serv ...Show All

©2008 Software Development Network

powered by phorum