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

Software Development Network >> Mark Wilkins's Q&A profile

Mark Wilkins

Member List

Unbroken73
Mardo
laja
Midhun
Nick Asseloos
SkiesOfBordom
Sergey Perepechin
Lachender Delphin
iparkin
cr4sh3d.r00t
davidbellot
Krishna Paripurnam
Ted Lee - MSFT
Amir The Ruler
EmmaTaylor01
Curtis G
Penny Reed
Nihilists
Seaxouri
ArunSingh
Only Title

Mark Wilkins's Q&A profile

  • Visual C# Capturing KeyPress "Always" !!

    Greetings... My Form needs to capture the KeyPress and KeyUp events. I did set the KeyPreview property to true and it works almost all the time ! When the application starts, it doesn't work... I fist need to touch something (i.e. give the focus to a control) so that the key press and up events could be treated properly. How can i go around this Thanks ! Acoquinar   Hi, since it's a good idea anyways to have ...Show All

  • Visual Studio 2008 (Pre-release) xbap and database

    I’m currently studing wpf and i’m very interested with XBAP. However i wonder how to develop a xbap which is working with a database on the backend server (sql server 2005 in fact) is it thru webservices is there any example of how to do that Thanks FA You would not be able to communicate directly with the database. By default, an XBAP application runs in a sandbox and can only communicate back to the server ...Show All

  • Software Development for Windows Vista synchronizing with workflow thread

    Hello,     Is there any way to synchronize the execution thread, the one that raises events received by some eventsink activities, with the workflow thread I mean, synchronizing the first one with the finalization of the handler associated with the eventsink activity... Regards, M Markus, Just to clarify, do you want the delivery of the message to be synchronous with its execution ...Show All

  • Visual C++ COM Port event handling

    Hi all, I am trying to use COM port by writing codes using combinations of DCB, CreateFile, ReadFile, WriteFile, CreateEvent, WaitCommEvent etc. I also want to monitor EV_RLSDS event for detecting carrier (which is well known as CD you know). My questions are, 1. Can I use MSComm control for all these purposes or not 2. Is there any limitation of using MSComm control instead of code Your suggestions will be appreciated. Tha ...Show All

  • Visual Basic Static function bug?

    Lets say you create a static function under namespace A and inside class B (in C++/CLI as a part of a managed wrapper). Then I call this static function: Imports A ... Dim d1 As New MY_DATE() d1.nYear = 2010 d1.nMonth = 5 d1.nDay = 23 Dim strDate As String B.DateToString(d1, strDate) Doing so gives a warning: warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying ...Show All

  • Windows Forms ActiveX control e88121a3-9fa9-11cf-9d9f-00aa003a3aa3 cannot be instantiated because the current thread is not a single-threaded

    Dear Sir, I have a problem with creating the setup packages, when I installed this to another computer, then my application displays the following errors: ActiveX control e88121a3-9fa9-11cf-9d9f-00aa003a3aa3 cannot be instantiated because the current thread is not a single-threaded apartment.   See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.   *** ...Show All

  • .NET Development X509 key not loaded correctly for FTPS server authentication ?

    I have written an FTP service in VB.NET. Am attempting to add SSL authentication. I believe it is either not doing the handshake correctly, or else it does not like the way I loaded the server certificate.  Let me paraphrase the salient portions of code to show what I am doing, and the resulting exception: Public SSLCertificate As X509Certificate SSLCertificate = New X509Certificate("D:\TEMP\MyPrivateKey.pfx", "myprivatekeyspassword") Priv ...Show All

  • Visual Studio VSTS 2005 (PDC bits) Installation and Running Issues...

    I installed the given PDC VSTS 2005 and by the end it sort of failed still it finished the installation.  An exception was thrown while "Executing Action: hxMerge_VSCC_v80" and request for the selecton of a debuger by just ignoring the issue it continue with the installation and later told me that it was completed successfully.  It happend by the point in where it tried to run VSTS for some reason that I don't know, still on a ret ...Show All

  • SQL Server display msgbox in browser

    hi.. i have the following embedded code in my rdl file.. Function validateDate (ByVal startDt as datetime, ByVal endDt as datetime) if (startDt > endDt) System.Windows.Forms.MessageBox.Show("Date Range From must be earlier or the same as Date Range To") End if End function this code works in VS IDE but the msgbox would not appear when view using a browser... how can i get the msgbox to appear when view using a bro ...Show All

  • Visual Studio Team System Not Getting "Test" Menu after installing TF Client

    I'm sure I'm not doing something fundamentally simple, but after installing the "Team Foundation Client" from the Beta 3 Refresh MSDN December 05 shipment I get no "Test" menu in Visual Studio. My understanding is that creation of unit tests and everything else test-related is done from that menu. Should I be installing something else, or is there a way to get that menu to appear by switching on some setting ...Show All

  • Windows Forms Paint Event Problem

    I have a Windows application that overrides the Paint method to change the presentation of the form. Basically, it paints a red border around the edge of the form. I also have a couple of panels that fill up the form. One is docked to the left and the other fills the remaining space. Each of these panels also has an override to the paint event. The overrides are in the Form1 class. The problem: The project solution compiles and runs just ...Show All

  • .NET Development console output

    I am making my first steps in C#. I am used to another object oriented language (VDbase plus) but not .NET. I designed a form under Windows Applications. There is a button on it. I want to print a short message to the console. I thought this function will do it on click. It does not print anything. The statement Console.Writeline ("hello") if placed in Main() body does not give any output either. I did set the Project->AppProperties->Gener ...Show All

  • Visual Studio 2008 (Pre-release) What is ObjectDumper?

    hi ,all. what is ObjectDumper is it a custom class The object dumper is a small utility library that comes with the LINQ CTP samples. It basically iterates through the properties using reflection and dumps the values to the console window. You can find the source at C:\Program Files\LINQ Preview\Samples\ObjectDumper in the C# download.Jim Wooleyhttp://devauthority.com/blogs/jwooley/default.aspx ...Show All

  • Smart Device Development Updating UI from thread: Control.invoke()?

    Hi, I'm experiencing some difficulties writing my first application for pocketPc. The program should run on a dell axim x51v with windows mobile 5.0. (I'm using vs2005 professional.) The application uses threads to write messages (from the program itself and streams) to the screen in a listbox (lstStatus). I know how to add items to a listbox (which is quite trivial), but I can't figure out how to do this from within a subthread. Here's some cod ...Show All

  • Visual C# Disposing Forms

    Hello - Form f = new Form(); ... DialogResult dr = f.ShowDialog(); ... After retrieving the dialog result, how can I increase the speed at which the closing form dissapears and the underlying (parent) form refreshes/repaints itself It appears as if panels dispose of themselves one at a time... Thanks. Try to hide the form first, before closing it. For example, if you're handling close on a button_click, you can do it ...Show All

©2008 Software Development Network

powered by phorum