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

Software Development Network >> João Santa Bárbara's Q&A profile

João Santa Bárbara

Member List

mikey_from_ireland
hiren
Debra Dove
Angna
Marin Chanev
imaginative_moin
GiampaoloSanRemo
tongcuong
David Xu
Mad Max
Lalitg14
Fernando Ibarra
ithiru
Rambozo
TotalNovice
avic
Tindy413
NamelessJuan
logtorahul
Ad Kalaf
Only Title

João Santa Bárbara's Q&A profile

  • Visual Studio Team System Unresolved Reference: Microsoft.Vbe.Interop

    Hey, I'm working on a project that is in the process of being ported from VB6 to .NET. I've tried to run fxCop against the main .DLL (it's a web app) but I get an error message telling me that there is an unresolved reference to Microsoft.Vbe.Interop. Now, I have confirmed that this file does exist in C:\Windows\assembly\ and I've even verified that the version/public key that fxCop is expecting matches the assembly in the folder. However, fxCop will not allow me to select the file to be loaded, nor am I able to use Windows Explorer to copy the file to a local directory and point to it there. Am I completely missing something here Is it not ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Microsoft.DirectX.dll version 2.0.900 You Can Not Create the device Manual

    plaese have a look Full Copy AND PAST in vs studio create a class lib. and put this code in using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Text; using System.Windows.Forms; using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; using Direct3D = Microsoft.DirectX.Direct3D; using System.Runtime.InteropServices; using Evo2006; namespace Evo2006 { public partial class EvoGamesEngine : UserControl { public Device device = null ; // new one private Capabilities caps; // private PresentParameters present; private ...Show All

  • Visual C++ How to get the text from MSWord?

    Hi forum members, I’m checking the events that common user creates, but I couldn't find the text when is written in Microsoft Word, the only clue is that I got a EVENT_OBJECT_LOCATIONCHANGE  windows message from the caret that is in a window wich has "_WwG" class name when I type words in the document , do you know a function to get text from this window , I have already used Getwindowstext but I only got the window name and I have used the  IAccessible::get_accValue   function but didn't work, (I work in vc++ and I use SetWinEventHook hook and  IAccessible interface ) tanks in advance ...Show All

  • Software Development for Windows Vista Dual Boot Vista Beta 1 and CTP 5231

    I have a Windows XP Machine which I added a new 200GB hard drive to so that I could partition it and install Beta 1 on it. I have a detailed explanation of my many problems involved with installing it here: http://startether.com/blogs/startether/default.aspx . But that is not the reason for this post. I want to have a machine where I can boot to CTP 5231, Beta 1, or Windows XP. Before installing CTP 5231, I could start Beta 1 without a problem, and get to Windows XP with no problem either. Since I installed CTP 5231, I can no longer start up Beta 1: it is only available from the Windows XP boot screen, and when I select it, the screen goes ...Show All

  • SQL Server Tutorial lessons 4-10 missing

    I am going through the 2005 SQL Server Analysis Services Tutorial of which there are 10 lessons.  I get to lesson 4 and it says I need to open the "Analysis Services Tutorial - Lesson 4.sln" solution.  I can't find this on my pc, do you know where I could get this   FYI, I already installed the samples, but it is not there either. Are you using the September CTP   If so it should be in C:\Program Files\Microsoft SQL Server\90\Samples\Analysis Services\Tutorials\Lesson4 and the name of the file should be 'Analysis Services Tutorial.sln' ...Show All

  • .NET Development XML and ADODB recordset

    I've inherited an classic ASP web project that includes a webservice. The code in the webservice is, at best, a hybrid of VB6 and .NET, up to and including the use of ADODB recordsets, commands and streams. There are several methods in the webservice that perform the following: create an ADODB recordset create an ADODB stream populate the .Fields collection of the recordset open the recordset and stuff records in it, using hardcoded values save the recordset to the stream return whatever the .ReadText property returns back to the caller release the recordset object, w/o closing it This seems like a rather awkward way to do things. Is ...Show All

  • Visual Studio 2008 (Pre-release) WinFX Beta 2: Not for Danish Windows XP?

    Hello! As I attempt to run the installation of the WinFX Runtime Components on my Danish Windows XP the installation program reports a problem that it cannot download something after 22 MB out of 32 MB. Can the WinFX not work under a Danish Windows XP, or perhaps only under an English Windows XP (and Vista of course) Best regards, Henrik Dahl Please see this thread for a solution: http://forums.microsoft.com/MSDN/ShowPost.aspx postid=421973 ...Show All

  • Visual C# Preprocessor directives for website

    Hi, how can I add defines that will be global for all files in a web site project Say that I have files similar to this throughout the web site project: --- file begin class MyClass { #if MYVARIABLE public myDebugMethod() { ... } #endif } --- end file Where can I define/undefine MYVARIABLE so that all classes in my web site is effected Execuse me for my bad english, if something is unclear ask and I will try to write it using different words. Open your project's properties window (In the Solution Explorer, right-click on the project and select Properties). On the Build tab, yo ...Show All

  • SQL Server got error when using stored procedure with temp table in it

    I got an error message when i created a dataset using a stored procedure with temp table in it. The error is: "could not generate a list of fields for the query. check the query syntax or click the refresh fields on the query toolbar. invalid object name ' #indented' ". after I click on the refresh button, everything looks fine. But after I put the fields in the table, and go to the Preview, it is a blank report. Does anybody know what happened 3x a lot! Your problem occurs because the sproc isn't returning metadata (column descriptions, etc.) from your temp table dependably -- No ...Show All

  • Windows Forms Do Custom prereq's have to be located in ...

    [VS 2005 installation directory]\SDK\v2.0\Bootstrapper\Packages Is there a way to set VS 2005 to look in any other directory for custom prerequisite packages Thanks. John, There is a way to store packages in directory other than the default. Under HKLM\Softwar\Microsoft\GenericBootstrapper\1.0, set the Path string value to new location of bootstrapper packages. Please note that setting this registry key will override where the bootstrapper looks for all packages. Regards, Elizabeth Maher VB Team ...Show All

  • Visual C++ Side-by-side DLLs: a must read for any unmanaged Visual C++ 2005 user

    I have just found a new tutorial article written by Richard Grimes that explains the whole side-by-side DLL situation with the runtime library etc. The content of this article is incredibly valuable.  I hope that the MSDN help is updated to reflect a lot of the information in this article. Here it is: http://www.grimes.demon.co.uk/workshops/fusWSThirteen.htm Thanks go out to Richard for investigating this area with a fine tooth comb and exposing what is happening under the covers.  Ted. I agree.  Although the article is somewhat opinion heavy, I hope people can put those comments aside ...Show All

  • Visual Basic Imports? Importance, Advantages and Disadvantages

    The Project Properties Imports are the list of all class that will be used in the project for referencing classes/dlls. I just want to clarify something if there is any article in  MS that will discussed the advantages / disadvantages and ways of importing classes.  And also the best method to do for that. (In Script and/or in Project Properties.) I also need to know what will be the effect for the Project of Importing in Project Properties vs Code-behind. TIA Yes of course, I am familiar with that.  Classes needs to reference first in the project before importing in on a code or/in project properties imports s ...Show All

  • SQL Server SSIS Job Failed

    I created a simple SSIS package. I build the package. I can run the package with no problem. However, when I schedule a job, the job always fail. Does anyone know what is the problem The error message of the job doesn't help at all. Here is the error message I got from job history: Date 5/19/2006 2:02:21 PM Log Job History (ssistest) Step ID 0 Server ABC Job Name ssistest Step Name (Job outcome) Duration 00:00:01 Sql Severity 0 Sql Message ID 0 Operator Emailed Operator Net sent Operator Paged Retries Attempted 0 Message The job failed. The Job was invoked by User CHICAGO\ABC. The last step to run was step 1 (ssistest). ...Show All

  • Visual C# Save Combobox items to file (not .txt)

    I have a program which has 46 diffrent combo boxes. The items in these boxes change according to what the user selects (ie Box35 items changes according to what item is selected in box 30). What I would like is for the user to be able to set all the combo box items the way they want, click save, and the program save them to a file (pref not a text file, XML maybe ). I can sort of conceptualize the saving of each "item" of every combo box and writing it to a text file, but I would much rather save it to a custom file or something else (ie a file with my programs unique file extension). I would also eventualy need to be able to popul ...Show All

  • Visual Studio Express Editions Tutorials for a complete noob to c++ and visual c++ express edition

    Hi, my title says it all really, im after online tutorials that teach me just about everything to do with vc++ ee, and if vc++ isnt any different to normal i already have some. Craig This thread has a good list of books and websites (some of which have tutorials). check them all. ...Show All

©2008 Software Development Network