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

Software Development Network >> Wim Verhaeghen's Q&A profile

Wim Verhaeghen

Member List

Earl Damron
Windian
BayerWhite
pieter-kun
JD3027
Nitin Arora
GOAT v2b
pmpmpm
Darren Shaffer
Team Build
S Robbins
likhitn
RoyClem
Chris Mayo - MSFT
Ricky Wen - MSFT
Marco_Perrone
Haritvm
hyungshinp
Daniela Torres
weaver_84
Only Title

Wim Verhaeghen's Q&A profile

  • Visual Studio Express Editions How do I play a click sound when the user clicks a RadioButton?

    I would like to play a click sound when the user clicks a RadioButton. I don't see a click in the: My.Computer.Audio.PlaySystemSound(Media.SystemSounds.Beep) put the code in the radiobuttons click event: Private Sub RadioButton1_Click ( ByVal sender As Object , ByVal e As System . EventArgs ) Handles RadioButton1 . Click My.Computer.Audio.PlaySystemSound(Media.SystemSounds.Beep) End Sub ...Show All

  • Windows Forms Check box data binding, AddNew doesn't work

    I am having problems with binding to a check box. It works fine until I attempt to add a new record to the dataset through the binding context object. The code that adds the new record to the dataset is listed below Me.BindingContext(dsDataSet, TableName).EndCurrentEdit() Me.BindingContext(dsDataSet, TableName).AddNew() The add new statement generates an error and a new record is not sh ...Show All

  • Visual Studio Tools for Office Prolbems using webservices in the addin in Office

    PLEASE HELP ME -> I can't get this to work... The application consists of an addin used in Office applications. The addin offers extra functionality for the user - amongst these functionalities are a button offering the user to save its document in an external archiving system. Doing this we use webservices. It's this webservice that challenge us a lot... The strange thing is that it works when used in a test-application outside of Office! The application fails in Office (ex Word) when the method to create the webservice object is called. The call is as follows: theWS = new WsProxy.WebServiceService(); An Exception is thrown: ...Show All

  • SQL Server Network access to Sql Server 2005 Express

    I have an application written in VB Express and uses SQL Server 2005 Express that runs on my local machine (name JERRY).  I published it onto a CD and installed it on another computer (JKNETWORK) on my home network. I've already modified SQL Server Configuration Manager to enable TCP/IP and Shared Memory . I have also added sqlservr.exe to the exceptions in the Microsoft firewall exceptions list. The application opens with a login form that asks for username and password and uses the following connection string: modUserName = txtUserName.Text modPassWord = txtPassWord.Text Dim ConnectionStringMaster As Stri ...Show All

  • Visual Studio Misaligned fields

    I am using Crystal Reports for Visual Studio 2005 along with the CrystalReportViewer, but am having issues when anyone views the reports in an Internet Explorer or Netscape browser.  If a label and a text box are aligned next to each other, the text box appears to be lower by about half the height of the label.  This does not occur if the user views the report in Firefox.  If the IE user printes the report, it looks fine. I found a knowledgebase article describing this problem for CR for Visual Studio 10 (Track ID ADAPT00387731).  It recommended Opening the CR Designer, Clicking on F ile, P rinter Setup and Clearing the ' ...Show All

  • SQL Server Why 2005 is missing PIN TABLE?

    I am shocked to read this document... http://msdn2.microsoft.com/en-us/library/ms144262.aspx DBCC PINTABLE, DBCC UNPINTABLE  >>> No replacement How are we gonna use our memory * I am confused.... *the way I like What additional capabilities do you feel that being able to force a table to stay in memory brings to the product   If a given table's pages are "hot" (read from/written to a lot), they'll stay in the buffer cache anyway.  And I'm assuming you wouldn't want to pin a table that's NOT used very often--doing so would essent ...Show All

  • Windows Forms How do I use a Radio Button control to manage a column in a dataset? (Winforms)

    What do I do If I want a radio button control the value of a column in a dataset.  For example, I want to allow a column to have one of three possible values.  The control should default it's display based on the value of the dataset column.  When the user clicks a rb, the value of the dataset column should reflect the change. option1 (ds col=1) option2 (ds col=2) option3 (ds col=3) Thanks That's what I was kind of thinking of, but was hoping the datagridview would handle the minutia for me. Datawindow.Net for VS2005 is coming out, and it does this well.  Currently only for VS2003. ...Show All

  • Windows Forms Windows form control question

    I am going to ask a fundamental question I am using a third party control. One of the event it exposes is a doubleclick(Which is its custom event not the control double click). I register for this event and when this event is raised then I change one of the property of the control. The problem is that control has got first mousedown event also which changes its state to something different i.e overriding my settings. So the stack will look something like this MouseDown -------- ------ CustomDoubleClick MyHandler (Where I change the state) Control handler (Which respond to mouse down event on the stack and ultimately o ...Show All

  • Visual C++ Delete webcam pictures

    Hello, i have made a application using WIA to grab pictures and store them on disk. But after a lot of use, there remain a lot of captured pictures in the right-hand part of the wia image selection dialog. I would like to be able to delete these. The method which seems most appropriate is the IWiaItem::DeleteItem method. If i call this method after storing pictures, i can also delete those. However, i would also like to be able to use the DeleteItem button, at whatever time i want it to. And not only to delete the pictures which i might have selected. No, i would like to delete all of the pictures which once were taken with the cam ...Show All

  • .NET Development MSDiscoCodeGenerator Failed?

    Suddenly, I'm unable to create web references. I get the following error: The custom tool 'MSDiscoCodeGenerator' failed. Unable to import binding 'MyServiceSoap' from namespace 'http://tempuri.org/'. Both web service and C# winforms client were created in VS.NET 2005. The web service is the default, wizard generated service. Interestingly, I create apps that did hook up to web services nicely earlier and, if I run those apps now, they work fine...until I attempt to refresh the web reference, in which case I get the error above. I'm sure there are a variety of possible reasons this would be occurring, but I'm wondering if anyone has any quick ...Show All

  • SQL Server SSIS Tutorial Lesson 1: Debug Error

    I have followed the instructions for SSIS Lesson 1 exactly but i get these 4 errors when I come to debug at the "Lookup Date Key" lookup transformation. Last step in the lesson. 1. [Lookup Date Key [66]] Error: Row yielded no match during lookup. 2. [Lookup Date Key [66]] Error: The "component "Lookup Date Key" (66)" failed because error code 0xC020901E occurred, and the error row disposition on "output "Lookup Output" (68)" specifies failure on error. An error occurred on the specified object of the specified component. 3. [DTS.Pipeline] Error: The ProcessInput method on component "Lookup Date Key" (66) failed with error code 0xC0209029. Th ...Show All

  • Microsoft ISV Community Center Forums Microsoft Access 2002 printer dialog

    Hi. Is there any way I can bring up the Printer Settings dialog (ie the one where you can choose number of copies, which printer to send to etc) in access 2003 from VBA code, to retain its settings for a piece of code further on in the form Thanks in advance. Mat ...Show All

  • Windows Forms ClickOnce, assembly validation failed.

    Ok, I have a very strange problem. I have a class library and I create a windows forms application that uses it. I Publish it as a ClickOnce online only setup. When I try to run it it fails the validation and I get: ERROR DETAILS Following errors were detected during this operation. * [01/06/06 9:47:45 PM] System.Deployment.Application.InvalidDeploymentException (RefDefValidation) - Reference in the manifest does not match the identity of the downloaded assembly MyLibrary.dll. - Source: System.Deployment However, if I open the manifest file, I can see: <dependency> <dependentAssembly dependencyType="ins ...Show All

  • Visual Studio Tools for Office Installed OutLook 2003 Add-in not available to "All Users"

    I need the Add-In to be available to all users on a machine. I'm working from MSDN documents "Deploying Visual Studio 2005 Tools for Office Solution Using Windows Installer (Part 1 of 2) & (Part 2 of 2). I'm using the example in (Part 2 of 2), page 11 verbatim. /assemblyName="OutlookAddin.dll" /targetDir="[TARGETDIR]\" /solutionCodeGroupName=" MyCompanyName .OutlookAddin" /solutionCodeGroupDescription="Code group for OutlookAddin" /assemblyCodeGroupName="OutlookAddin" /assemblyCodeGroupDescription="Code group for OutlookAddin" /allUsers=[ALLUSERS] I've ...Show All

  • Visual Basic Object invoked has disconnected from its clients ERROR

    Hi everyone.. Im working on a VB6 migration to .Net and Im getting a very strange error. Heres part of the code im executing and where the error is thrown.. I got a form where a message is shown in screen for the user to track what operations the main applications is running.. the routine is in my VB99_loadingScreen. VB99_LoadingScreen.DefInstance.Message("Reading Tag Configuration for Smart Devices") My form has the next routine where the message is shown. I use doevents to keep other part of code executing... Public Sub Message( ByVal sMessage As String ) If Visible Then lblMessage.Text = sMessage ...Show All

©2008 Software Development Network