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

Software Development Network >> Bruno Nogueira's Q&A profile

Bruno Nogueira

Member List

Dorie Hannan
Jigang
haninaya
Christian Hassa
tester123
Smriti
Sergey Golovkin
VladK57579
Utkarsh Shigihalli
Sathya E
nanceoiage
Parky106
JKelley
Ian Morrish - MSFT
MarkBuckland
Mr.S
Arjan Ligthart
Bob Bogo
BruceBoomstick
perboddum
Only Title

Bruno Nogueira's Q&A profile

  • Visual Studio Tools for Office MODI document

    Hi, is there a way of displaying image using MODI ( Microsoft Office Document Imaging 2003 Object Model) from the Image object it is important to me to load it from the image object because i get image object from twain driver. thx. Ludens, MODI is outside the scope of this forum, but it is documented on MSDN. Please consult the reference documentation there: http://msdn.microsoft.com/office John. ...Show All

  • Visual Studio Express Editions Add data source wizard error.

    Racking my brains with this. Data >> Add new data source >> Access DB >> Select Tables >> Test Connection >>> Finish All seems well, i can see my tables in the Data Sources window with the name i chose serversDataSet I then drag over a field into the design grid. ServersDataSet and ServersBinding Source is also created automatically. Boom, 4 errors 'Type CheapFTP.serversDataSet is not defined' in two places and 'Type CheapFTP.serversDataSetTableAdapters.serversTableAdapter' is not defined.' in two places. CheapFTP is my projects name. What is going wrong I can temporarily fix it with the ...Show All

  • Visual C# Code generation from DLLs

    Hi I have accidentally deleted some sources in my project and want to know if there is a way by which I can extract my code from the dll Shantanu Yes, you can use Reflector . It's a good tool that allows you to recover your code, change it into a different language, peep into the framework (quite instructive!) and in other people's code (except you should not). It will also show you why it is a *must* to seriously obfuscate your code before releasing it (but before you do, have your sources backed up at least twice ;) ). HTH --mc ...Show All

  • Visual C++ From Console to Windows

    Thank you for taking the time to read my question, which is actually more of a request. I just began learning C++ about a week ago and I understand the basics, being able to compile and run simple console applications. However, the gap between writing console applications and then writing Win32 apps in Visual C++ seems huge to me. The project I am working on requires a computer interface that will use either a parallel or serial port to send and receive data from a robot. I will then need to construct a graphical representation of the received data in order to analyze it with algorithms. I am using Visual C++ 2005 Express, and just ...Show All

  • Visual Studio Team System Beta 3 Refresh Install Problem: SharePoint Services Not Installed

    I receive the following error trying to install the Beta 3 Refresh as a Single-Server deployment: "Windows SharePoint Services with SP2 or later is a prerequisite for this product. You must first install the latest Windows SharePoint Services 2.0 service pack before you install this product." I'm pretty sure I'm carefully following the setup instructions and that SharePoint Services 2.0 with SP2 is installed. I can bring up the SharePoint Administration site and it looks like it always has when I've previously installed TFS Beta 3. I do see that there are multiple SharePoint IIS Application Pools (currently StsAdminAppPool_2) ...Show All

  • Visual FoxPro toolbox trouble

    All of a sudden, out of the blue I got a problem with the toolbox. When I click the button on the bar to invoke the dropdown menu with the controls depicted I get an error message instead. Program error File 'aclsids.prg' does not exist When I click suspend, the debugger appears at this position: Object: _activexcategory IF EMPTY(aCLSIDs[1]) IF oReg.EnumOptions(@aCLSIDs,m.cActiveXKey,m.cHKey,.T.)#0 RETURN .F. ENDIF ENDIF The arrow points to the first line: IF EMPTY (... Now this all happens only when there is no form to modify. If there is a form to modify on the screen, then there is no error mesage but the toolbox is unre ...Show All

  • .NET Development How can i check if my username and password are correct with FtpWebResponse

    Hi, How can i check if my username and password passed in my FtpWebREquest.Credentials are correct without getting an exception   When i am giving a wrong password i am getting an exception that i want to avoid...   Please help me :-( I believe if the server returns with an error condition, such as invalid credentials, it is returned to the user of FtpWebRequest/Response as a WebException (ie. no alternative). The status and response properties of the exception provide further information outlining the details of the server's response.    ...Show All

  • Windows Forms OK not bad but whats happening with the project?

    I've taken a look at the taskVision and its OK, very limited but I supose as a frame work it works well. Can someone advise on any updates that are happening with the project  Thanks Paul I dont think using TaskVision as a startup framework for a real world application its a goo idea, we shoud be using http://msdn.microsoft.com/library/default.asp url= ...Show All

  • Visual Basic rethrowing an error

    Am I misunderstanding how to do this I want to catch and then rethrow the error. sub foo()          try              bar         Catch err As Exception             Throw err         Finally             oServerReader.Close()         End Try end sub I get a 'cast is invalid' on the Throw err line Correct - you ...Show All

  • SQL Server Merge Replication using SQLMERGXLib.SQLMergeClass

    Hi all, I am trying to do a merge replication between a SQL Server 2k  database and MSDE. And I would like to have the changes that is made on both sides merged, say, the changes made on the msde will be applied to the server and vice versa. I have set the ' SubscriptionType ' to ' SQLMERGXLib.SUBSCRIPTION_TYPE.ANONYMOUS '. when I run the app, it seems that it is only doing a pull replication, which means that it only applies the changes on the server side to the client MSDE, but not bidirectionally. This is different from the merge replication happening between SQL Server and SQL CE, in the case of which, you can call SqlCeRep ...Show All

  • Visual C++ Unresolved external symbol _main referenced in function _mainCRTStartup

    Hello, When I upgraded my code from VS2003 to VS2005, the VS2005 gave me these error responses. Error 189 error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup Error 190 fatal error LNK1120: 1 unresolved externals The program works well under VS2005. I do not know how to fix this , please help me.... Thank you very much! Yang Hi, I tried to change the option to Windows (/SUBSYSTEM:WINDOWS), but it does not work... Thanks! Yang ...Show All

  • SQL Server Replication from Sybase 12.5 to SQL Server 2000

    Hello all, Does anyone know if this is possible If so, where would be a good place to start looking Thank you Chris ...Show All

  • Smart Device Development LNK2019 error about CeMountDBVolEx and CeOpenDatabaseInSession!!Anyone can help me?

    hi everyone!     i wrote a simple program use studio2005 with WM5.0PPC platform. i want to read some contact information from the SimEntries database use some APIs as CeMountDBVolEx and CeOpenDatabaseInSession. i find the API descriptions in msdn. it must include Windbase.h and link the Coredll.lib to use it. i include Windbase.h,then build ,it said CeMountDBVolEx and CeOpenDatabaseInSession not defined. i look the Windbase.h, CeMountDBVolEx and CeOpenDatabaseInSession was not decleared in it . i search some head file ,in Windbase_edb.h,i found them,then i include Windbase_edb.h,build ,it said LNK2019 error with the two f ...Show All

  • Visual J# How to draw on a Panel?

    Hi! This is my first time using J#. I want to draw something on my Panel on Form1, but I don't know where should I edit to change. I have done Java before and is not bad so I am not a really newbie. This J# sure is really different. Could anybody help me Do not use a Panel to draw, but a PictureBox. Go to the Events page of the properties window, and double-click Paint. This will add an event handler, where you can draw: private void pictureBox1_Paint( Object sender, PaintEventArgs e) {     e.get_Graphics().DrawLine( Pens .get_Red(), 0, 0, 100, 100); } ...Show All

  • SQL Server Performance Issue in Schema Extract

    I wrote some recursive piece of code to populate a windows forms treeview control with SQL SMO objects. The target is to have something like Sql Management Studio Server/Database Explorer. I'm trying to build the following hierarchy Server |_ Database |_ Table |_ Field I've done this and it works fine, but It's too slow. Is there any issues about that which I shoud care about *Note: I've wrote the code both in Sync ad Async pattern using delegates and BackgroundWorker, all the same response time. Aisac G. aisac.wordpress.com spaces.msn.com/aisacg As much as I love SMO, I think it is overkill for just populating a treevi ...Show All

©2008 Software Development Network