Software Development Network Logo
  • Visual Studio
  • Visual C#
  • Audio and Video
  • Smart Devicet
  • Visual C++
  • Windows Vista
  • Visual FoxPro
  • Visual Basic
  • IE Development
  • VS Team System
  • .NET Development
  • SQL Server
  • Microsoft ISV
  • Windows Forms
  • SharePoint Products

Software Development Network >> Diego Vega - MSFT's Q&A profile

Diego Vega - MSFT

Member List

Francesco De Vittori
wms103006
canadian_coder
ekkapop
Merryhu
C!77LVR
AndyMicrosoft
srinivasintouch
Cannan
Kajal Sinha
DavidLong
zocmer
ONEWORKNGRL
Peter Rohlfs
Alex MacFarlane
Joel McCormick
DeeZa
KitGreen
dfgdrf
Dan Mikkelsen
Only Title

Diego Vega - MSFT's Q&A profile

  • Visual C++ Displaying a QT form in a VC++ .NET application

    Being entirely new to Windows and mostly new to C++, I took the path of least resistance when starting a new project, and let Visual Studio 2005 lead me to using .NET for my development. It has been a learning experience but not too bad. Now, though, I have to use a form developed in QT by another team. I have a QT license, am using 4.1.4 with the vs add ins. The form, after much gnashing of teeth, etc., builds, and my application links, including instantiating the form, and calling the form.show() method. However, when I actually invoke it, I get a message that it is not a Qt application. So my question (applause) is, "Is there a switch or flag, or quick way I can convince Qt that my .net application is a Qt application " ...Show All

  • Windows Live Developer Forums I cannot se my contacts spaces through msn.

    Hello. I have a little problem. When I click on one of my contacts in msn to see their space I get to a blank page in IE. Does anyone know what the problem may be If I go to a space directly it works. This is very annoying! Is it a way to automatically open the spaces in Firefox instead Thanks for any answers... -efish <>< This is not the appropriate forum for questions about MSN Messenger. This forum is meant for discussion about the MetaWeblog API provided by MSN Spaces. ...Show All

  • Visual Basic How to Reuse StreamWriter Object?

    Here i am using Streamwrite object to write something in file and also i have to use it continuously in different function. So,when i closed it then i can read my newly created file but how can i open it again in the same program to write something new Thanks for replying. Here i am writing the code Public Shared Sub Main() Run() End Sub Dim fs As New System.IO.FileStream("C:\temp.txt", IO.FileMode.OpenOrCreate, IO.FileAccess.Write) Dim sw As New System.IO.StreamWriter(fs) ' Create a new FileSystemWatcher and set its properties. Dim watcher As New FileSystemWatcher() watcher.Path = ("C:\abc") ' Watch for changes in LastAccess and LastWrite times, and ' t ...Show All

  • Visual Studio Do we have to wait for the VS 2005 Prof. SP1 edition or use the Team Suite SP1 edition ?

    I've noted that following VS 2005 SP1 are available : Visual Studio 2005 Team Suite SP1 Visual Studio 2005 Express Editions SP1 Since my edition is VS 2005 Professional, I am wondering whether I should use the Visual Studio 2005 Team Suite SP1 version or I should wait for the specific VS 2005 Professional SP1 edition. Is it possible to integrate SP1 with the installation source of VS 2005 Professional (in the same way as for Windows Server 2003 or XP) ...Show All

  • Visual Studio 2008 (Pre-release) streaming webcam video inside WCF

    bit of a newbie, I am trying to stream video from a webcam inside a web service. I am having little or no luck finding decent information about using webcams with WCF. Any information would be greatly appreciated. I am using AVICAP32.dll to allow me to preview and record the video from the webcam. I have not tried using the system.io.stream to access the webcam yet. The end result for what I am trying to accomplish is to preview, stream, record, and take pictures at an preset interval. So far the preview, record, and take pictures at interval is working but have not found a way to easily incorperate the video into a stream. I appreciate all the help on this. ...Show All

  • Visual Studio after one day of Visual Studio 2005 trial installation its expire

    Hi, i just installed VS 2005 on January 17, and today i tried to run it, the message pop out that trial version is expired. any comment and help would be appreciated thanks in advance ...Show All

  • Visual C++ Is there any tool or method to record all the function call sequence when a vc program is start?

    Is there any tool or method to record all the function call sequence when a vc program is start u can profile the project. First enable the profile check box in the project->settings and then use profile menu item in Build menu. Regards,    Sudeesh ...Show All

  • Smart Device Development How to display Open Folder dialog ??? in smart app

    How can I display the Open Folder dialog in Win32 Smart Device project is there any function to do it Gurgen Hi, SHBrowseFolder is not supported on WM platfroms. As per CE guidelines PPC's are expected to located folders in the \My Documents folder, thus there are functions such as (in ceshell.lib) SHGetDesktopFolder SHGetDocumentsFolder SHGetSpecialFolderLocation but not SHBrowseForFolder. This may be helpful http://www.codecomments.com/archive329-2005-1-373682.html Thanks ...Show All

  • Visual Studio 2008 (Pre-release) Change rectangle property from code

    Hi guys, i've got a rectangle i've drawn in a grid, how can i change its propertys from code, i think i need to build once or something, should i be using X:name or something...FindName, i'm a bit lost, thanks guys si < Page x:Class = " WPFpong.Page1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " Page1 " Width = " 800 " Height = " 600 " KeyDown = " OnKeyDownHandler " > < Grid Background = " Black " > < Rectangle Stroke = " White " Fill = " White " Margin = " 12, ...Show All

  • Visual Basic Programming Languages

    Hi, I'm relatively new to programming, and Visual Basic doesn't seem to be that good of a language, and not that much used in real applications. I want to move onto a different language, one that is very popular, can do almost anything, and can be and IS used in professional applications. Another important factor is platform compatibility. Java provides that, but Java isn't that popular for Windows, and Windows is my primary target. C++ works, but I have a couple of questions: 1) Can C++ be used on any OS Is it a good language to use as my primary language 2) Is C# going to replace C++ Does that work on other OS's C# is newer, and so I'm thinking maybe its the new version of C++ that's going to replace it, as xhtml is probably going to do ...Show All

  • .NET Development TcpClient.BeginAcceptTcpClient / Socket.BeginAccept / all other variations...

    First, I'm sorry for the cross-post...I didn't see the networking forum, so I posted into the vb.net forum. I've been having a problem with the use of any of the async methods of TcpClient, Socket, etc eating >95% cpu after receiving the first connection. I've been working on this for over a week now and I'm unable to find references to this issue anywhere. I've tried every way I can think of to work around this problem. Even if no data is sent or received on the connection....or if I close the received connection -- some unknown thread uses all the available cpu power after the first connection occurs. I created a small project that reproduces the problem -- I've zipped it up and posted it here: http://www.profitfuel.net/T ...Show All

  • Visual Studio Mark occurrences feature

    Hi Is there any feature (or plug-in that can provide a feature) in VS2005 like the "mark occurrences" feature in Eclipse Thanks Anders Granaker Anders, This feature does not exist in VS and I don't know of any existing add-in or packages that support this. But this would certainly make for a very interesting project. I wonder if there is any interest in this forum community to start this thanks, James Lau Lead Program Manager, VS Ecosystem http://blogs.msdn.com/jameslau/ ...Show All

  • .NET Development Get user information

    Hello! I am trying to find an easy solution to my problem. I am trying to use code on the C# page to get user info. I use may be a half dozen different techniques. they all return "NT Autority\Network Service". no matter how I switch permissions in IIS, I can't get it to say "domain\user", even after I log in with the prompt. If I could find one way of doing this that would be outstanding. I wonder if anyone has tried something similar. -Bahman Assuming this is an ASP.NET app try Page.User.Identity.Name. This will return the authenticated user of the request (w/o enabling impersonation). ...Show All

  • Windows Forms How to turn off Copy always option in vs2005

    Hi, I have added a SQL Database in my Visual Studio 2005 project. When I run application add/update records it gives no error and error show the inserted/updated results after refreshing results. But when i open the table from the server explorer, it contains no data and when i close my application and starts it again it also shows no data as there is no data in table. I read an article that VS automatically copies the MDF/LDF files to bin/debug while running project from VS2005 and all the updates performed on DB are stored in MDF/LDF copies place in debug folder. It was told that there is an option "Copy Always" which can be turned off to let VS use one copy of MDF/LDf files so that i may able to track changes being done in DB ...Show All

  • SQL Server Configuaration of RS

    I am unable to successfully configure RS. It fails at initialization and I get an error while switching panels, most likely caused by retrieving WMI properties. Details: Verison of the report server database is either in a format that is not valid or cannot be read. The found version in 'Unknown'. The expected version is 'C.0.8.40'. To continue update the version of the report server database and verify access rights. I am thus unable to deploy a report - Error says that Report Designer is unable to connect to Report Server................. Thanks for any help I am seeing the error during configuration. I tried to repair, then reinstalled. As I tried to reconfigure again - I was unable to specify a report ...Show All

©2008 Software Development Network