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

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

wavesmash

Member List

EdmundMS
KurtD
LOUIS P G BANCHE
Gerben Rampaart
Heffo
cdmdc
huonglt
CypHost
rajuraju
wmmihaa
schiluveru
MattA.
easyjiggle
dotDavid
Scott Johnston
Ernie Booth
KCurtis
Julien ÉLIE
Rune Nergard
PatrickRyu
Only Title

wavesmash's Q&A profile

  • Windows Forms Installer not requesting to close running application during uninstall

    The uninstaller does not request to close my application before removing it. My applications main window has the WS_EX_TOOLWINDOW style if this is the only window I am displaying then the uninstaller will not request that the application be closed. This results in an incomplete uninstall since the program file cannot be removed. How can I force the uninstaller to make the request to kill the application before removing it ...Show All

  • Visual C++ DateTimePicker Format changes from Time to Short Date

    I have a number of DateTimePicker controls, some set to dates, some set to a format of Time. The controls are all embedded in dialogs. I created the controls by dragging the DateTime picker from the Toolbox and then set the Format property appropriately. I have noticed that the Time format will reset spontaneously to Short Date. Is there a known problem with the format for the DateTimePicker or is there anything I can do to keep the format the ...Show All

  • .NET Development Reference a remote object from another remote object

    I have a host application that loads objects from DLL's and expose them through remoting as singletons to clients. Business logic requires remote objects to interact to each other. How can i reference to a remote object from another remote object on the same host application without using the client approuch through the URI Thanks in advance, Svas Hi svas, I'm not sure I completely understand y ...Show All

  • Visual C# public data members vs. properties

    what's the real difference between public data member and properties Just in case, I would check to make sure all of your references are correct. The difference between Itemset and itemSet is very small indeed. ...Show All

  • Windows Forms TreeView scrolling up

    I have a TreeView control that when expanded is way too big to fit on one screen vertically. I have coded drag drop stuff which works absolutely fine except for one small flaw. If I am dragging a node downwards, the TreeView scrolls down when I get to the bottom of its area to bring the stuff below into view. If I need to drag a node upwards then the same thing doesn't happen. This means that my users can't drop a node onto one which was above t ...Show All

  • Windows Forms Another ComboBox Quandry!

    I posted this on another forum, but I'd like some more feedback, so I'm posting it here as well. :D I've got a combobox that I can either type into (I have an autocomplete function implemented, see below), or select a value with my mouse. How can I catch and run a sub on pressing the enter key, tab key, or clicking on a row, but no other keypress Keypress sub of combobox(es): Code:    Private Sub ComboBox_KeyUp(ByVal sender As Sy ...Show All

  • Windows Forms How to use BindingSource.Filter to select Null fields

    I have a BindingSource control bound to a DataSet table. The table has a column called EndDate, which can be Null. I want to set the Filter property to select only rows that have an EndDate of Null, or have EndDate after today. This is what I tried: Me .myBindingSource.Filter = "IsNull(EndDate, '01/01/2099') > '" + Date .Today.ToShortDateString + "'" However, that didn't work. What is the correct syntax ...Show All

  • Visual Studio Tools for Office KB 907417 & 908002

    Hi; Asking new because I think this got lost in the message it was a reply to... Just to confirm, if I have run the latest windows update and it shows no updates for Word, then the fixes in KB907417 should be on my machine - correct I have never run the fix in KB907417 and on my dev machine it has version 7.10.5077.0 but my test system, which shows no pending office updates, has 7.10.3191.0. So it looks like I do have to install ...Show All

  • .NET Development Monitoring and changing varibles in a process

    I was wondering how to get a value form a running process, lets say MySimpleProcess.exe that is running in memory. If i made a integer that was value of 15 and lets say I click the button and it drops to 10 then 5 then 0. I am trying to make a program that tracks an address in memory and its value. lets say address is B74EC4 value is 15 (4 bytes) Click B74EC4 is now 10 etc.. Are you talking ab ...Show All

  • Software Development for Windows Vista Exception handling in custom sequential activities

    Hi, I have troubles with exception handling in a sequential custom activity. First activity in the sequence is FileSystem. The activitie's command Executed is promoted and if no file is found an exception is thrown from the sequence. When using this custom activity in a workflow I do not get the exception ... Tried different approaches with exception handlers in the activity's hosting workflow ... How to promote / throw exceptions ...Show All

  • SQL Server Unable to access Report Manager

    Running RS 2000 version 8.00.1038.00 on a Windows 2003 server with SP1 applied.  Yesterday I was receiving HTTP 401.1 errors.  I appled workaround method 1 from article ID 896861 and now I am receiving the following message when I try and access /reports">https://<websitename>/reports .  The request failed with HTTP status 404: Not Found. Anyone have any ideas how to fix this Thanks Eric Hey Katy, I have now ...Show All

  • Software Development for Windows Vista ASP.NET And a State Machine Workflow

    I recently read the MSDN magazine article, Windows Workflow Foundation, Part 2 (http://msdn.microsoft.com/msdnmag/issues/06/04/CuttingEdge/), where Dino Esposito demonstrates how to work with workflows in ASP.NET. Dinos' demonstration provides a helpful solution to working with Sequential workflows; however, it left me a little confused with how to work with a State Machine workflow. In the article, Dino demonstrates how to pass parame ...Show All

  • Visual C++ CFrameWnd::OnSetPreviewMode ASSERTs in VC 2005 but not VC 6.0

    I have a VC++ 6.0 MDI project that uses a class derived from CPreviewView to provide some mildly enhanced Print Preview functions. The class is invoked according to the MSDN documentation by calling DoPrintPreview. In Visual Studio 2005 the program asserts in Debug mode at the last line of this fragment from winfrm.cpp: void CFrameWnd::OnSetPreviewMode(BOOL bPreview, CPrintPreviewState* pState) { ...etc... if (bPreview) { // Ente ...Show All

  • Visual Studio 2008 (Pre-release) Scrollbar not visible on ItemsControl

    Hi there, i bind my ItemsControl to a Collection and i could able to view those items when i run the application. but when the elements overflow the size, the verticalscrollbar is not visible. i made the ScrollViewer.VerticalScrollBarVisibility = "Auto" on the ItemsControl's property. but i couldnt get the scroller. and even i put the ItemsControl in the Scrollviewer and still i could nt make it. is that the cor ...Show All

  • Windows Forms TaskVision and Replication

    I am just beginning to learn about the TaskVision application. I noticed the use of Web Services. However, a disconnected/connected application would benefit greatly by using the SQL CE functionality for this purpose such as RDA and Merge Replication. Most&nb ...Show All

©2008 Software Development Network

powered by phorum