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

Software Development Network >> Chris Schanno's Q&A profile

Chris Schanno

Member List

tom_k
wkhiar
Jeff Lewus
object
Taffy
Senkwe Chanda
Joaquín Raya
José Marques
CarlW
Alex Krawarik
ncorreia7
Willis IT
Rubens
olapdummy
Sankar2000
jazzmy
bruno
Sunny H
raj2007
Ganesan Krishnamurthy
Only Title

Chris Schanno's Q&A profile

  • Windows Forms MIME settings

    Hi, I want to deploy a ClickOnce application through my site. The site is hosted at a web hosting company and I want to ask them to set up the MIME type for .application, .manifest and .deploy extensions. The problem is I coudn't find exactly what are the required MIME settings for these extensions in Beta 2. From the documentation it seems: .application -> application/x-ms-application .manifest -> application/x-ms-application .deploy -> application/octet-stream Can somebody confirm this Regards, Valentin Iliescu After searching a few other posts here, I found one that suggested to clear IE's cache and reboot. This works. ...Show All

  • Visual Studio Intallation of VS2005 beta 2

    I tried to install the new version on A PC with 2 operation system 1. windows 2000 with VS2003 2. Xp Sp1 clean installation For installation I download the standard edition from MSDN developer site. I tried to install it on the Xp system. I get an error code of 2908 and after press ok I get an error code of 1935 with error regarding it assembly component {18A752B8-D6F4-4F1C-B2EA-CA7876F45A03} Can someone help avi Cohen Scitex vision avi_cohen@scitexvision.com The problem is how to open the iso file if you download it from microsoft site. If you use the IsoBuster dont use the red button (iso) use the blue one (>>& ...Show All

  • SQL Server How to retrieve data from query and link the data to a data number?

    i'm doing a project on SQL Server 2005, i'm stack in searching the data and can't link the data in the data number.. can someone help mi with the programming code as i can search for the words in the table but i can't link with the data number.. first thing is how to search the keywords from the tables Second thing after u search the result ,how to link the result to a number related to the result ...Show All

  • .NET Development WebClient with Progress bar

    I am writing a small application which allows user to enter an URL then download a file on the net. In addition, I use the progress bar to show the downloading status. These code as below using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Net; namespace DowloaderProgress {     public partial class Form1 : Form     {         public Form1()         {             I ...Show All

  • Windows Forms Tip: Using customized DefaultValueAttribute, DescriptionAttribute in a PropertyGrid at run time

    Hi folks! This faq describes how to set the DefaultValue and Description for a PropertyGrid (and possibly other Attributes) at run time in Visual Studio 2005! First of all, there's a class "MyDataToDisplay" that contains the Data to be displayed in the PropertyGrid. Second, the class "DescriptionAttribute" and "DefaultValueAttribute" that replaces the original Attributes. Third, a module called "GlobalSettings" which will detect, if the displayed value in the PropertyGrid is "default" or not. Last, but not least, a class called "Form1" that contains the PropertyGrid a ...Show All

  • Windows Forms Setting alternatingback color for grid with combobox column

    Dear Friends, I am using combobox column in datagrid. And I am setting AlternatingBackColor of grid to Blue. But the combobox column is not displaying the AlternatingBackColor. How to do this. The following is the paint text method i used.  Private Sub PaintText(ByVal g As Graphics, _                           ByVal&n ...Show All

  • Software Development for Windows Vista VMRMulti from DX SDK

    On Windows 2000 sample work fine But on Windows XP its can't open more that 3 video file , where problem Here any way to get number of VMR which im can open By default appcrash in function RenderFile ;( ...Show All

  • Visual Basic Dragging the form without using the title bar

    I have a problem on my splash screen, i set the borderstyle to none. How can I drag the form without having the title bar. I am using Visual Basic Express Thanks. Forgetting the eccentricity of the toolstrip for a minute, I think you are saying that we set a timer when the mouse enters the form area, at each timer event check the mouse to see it is still over the form, and if it is and the left mouse button is still depressed, then do what Do the SendMessage( Handle, WM_NCLBUTTONDOWN, HTCAPTION, 0) or did you have something else in mind Also, I notice using ReleaseCapture and SendMessage ...Show All

  • Visual Studio Express Editions How to display and write text file in TextBox?

    I have a sample program that will going to write a text file (in notepad format) and then i want to display it back in a textbox. How will i do that in Visual Basic Express Helping me please:( Or you can use the helper classes in VB 2005 My.Computer.Filesystem.WriteAllText("C:\Foo.txt", Textbox1.text, True) Textbox1.text = My.Computer.Filesystem.ReadAllText("C:\Foo.txt") ...Show All

  • Visual Studio Express Editions Help with my Text Box and colors

    Hello again. I am trying to make a notepad clone but strictly for HTML coding. I want to change the color of the text when you enter in tags like <html> and such. I also want to add the line numbers to the left of the text box (but still inside the box). Thanks Hi, first of all, you need to use a richtextbox, otherwise you can't use different colors. You also should use some dll's (I think) to handle the input tags etc.. As I don't know any more about dll using, I beter should stop right now, before I say something wrong :p About the line-numbers, I also don't know anything about that. Ho ...Show All

  • SQL Server xp_sqlmaint fails sqlmaint.exe succeeds

    MSSQL 2000 SP4 Recently our maintenance jobs started failing. The only error which is traceabel is if we log an individual log step, other wise the job does not log. The error returned is: Job 'Transaction Log Backup Job for DB Maintenance Plan 'SomeName'' : Step 1, 'Step 1' : Began Executing 2006-03-27 07:55:20 Msg 22029, Sev 16: sqlmaint.exe failed. [SQLSTATE 42000] I have removed and recreated the maintenance plan. Attempted to run the sql statement in query analyzer with the same results. And attempted to change the job to use xp_cmdshell by changing the step to an operating system command. All failed. In addition, runn ...Show All

  • Software Development for Windows Vista Deriving Workflow classes...

      Hello, if I want to derive a class from SequentialWorkflow and then define new workflows from this derived class. When I change the base class in the partial definitions of a code workflow to my derived class it works, but when I define it using xoml there is a problem with some partial definition of the new workflow. Is there any way to resolve this example: public partial class Workflow4 : MySequentialWorkflow error: Error 1 Partial declarations of 'M.Workflow.Workflow4' must not specify different base classes f:\Test.Workflow\Workflow4.xoml.cs 18 26  Regards, M ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Seting Boundaries

    What is the best way to set boundaries in a flight simulation type application in a 3D enviorment seting boundaries so players can only go so far in the world hope this helps you understand ...Show All

  • Visual Studio Team System How does code coverage works ?

    Hello, I have a web site that uses a DLL. I have also written some unit tests. Part of them are calling directly the DLLs (and I have set up my run config so VS calculates the code coverage) and part of them are launching HTTP Web Request on the web site (and so of course using behind the same DLL). With my second kind of test, even if the samee DLL is used, no code coverage is calculated. So my questions: Is this normal The same code is executed so I was thinking code coverage would be calculated How can I set up my run config to ask VS to calculate also code coverage for that kind of tests As I have read on some ot ...Show All

  • .NET Development Can I access Environment Variables with Jscript? REMOTE_ADDR = IP Address

    I am specifically looking for IP address of the user. note: this is for a corporate intranet(no issues with proxy etc...). I want to have certain options on a screen disabled unless it is coming from a small list of UP's. Thanks. Daryl ...Show All

©2008 Software Development Network