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

Software Development Network >> Mike Glaser's Q&A profile

Mike Glaser

Member List

H.Saber
Richard Hawkes
ChadN
BenjaminTengelin
SergyR
pr0gr4m3r
Hans Groeneveld
curtisMcmillin
OrlandoRocks
krymium
Avada Kedavra
PatrickAltman
enric12879
Jeremy Gauthier
checkit
FigBug
MartinRoyds
MrT25
Deano05
maranbe
Only Title

Mike Glaser's Q&A profile

  • Smart Device Development Static C++ source code analysis for smart devices?

    Hi, Is C++ static source code analysis available for smart devices in VStudio Team Suite or is it only for x86 Win32 Thank you, VB. Yup, that was one of the fringe benefits of having multiple platforms supported in a single project. I should have been more clear before. Nice tweak to get the IDE to do what you want :) Jeff ...Show All

  • Smart Device Development Using Notification: HTML Image?

    Hi all, I'm using a Notification. When I show it, I would like to display an Image as part of it's HTML content. The application is running in "disconnected mode", and I would like to pull the source image from the file system. 1) Is this possible If so, in the code: HTMLString.Append("<img src='{ }myImage.jpg' width='75' height='75'>"); 2) How do I reference { } from the file system 3) Is there a better way Thanks in advance, Eric I think now i got the problem Actually I dont know what notification HTML uses like is it a temp HTML window or A parser in ...Show All

  • Visual Studio Team System Web Test Authoring and Debugging Techniques

    My whitepaper titled Web Test Authoring and Debugging Techniques is now live on MSDN. It covers some best practices for creating web tests as well a lot of things to look for when things don't go the way you expected. Josh This is a great article! We've been getting many customer requests for information like this. Thanks for publishing it! Cheers, -Noah Coad, PM VSTS Dev/Test, Microsoft ...Show All

  • Smart Device Development Receiving all com ports or searching for device

    Hello, is where a function in .net compact framework what listens all avaible com ports or searches for a plugged hardware I want to communicate with the serial port and need the com port of my plugged hardware. System.IO.Ports.SerialPort.GetPortNames would return names of COM ports available on your device. Searching for devices (e.g. by opening all ports one by one and attempting communication with particular device) is up to you to implement. ...Show All

  • Windows Forms Please, Help!

    Hi, Coders Please, help me with my system shutdown program! I think I am doing everything just fine, but... Here is my code: public event SessionEndingEventHandler ShutDown; ................................... public Form1() { this.ShutDown += new SessionEndingEventHandler(ShuttingDown); } void ShuttingDown(object sender, SessionEndingEventArgs e) { ShutDown(this,e); } void ButtonClick(object sender, System.EventArgs e) { ShuttingDown(this,new SessionEndingEventArgs(SessionE ...Show All

  • SQL Server How keep together table rows?

    Is it possinle to keep together few table rows It's not very good, when detail data and group footer was printed on different pages.. Hi, Use the KeepTogether property of your table. Best, Radu. ...Show All

  • Visual Studio 2008 (Pre-release) use second monitor with wpf?

    Hi all, i'm relatively new to C# and WPF altogether.  It looks great so far. I'm wondering if anyone can tell me how to assign a Window or Canvas to the second monitor on a multi-monitor PC   I basically want to mirror what is happening on a Canvas on primary monitor, on a canvas on the secondary monitor. any thoughts Steve Sterling Adidam.org AFAIK there is currently no way to do this purely with WPF. However you should be able to : * use the " System.Windows.Forms.Screen " class to get information about the screen(s) -- http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/ ...Show All

  • Windows Forms How to set Password as the mode for textbox in datagrid

    I am adding a textbox column at runtime in a Datagrid control(not a Datagridview control).This textbox is meant to enter password.How do I hide the text( i mean encrypt this text) while user is entering password in the textbox. Thanks Supriya You must creat a new class that inherits from DataGridTextBoxColumn  an implement this feature, see the code below: Option Strict Off Option Explicit On Imports Microsoft.VisualBasic Imports System Imports System.Drawing Imports System.Windows.Forms ' Coluna do DataGrid para senhas Public Class DataGridTextBoxColumnPwd Inherits DataGridTextBoxCol ...Show All

  • Visual Studio Express Editions Database problems: Save data, Change table definition

    Although a problem was recognized months ago regarding saving data, I'm disappointed that the Start Page "How Do I... (Database updating) still has a serious error and several suggestions are still floating around to resolve. Forum messages show this is causing a great loss of productivity with programmers and companies. See below for another problem. My past experience is with VBA and 2003 Net, using Excel as a database. Basics: 1. There are two separate items utilized by computer applications: -Definitions (object names, properties, methods etc.) -Data (actual information entered by user in various ways) 2. There are two per ...Show All

  • Smart Device Development Deploy to Pocket PC 2003 - Connect to device failed

    I am having a problem deploying a very simple smart device application (in fact the has only a single control) to my Pocket PC (Toshiba E355 - Windows Mobile 2003). I consistently receive the following message:    Connect To Device Failed I have also tried to connect to my device as follows: From the Toolbar: Tools --> Connect to Device Selected Platform: Pocket PC 2003 Error Message: Connection failed.  No connection could be made because the target machine actively refused it. I have installed the following in the recommended order as follows:    DMA Transport Update for VS2005 Beta 2  &nbs ...Show All

  • Windows Forms Cannot add custom controls to SplitContainer?

    For some reason, I can't add any custom controls to a SplitContainer panel in .NET 2.0. When I try to add these controls to the panel via the designer, I receive the following error: "Failed to create component 'CustomCheckBox'. The error message follows: 'System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types'"... It doesn't matter if the custom control is within the same project or not, the same error occurs. In the above example, all I did was create a CustomCheckBox that inherited the CheckBox class, but didn't add anything to the class other than an empty constructor. I don't hav ...Show All

  • Visual Basic VS 2005 seems unusable for large VB converted project. How do I turn off the background compiler.

    VS 2005 seems unusable for large VB converted project.  How do I turn off the background compiler. I have a fairly large project that I migrated from VB6 to VS2005.  This is the RTM version of VS2005.  There are many issues that I need to fix up in the code, but every time I change one line of code, my system runs 100% CPU for 30 seconds. This is not even close to usable.  You might think I have a slow machine, but I am running this in a P4 3.5 GHZ with 1GB of RAM, and a SATA 150 hard drive. I will be forced to abandon use of VS 2005 for this project unless I can find a work around for this issue. Please help! ...Show All

  • Visual Studio 2008 (Pre-release) TextBox input validation

    How can I validate input for my textboxes For example I have an application where I want to input several numbers in the textboxes. The primary validation constraint is that I want the user to be able to input only valid real numbers. Some of the textboxes should contain only positive real numbers. Also I want to be able to do comparisons between the different values (for example I have a minimum speed textbox, and maximum speed textbox, so there's one more rule here: min <= max). Also, if the user is currently editing a textbox, he should be able to cancel the modifications, by pressing escape. How can I do all these with Avalon/WPF Tha ...Show All

  • Visual Studio Team System Distributed execution of functional tests

    I have a requirement to run my functional tests across multiple machines. Ideally, I would want to set up, say, 10 machines to run tests, and trigger running my, say, 1500 tests from VSTS. Rather than run all 1500 tests on one machine, I should be able to let those 10 machines pick up the first 10 tests off the queue, run them, report the results back to VSTS, and have each machine pick up the next queued test as it completes its current task. Note that these are single-user, stand-alone, UI-centric automated tests, not web tests, load tests, or tests that require sophisticated synchronization between machines. I've been investigating Te ...Show All

  • Windows Forms class inside module in VB .net

    Hi guys Is it ok for me to define a class inside a module I don't want create another class because I am only defining properties(e.g Name, Value) Thanks! Sorry for the vague question.. I think your reply just answers my question( Structure instead of class).. Thanks guys! ...Show All

©2008 Software Development Network