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

Software Development Network >> Koen Willemsen's Q&A profile

Koen Willemsen

Member List

GuyLowndes
russ park
ganesan selvaraj
Wiltek Ghozali
Manan Pancholi
Chris TBerry
adamlane
cdaniele
TAG275
Paco Garcia
mb974
WilliamPen
Solitaire
Ganesh Babu
Kamal T
nvenkat
Nurax
aajrb
Gus_
Portigui
Only Title

Koen Willemsen's Q&A profile

  • Visual C# debug vs release

    hi, what diferences are betwen "debug" and "release" binary file version of project Just to compliment Vikram's information: You can debug release versions (without disabling optimisations) in .NET 2.0, by doing the following: 1. In Solution Explorer , right-click the Project node and click Properties 2. In the Properties window, select the Debug tab 3. Change Configuration to Release 4. Under Output , click Advanced... 5. In Advanced Build Settings , change Debug Info to pdb-only This will generate pdb debug symbols for debugging a release version. To using conditional directives: # if DEBUG    MessageBox.Show("D ...Show All

  • Windows Forms Textbox border colour

    I found quite a bit of information while browsing this site and forum, but am still unsure about how to properly go about getting this to work properly. I created a custom button pretty easily but have not been able to get the text in this textbox to showup properly. Just to get started, all I want is a different colour border. I will wo ...Show All

  • Visual Studio EnvDTE80.Debugger.CurrentProcess, Process2.Attach2 questions

    1. Is the correct sequence to attach to process: Process2.Attach2("Managed"); EnvDTE80.Debugger.CurrentProcess = p; or the other way around 2. Why are Process2.Break or EnvDTE80.Debugger.Break throwing COM exceptions First one says something about not supported. 3. Are these methods asynchronous i.e. does the attached process continue on executing Is it possible to attach in a way so that after attaching, the debugger breaks into the process 4. Why are breakpoints not honoured after attaching At least that is what I am seeing Thanks Pawan You have asked these questions in multiple posti ...Show All

  • Windows Forms Doubleclick event on combox doesn't trigger

    I added a doubleClick event to a textbox. This is triggered very well. Now i added a MouseDoubleClick event to a combobox (because a doubleclick event doesn't exists apparantly), but this event is not triggered. Why How do i solve this Kind regards Damiaan Peeters Thanks for the hint from Davecat. Double click is quite useful when combobox displayed in DropDownStyleSimple. In a similar fashion in Visual Basic Dim mylastClick As Date = Now Private Sub ComboBoxPathologyTests_MouseClick( ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ComboBoxPathologyTests.MouseClick ...Show All

  • Visual Basic Question about moving an app from vb.net 2003 to vs 2005

    I'll be getting my copy of vs 2005 this week and had a question about EnableVisualStyles and how that will work. I just recently learned about enablevisualstyles and have started to apply this to my app. However, vs 2005 has this turned on by defualt and draws the controls to correctly include this be default. Does anyone know what happens to visual styles when bringing an app from vb.net 2003 into vs 2005 I'm hoping that it will apply the correct visual style settings automatically, however I'm a bit optimistic about this. I have a copy of my app that does not have any of the visual style stuff turned on so maybe this one would work bett ...Show All

  • Visual Studio Team System Application Center Test - No Simultaneous Connections

    Perhaps not the best place to post such a question but MS seems to be doing an outstanding job of evading my questions. Does ANYONE here know anything about "Application Center Test" load testing tool I am trying to run some scripts in Application Center Test with the "Simultaneous browser connection" property set to 5 or more. But it does not seem to actually run the simultaneous browsers. The results says that it has ran the 5 simultaneous connections, but the "Total number of Requests" value only reflects that of a single browser connection (my script makes 37 requests, and total requests should be 37 x 5 smultaneous connections= 185, bu ...Show All

  • Visual Studio Express Editions Debuggin Assertion Error

    Here I include the error Assert message at the bottom of file and the Call Stack message that I recieve with the debugger, please any assistance will be greatly appreciated. Thank you in advance for your help. E.C. Call Stack CObArray::ElementAt(int 1) line 196 + 46 bytes CObArray::operator[](int 1) line 210 + 19 bytes CSerializeDoc::DeleteContents() line 228 + 15 bytes CDocument::OnNewDocument() line 682 CSerializeDoc::OnNewDocument() line 45 + 8 bytes CSingleDocTemplate::OpenDocumentFile(const char * 0x00000000, int 1) line 151 + 11 bytes CDocManager::OnFileNew() line 829 CWinApp::OnFileNew() line 29 _AfxDispatchCmdMsg(CCmdTarget ...Show All

  • SQL Server SQLmail TEST failed

    When i select the SQL Mail > right click + properties under the Management > Legacy in SQL 2005. I enter MAPI profile name and press the button "TEST" i face this problems. TITLE: Microsoft SQL Server Management Studio ------------------------------ An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ ADDITIONAL INFORMATION: xp_test_mapi_profile : failed with mail error 0x80040111 (Microsoft SQL Server, Error: 17925) anyone can help me Thanks!! Here is detailed info how to c ...Show All

  • Windows Forms Deployment Project

      I have the results of a large deployment project that have to be installed. The prerequisites are: To test and see if the V2.0 framework is installed and if not install it To test and see if the MDAC V2.8 is installed and if not install it To test and see if SQLServer Express is installed and if not install it Also the customer project comes with a .MDF database that has to be added to the newly installed SQLServer Express in order for the program to function. How would this be done It is highly desireable to include these packages in the .MSI file. How do I include these files in the MSI ...Show All

  • Smart Device Development does CF support Asynchronous call back??

    dear all, i m using asynchronous programming model on compact framework, windows mobile 5.0 and .net 2.0, but its not working :S, well the program compiles successfull but during runtime it throws UnSupportedException. following is the code sample ,i.e. showing this behaviour, namespace DeviceApplication1 { public partial class From1:Form { delegate void m(); m mm; public Form1() { InitializeComponent(); } ///add button to ur form put this in ur event handler. private void button1_Click(Object sender,EventArgs e) { AsyncCallback asyncCallback=new AsyncCallback(foo); ...Show All

  • Visual Studio 2008 (Pre-release) Accessing Child Property Element in a Trigger

    Hi I want to animate the GradientStop element which is inside my rectangle. This rectangle is contained within a control template. My rectangle code is as follows - <Window.resources> <Style x:Key="CardStyle" TargetType="{x:Type Button}"> <Setter Property="Control.Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type Button}"> <Canvas> <DockPanel Name="HighLightDockPanel" Height="25" Width="{TemplateBinding FrameworkElement.ActualWidth}"> <Rectangle Name="Highligh ...Show All

  • Windows Forms Will someone please respond!!!System.NullReferenceException

    I installed and compiled the source  on my server at work and everything works fine if I install the downloadable client msi and change the cfg file to point to my server . If however I compile the client source into a client setup and install it on my client machine I get the following error when I attempt to log into my server&nbs ...Show All

  • Visual Studio Express Editions Exception thrown in a ClickOnce installation

    Hi again, Sorry, but I have another ClickOnce problem. My program runs without exception in the development environment, but the ClickOnce RUN version throws an exception in the form.Load event. Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyBase .Load Try Dim fileStr As String = "..\Images\" doorPic(0) = Image.FromFile(fileStr + "Door1.gif" ) doorPic(1) = Image.FromFile(fileStr + "Door1S.gif." ) doorPic(2) = Image.FromFile(fileStr + "Door2.gif" ) doorPic(3) = Image.FromFile(fileStr + "Door2S.gif ...Show All

  • Visual Studio Team System 28100 Error during installation

    I am experiencing an 'Error 28100. Error loading Event web service.' problem with the Beta 3 refresh. I've tried everything I can think of a and all the suggestions made in other threads and the MSDN Product Feedback Centre regarding this error but to no avail. My setup scenario is this: Clean install on dual-CPU Dell server, Windows 2003 Standard edition with SP1, all other software as defined by the installation guide. I've been using SQL 2005 Enterprise edition as a post on Rob Caron's (I think) blog suggested that there is a problem running the beta 3 refresh on SQL 2005 Standard edition. The server is a member of our ...Show All

  • Windows Forms TabControl leaves me wanting more

    I've got an application that has a TabControl with some tab pages on it. I'd like the users to be able to close a tab if they dont want it any more. The tab control will add the left and right arrows if there are more tab pages than can fit on the tab control, so that you can move down the list of tabs. However, I can not find an intuitive way to allow the user to close the selected tab during runtime. What would be ideal is if there was a way to put a button in the TabControl header, like the left and right arrows, that could close the selected tab. Only thing is that the TabControl won't allow you to place a button in the header. Does a ...Show All

©2008 Software Development Network