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

Software Development Network >> Francisco Lopez's Q&A profile

Francisco Lopez

Member List

Oli is cool
cshan
dr.pavan
James Divine
John_Mac
coewar
J-P Lefebvre
Ctimmermans
Leclerc
themcfet
Hoqenishy
jdevries
StephenSaw
Ronald Huereca
tyou_aki
Sean.Stagner
FernandoT
Michel To
bkohler
Phillip Carruthers
Only Title

Francisco Lopez's Q&A profile

  • .NET Development GC does not work in Console Application with STAThread specified.

    I have a host that is a Console application. To exit the host the user has to press enter.  I ran into what I thought was a remoting memory leak . In the end, the garbage collector was running but was unable to collect objects created on main thread as I had it blocked by Console.ReadLine() to prevent the console window from closing. The solution was to change the Main method attribute from [STAThread] to [MTAThread] which allows the garba ...Show All

  • Windows Forms Problem with combobox

    Hi I have a datagridview that is databound to a table via a bindingsource and a DataGridViewComboBox column that is bound to a second table (both in the same dataset). I am dynamically adding the column to the grid.  Dim viewcol As New DataGridViewComboBoxColumnviewcol.DataSource = _dsEquivalents.Tables(1) viewcol.DataPropertyName = "ViewName" viewcol.ValueMember = "ViewTable" viewcol.DisplayMember = "ViewTable" ...Show All

  • Visual Studio Tools for Office Missing InfoPath Template Project within Office projects

    Hi, I have VS2005 Team Suite installed together with VS Tools for Office, but I can't create new InfoPath project, becouse it is missing ( only word, excel and outlook prejects are there). I have also VS2003, Office InfoPath 2003 SDK and Office InfoPath Toolkit for VS.NET installed on the same computer and it.s working. Can someone help me please Thanx. Hi Raschmann, If I remember correctly there should b ...Show All

  • Visual C++ problem passigng variables from c# to mined C++

    hey guys, im having quite a small problem yet i dont know the solution to. i have a c# application, and a managed c++ dll. in the c++ dll i have a native implementation of a funtion, and in the managed c++ i wrap that native implementation with another class. and i pass form c# to managed c++ class 2 objects with abunch of variables in each. that managed c++ class intrun passes these values to the native class, calculates something, assigns ...Show All

  • Windows Forms Submit a file to a printer in C#

    Is there a easy way to submit a file to a, in windows installed, printer or to a UNC path There is not processing by the driver needed, just passthrough printing. Thanks, One way to add a reference to the project is to use the Solution Explorer (if it's not on, turn it on from View -> Solution Explorer or ctrl+alt+L).  Right click "References", choose "Add Reference" to open the Add Reference dialog.  Scroll down until you se ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX and Visual C# .NET Express???

    Hi, I'm trying to play around with DirectX and C#. I downloaded the C# Express edition, and the latest DirectX SDK. After installing the DirectX SDK, I tried to add a reference to my project for Microsoft.DirectX, but I couldn't find anything DirectX under the .NET tab. Then I went through the browse tab looking within the directory structure for the DirectX SDK, and couldn't find C# would reference to. I then browsed to the C:\Window ...Show All

  • Software Development for Windows Vista Is WF right solution for high-throughput OLTP?

    We are considering re-implementing the core of our OLTP (on line transaction processing) app using WWF.  Having worked with WWF for awhile now, I've concluded it meets our needs very well for flexible loosely-coupled messaging with contract-based binding of endpoints.  One area still concerns me, that's performance. Our input to the WF from host is a message object, and we pull the modified object back to the host a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. My system slows down when I turn on Reference rasterizer

    When I executed Simple Sample from DirectX9 (Empty application with some controls) I have fps: 120, and then I turned on Reference rasterizer - fps become 2.5 Is it normal On some examples that need REF I have 0.02 fps My system: AMD Sempron 2600+, 320 mb RAM, integrated video card VIA/S3G UniChrome II Graphics Yes this is normal, the reference ras' allows yolu to test all functions even if your hardware can not handle it... ...Show All

  • Visual Studio Team System Exam 70-306. Visual studio version?

    I want to give the following exam. Exam 70-306 Developing and Implementing Windows-based Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET   However, i want to give it for Visual Studio 2005. Does anyone know which version of Visual Studio is covered in the exam If it is not Visual Studio 2005, when is Ms planning to bring it. Thanks for your time!! Hello Tk. Visit ...Show All

  • Windows Forms How to add a file to a clickonce deployment?

    I have an application that is a windows application and requires a file which contains profile information for an emulator. How can this file get added to the clickonce package so the file is installed when the application is installed. This is actually a file that can be executed so I also need to know what the path would be. Any ideas Publishing from Visual Studio will only handle files that are included in yo ...Show All

  • Visual C++ windows.h not found...

    WOW, I can't believe this information isn't easier to find.  I downloaded and installed Visual C++ 2005 Express, and then downloaded and installed the Platform SDK SP2.  NOTHING WORKS!  The Directories are not found and there is no apparent way to set them.  Apparently users have found a hack to make it work, but this is crazy.  It seems like the first Microsoft person to install this would notice that it doesn't work an ...Show All

  • Windows Forms MDI child call parent variable/object

    Can MDI child call back parent variable or any object e.g. - frmParent -Public String conn = "abc.mdb"; - frmChild - Public String test = "demo"; - frmChildTest - how can we frmParent.conn - and can we call frmChild.test , too the issue i would like to call parent variable, It would like to create the database connection in parent , so each child only need to call parent connection, and dont need to recreate on each ...Show All

  • Visual Studio 2008 (Pre-release) Problem with RelativeSource Binding

    Hi, I have a class called Matching_Question which has 2 observable collection type objects with their respective properties called MQ_Choice_Data and MQ_Answer_Data. I have a datatemplate which has the DataType to be set to Matching_Question class and it has 2 ListBox controls with ItemsSource set to their respective properties (MQ_Choice_Data and MQ_Answer_Data). The second ListBox(MQ_Choice_Data) has two controls, TextBlock and ComboBox ...Show All

  • Visual Studio Team System Create Team Project failed :No user identity info returned from GSS

    I'm running the July CTP of TFS (w/ June CTP of SQL2005), data and app tier are separate virtual servers with 2003 server sp1.  I followed the install guide extremely carefully. I am using the domain account that is part of the TFS administrator, which is also the administrator for sharepoint and content manager for reporting server.  I tried to create the team project on the TFS, and it failed as well. Here is the log: 9/7/2005 4:31: ...Show All

  • Visual Basic I get a blank row returned into my data table in SQL

    Hi, I'm inserting data via a Wizard Control into my Table.  It inserts a row but does not insert the data into the row.  The row does generate the auto ID number in the ID column which is my Primary Key.  Here is my code: Protected Sub Wizard1_FinishButtonClick( ByVal sender As Object , ByVal e As System.Web.UI.WebControls.WizardNavigationEventArgs) Handles Wizard1.FinishButtonClick Dim customersDataTable As Sq ...Show All

©2008 Software Development Network

powered by phorum