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

Software Development Network >> Emanuel Peixoto's Q&A profile

Emanuel Peixoto

Member List

JorgeCM
zhaorui
Frustrated_in_Boulder
aghiondea
Jughead1111
Ken Harris
_ag
Dman82
Nicolas V
C_Metzke
Claudio Mariconti
Cathan
igor_22
Krijn
Shanewho
Troy Neville
eraniopub
sajithpt
kvkris
AlexGabrile
Only Title

Emanuel Peixoto's Q&A profile

  • Visual Basic hi,I am focusing on this subject......

    I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as described here:  http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/directX/htm/hostingthevideocontrolinavisualbasicform.asp  and here:  http://msdn.micro ...Show All

  • Visual FoxPro Unexpected disconnecting of remote connections under VFP 9 SP1

    I have problem with unexpected disconnecting of remote connections under VFP 9 SP1 runtimes (only under SP1 runtimes). For example, using _VFP object to access forms will cause this and I am analysing other situations. Using _SCREEN object does not cause this. Does anyone found this too and in what situations   That I don't know about. I develop extensively in VFP and I am still running the 0.0 Release on my production applications and don't have any problems. Which "huge list of serious bugs" are you referring to Seemed to me that most of the fixes in SP1 were for things that were either trivial (i.e. had easy workarounds an ...Show All

  • Smart Device Development Draw on top of picturebox?

    Is it possible to draw on top of a picture box Here's my code so far: Pen blackPen = new Pen ( Color .Black, 3); // Create rectangle for ellipse. Rectangle rect = new Rectangle (0, 0, 200, 100); // Draw ellipse to screen. e.Graphics.DrawEllipse(blackPen, rect); but it prints behind the controls on my form. Is there some way to 'send to back' everything except my ellipse Please help Peter Assuming that you're using a PictureBox on a Form, and the Forms AutoScroll property is set to "true", then try setting the Forms AutoScrollPosition property. ...Show All

  • Visual Studio Express Editions HtmlElement.OuterHtml.Replace() fails with COM exception

    I've tried asking this on microsoft.public.dotnet.languages.csharp, but I am getting no response. Maybe I'm getting lost in the traffic. So, let's try it here. Dev env: VS 2005 C# Express, .Net Framework 2.0 I am trying to programmatically select an item in a listbox on a web page. The first thing I do is go through and de-select any selected items. The OuterHtml field of a selected element in the listbox looks something like this: <OPTION value=* selected>Default item</OPTION> I want to simply remove the the term 'selected' this way: elt.OuterHtml = elt.OuterHtml.Replace("selected",""); ...Show All

  • Windows Forms Control Custom Properties

    Hi, I work in Winform (C#) I create a Custom DataGriwViewColumn named DataGriwViewNumericColumn. This new colum shows numeric data in monetary format (in the datagrid). I want to create 2 new properties for DataGriwViewNumericColumn class. This new properties are : NegativeColor and PositiveColor. When I use EditColumn panel for my datagrid, I see my 2 news properties. BUT when a change the value of my properties, (for exemple NegativeColor => Red), and when I click OK, my properties is not persistant !!! How can I make my properties persistant Thank, Damien ...Show All

  • Software Development for Windows Vista Dual Display Suggestion

    Hi, I use dual monitors for work every day, and the most annoying thing you can imagine is when I am several programs open and it seems like every time I open another window, it opens one the opposite screen that I want it to.  Perhaps microsoft could come up with a way to right click a shortcut and press "open on screen 1, 2, etc." or maybe when you double click a program and move the curser to the screen you want it will automatically open on that screen. I know this isn't really a suggestion forum, but I am hoping microsoft reads some of these and takes them in to account for developing new software. Thanks. ...Show All

  • Visual Studio How can I generate automatic documentation from code comments?

    Hi, For two day heavy search in the internet and msdn I could not find how to generate automatic documentation from code comments in Visual Studio 2005 (Team System). Also I would like to know whether NDoc is integrated into VS2005. Thanks Ferad Zyulkyarov Released in October 2005, the latest incarnation of the Microsoft’s Visual Studio.NET IDE includes a version of HelpStudio Lite!   http://msdn.microsoft.com/vstudio/extend/ notification_id=3012531&message_id=3012531   When Document! X is on the same PC as Visual Studio, a Document! X editing tool called Comment Helper appears on ...Show All

  • Visual Studio Team System WebTest with Team Build?

    Is it possible to run WebTests with Team Build I'm using Beta 3 Refresh and I couldn't manage it to work, no matter what I do the test always fail under Team Build (it runs perfect when using Test Manager). I'm getting the error: Results Top Level Tests ------- --------------- Failed (FullTests/)c:\fullbuild\projeto apresentacao\fullbuild\sources\classlibteste\testproject\webtest1.webtest Run has the following issue(s): F:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets : warning : Cannot open the ASP.NET project 'F:\Documents and Settings\Administrator\My Documents\Visual Studio ...Show All

  • Visual Basic Convert to 2005 error

    Whenever I try to convert one of our 2003 projects to a 2005 project I get the following error:    An unexpected error has occurred.    Error Message: We were expecting a log file to be produced at '' but it does not exist. This is occuring in the Beta 2 release. Anyone else run accross this or know a work arround   I have been trying to get arround this for almost a day and have had NO luck. Thanks for your help, Nate I was unzipping the solution and had the same problem. I thought was a bug but actually windows security was preventing me from unzipping all the files (Vb f ...Show All

  • Visual Studio Team System BUG Work Item in MSF for CMMI

    I'd like to know, if is correct to create a Bug Work Item for the Minutes related long of the review. For Example, I realized a review of Physical Diagram Model and found some mistakes. Can I register these mistakes how bugs for tracking Sorry by English text Thansks and regards No I wouldn't create a bug. I'd create a task for the developer to perform the rework described in the minutes. David J. Anderson ...Show All

  • Visual Studio Article on ReportViewer in Visual Studio magazine

    http://www.ftponline.com/vsm/2005_11/magazine/features/rjennings/ Hi Rajeev, thank you for the link. I’m trying to find some information about the capabilities of the Reportviewer control in making graphical reports. I have only SQL Server Express 2005, so the sample files do not run. Greets,    VBFan ...Show All

  • Visual Studio Express Editions Setting the program icon?

    Here should be an easy answer, how do I set the programs icon For example, i've got a prepared .ico format image which I can use with the form icons... But for the life of me I can't find where to tell it to use an icon image for the program image itself  under windows. Whoops, never mind..  found it. Typical, you spend ages looking for it. You post in a forum for help and two minutes later you find the answer. ...Show All

  • Visual Basic Should not hide advances members

    Hello, in the Tools Options Dialog i have deselect Hide Advanced Members in the Basic Node. But i don't see the advanced members in the Text Editor. For Example the .Remove Method of System.Delegate. How can i see them Regards, Markus In the object browser, make sure you have 'show hidden types and members' and 'show inherited members' selected. Please note in visual basic, you'll be using the addhandler and removehandler functions if you're working with delegates normally. Cathal ...Show All

  • Visual Studio Express Editions Printing multiple pages

    Can someone please help me print out a directory listing to multiple pages   Here is the basic code I have so far:   Private Sub PrintDocument1_PrintPage( ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage Dim di As New DirectoryInfo(pathString) 'create an array representing the files in the current directory. Dim fi As FileInfo() = di.GetFiles() 'get number of files in selected folder numfilesInt = fi.Length Dim printFont As New Font( "Arial" , 10) Dim lineHeightSingle As Single = printFont.GetHeigh ...Show All

  • SQL Server Server Name?

    I have a dialog box that is requesting the server name when I'm trying to create a new SQL Server 2005 database What is that and how do I find it Thanks. Creating a database requires connecting to a SQL server. Are you using Visual Studio, or SQL Server Management Studio What menu or action are you taking Karl Tarbet ...Show All

©2008 Software Development Network