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

Software Development Network >> Andrew Jewsbury - MSFT's Q&A profile

Andrew Jewsbury - MSFT

Member List

JamesQMurphy
SteffenK
Liberty1
Schorschi
ARAtlas
klee310
Ken E Walker
Ori234454
Hemant1408
Jish40289
Yan Y.
Virtlink
Tylerk
Kamlakar
Morphy
vikesh
Karthik.T
Doug Wood
Mike Haro
MikeWDub
Only Title

Andrew Jewsbury - MSFT's Q&A profile

  • Visual Studio Get Latest Version stops after Error reading from file

    Hi, We have following problems with at least one file item: 1. If we select the "Path" tab of the "Properties" dialog we get the error message "File <Physical File> not found". This file was probably destroyed in Vss many years ago and is not available in the data directory. 2. If we do a "Get" from the "History" dialog we get the error message "Error reading from file". 3. If we share the parent project of the file and then do a "Get ...Show All

  • Visual C# How to display columns from a database table in a combobox?

    my table name is Students with columns ID, Name, ... Hello Create a DataSource, Set the combo box datasource property to the created datasource, then set the combo box displaymember property to "Name" and valuemember property to "ID", so in this way all the names will be populated in the Combo Box. ...Show All

  • SQL Server Repeat Report Title On EveryPage

    Dear Anyone,   All reports have report titles especially in RS. These are usually big textboxes that can be found in the beginning of the report. When a report is executed, normally, these report titles, dissapear once we opted to go to another page of the report. Is there a way to make the report titles repeat on each page Thanks, Joseph Ollero Hi Dave DGNSP posted a solution to your problem in this thread... http://forums.micros ...Show All

  • Windows Forms Need to build a listbox containing a checkbox and image

    I need to build a control that looks like a checked listbox but with an image between the checkbox and the label. I don't need any databinding support.  I tried to 'OwnerDraw' the CheckedListbox but it will not support owner drawing.  I&nb ...Show All

  • Visual C# ENCRYPTION

    Hi, I need a common encryption algorhythm in C# and PHP. Does anyone know of anything that currently exists that could work I.E. is there some similar API's that will if similar keys are passed in will be compatible Thanks, Karlo Hi, I eventually managed to get this working with TrippleDes. A lot of effort put into this. Nothing up on a web site, but will post the URL for a full example in both PHP and C# ...Show All

  • Visual Basic Global Assembly Cach link is wrong

    Hello, my problem ist, that I print Documents with Word. To Use Word I have to following Assembly importet in my Programm. C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.Word\11.0.0.0__71e9bce111e9429c\ After Debugging my Programm the Link is set to D:\Programming\Projekt\bin\release\Microsoft.Office.Interop.Word.dll How can I set the Link back to the GAC When i open my Project on my Laptop an error occured, he tells my that the Versi ...Show All

  • SQL Server ALTER TABLE MODIFY

    hi! i encountered problems when running this code in SQL Query ALTER TABLE [dbo].[amsSchedule] MODIFY(CutOff1 datetime NULL, [FileName] varchar(100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL) my aim is to modify the two fields to change its data type. BUt when im trying to run this command in the query analyzer, itsays "incorrect syntax error '(' " What do i have to do please help me...thanks ...Show All

  • Visual Studio Team System using FXCOP from within VS.NET 2005 - Where are the settings stored?

    In VS.NET 2005 project properties has an option to enable which FXCOP rules should the project output be checked for. Now where this setting being saved, in the project(.csproj..) itself How can I specify to VS.NET to use an external .FXCOP project file that I have created Thanks & Regards Pradeep Kumar Hi Pradeep, We currently don't have a solution for this. I'll talk to the rest of our team to see if we can allocate some time fo ...Show All

  • Windows Forms Mask IP Address

    Hi All, I used VS.net 2005 and custom it can check IP Address private static bool ValidtionModify( string IPText) { bool IsValidated = false ; ArrayList IpMask = new ArrayList (IPText.Split( '.' )); int indexCurrent = _ipCurrentValue.SelectionStart; try { IsValidated = IpMask.Count == 4; if (!IsValidated) { MessageBox .Show( "Not existed . mark" , "Invalid" , MessageBoxButtons .OK, MessageBoxIcon .Error) ...Show All

  • Visual C# Visual Studtio 2005->File->New Project->Shows an empty box

    Hi All, I am new to .NET, and have just downloaded "Visual Web Developer 2005 Express Edition Beta 2". I want to start building C# applications but on Selecting File->New Project, gives an empty box with no "project types" and "templates". Do I have to install C# express edition separately OR is the installation incorrect. Thanx Varun   Varun Sood wrote: Hey Nicholas, Thanx again...just one more question...where can I down ...Show All

  • SQL Server Can SQL Server 2005 Express coexist with SQL Server 2005 developer edition?

    Can SQL Server 2005 Express coexist with SQL Server 2005 developer edition on the same PC Yes!!! While installing MS SQL Server 2k5 make sure you install it as named instance insted of default. ...Show All

  • Visual Studio Express Editions Unable to create new project in VB Express Beta 2

    I've uninstalled Beta 1 and installed Beta 2 and find that when I try to create a new project I get the following message: Could not find a part of the path 'C:\Documents and Settings\John Cologon\Application Data\Temporary Projects\WindowsApplication1 (Obviously that's if I accept the default "WindowsApplication1" name - if I name the project "Foo" the the last bit changes to "Foo") Any suggestions John Arrg!&n ...Show All

  • Smart Device Development Can i use transcriber into an CF2 application ??

    Hello, I have searched a lot but i dont find that.. I would be use the transcriber into my application. do you know how to use a dll or the transcriber engine. In my application i would use the transcriber but without display the toolbar. I would too use the transcriber just into a panel.. Do you think it' possible to do that (excuse me for my bad english..) Thx. I dont have found solution.. I use just Transcr ...Show All

  • SQL Server HELP plz solve some Queries

    Please Use SQL SERVER 2000 Query 1. REMAINING Is it effecient way to use @Somevariable in the where clause Query 2.. DONE . thanx Jens Using theNorthwind WHY THE RESULTS OF THESE 2 queries vary . declare @title1 varchar(20) set @title1='A' SELECT EmployeeID FROM Employees where @title1='A' SELECT EmployeeID FROM Employees REMARK: Both queries are giving all the EmployeedID but they Differ in their order ...Show All

  • Windows Forms WebBrowser Trickery

    I honestly didn't know what to use as a "subject" for this question, so bear with me. I have a WebBrowser control embedded within a form, and in the HTML inside that control I want to show thumbnails from somewhere on the local disk. Currently I'm saving the thumbnails into a shared folder, and injecting this sort of thing directly into the HTML: <img src="c:\...\image.jpg"> But what I'd love to do is be able to do it dynamically ...Show All

©2008 Software Development Network

powered by phorum