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

Software Development Network >> Lance Hunt's Q&A profile

Lance Hunt

Member List

Laurent CP
KevinNanson
skbergam
mjf_29
dgmyers
Pzyber
johnGa
JesperChristensen
Mark Layne
DaveHorner
Eric Wolz - MSFT
Haarissh
Moshfegh
-Antilles-
Marm
Tristian
Masoud_TB
XenomX
wonderliza
Shekhar Gupta
Only Title

Lance Hunt's Q&A profile

  • SQL Server export to excel: i get blank with the report name?

    when i do export to pdf works fine but when i do export to excel then i dont get any data in the excel sheet... i get blank with the report name any idea thanks ...Show All

  • Visual Studio Team System HTTP Status Code : BadRequest - Bad Request error recieved while saving bug or attaching files

    Hi there,      Few of my team mates complaining that they are receiving error as HTTP Status Code : BadRequest - Bad Request while either opening the bug or adding file attachment to new bug. I check the event log of the server, i don't see any event entry there. I'm not sure what is going on here. My installation and project creation was just fine. Did someone else had similar issue how can fix this. Below is the detail mai ...Show All

  • Visual FoxPro How using barcode in VFP?

    Hi! Help me use barcode in VFP use ActiveX controls Where download it Thanks! I'm using USB or PS/2 attached barcode reader. Both readers work as a keyboard. It can be customized on the reader what to send before the barcode and after the barcode. For example if you need a TAB before the barcode and an ENTER after the barcode, it's a simple sonfiguration of the barcode scanner. To print barcodes I use ...Show All

  • Visual Studio Tools for Office Deployment problems

    I have a Word project that I've been trying to deploy 2 different ways. First I made the project using VSTO (I'm using Visual Studio 2005) and after following examples and advise, finally got the project to work in the degugger just right. I created the project as a template. To test the release/runtime version, I copied the application/assemply files to the startup folder that Word in pointing to. These include: BarcodePopper.dll BarcodePopper ...Show All

  • .NET Development xml data into SQL Server table

    How can I import data in an xml file into a table in an existing SQL Server database It can be used as a means to  Import/Export data into an existing table. ...Show All

  • Visual Studio 2008 (Pre-release) ComboBox was tried.

    I want to make ComboBoxItem with ICommandSource. However, not possible to automatic of IsEnabled by CanExecute set it. I want to reflect the result of CanExecute in IsEnabled like Button. How should I do class MyComboBoxItem : ComboBoxItem, ICommandSource { void OnCanExecuteChanged(object sender, EventArgs e) { IsEnable = command.CanExecute(null); // Here is not called. } ICommand command; public ICommand Command { get { return comma ...Show All

  • Windows Forms click n' drag: easy question (i hope)

    Should be an easy question: I've seen in several programs, that you can click anywhere in a form window to drag the form around, how do I set that up btw, using j# Have a look at the following page, under 'How do I support moving a borderless form ' http://msdn.microsoft.com/smartclient/community/wffaq/default.aspx#adt56jjf The code sample is in C# but it should get you started. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Strange Problem In Resizing Managed Direct3D Window

    Hello, I had a strange problem, I had created a Windows Forms project in Visual Studio 2005. I render to this window using Managed Direct3D. I typically used 3 managed vertex buffers for rendering. When I try to resize the rendering window, The resizing operation was too fast and catching up my mouse pointer inspite of it's speed, This is good. But this happens only in Debug or in Release mode while Visual Studio is open!!. If I closed the ...Show All

  • .NET Development How are delegates cleaned up?

    If I expose a delegate for classes to connect to, and the class goes out of scope, is the delegate automatically decremented. Or does the target property of the delegate keep the class in scope and prevent it from being cleaned up in the first place Example... class Lottery { YouWinHandler YouWinEvent; } class Person { Person(Lottery lotto) { lotto.YouWinEvent += new YouWinHandler(OnIWin); } void OnIWin() { } } ...Show All

  • Visual Studio Tools for Office How to customize more than one Excel workbooks with VSTO

    Dear VSTO Support, We have multiple Excel workbooks (each with different layout) that we would like to customize with the same VSTO. We did a test for one workbook, now we would like to apply the same VSTO to other workbooks. How do we do that without creating the same VSTO Excel project for each different workbook Hopefully the requirements are clear. Sincerely, Thomas Hi Thomas, You can build a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Fixing FPS and display resolution in window/fullscreen mode

    In my project(C# MDX), I tried to use 800x600 as the resolution and fix the fps to be 60. Therefore I tried to add the following code in the ModifyDeviceSettings: // Setting up the initial size of the window settings.presentParams.DeviceWindow.ClientSize = new Size(800, 600); settings.presentParams.BackBufferWidth = 800; settings.presentParams.BackBufferHeight = 600; // Setting the fps settings.presentParams.Presentatio ...Show All

  • .NET Development Err.Raise in EnterpriseServices Component

    Here is the situation. I have custom err.raise statement Err.Raise(vbObjectError+9000, src, desc) in an ES component. And when the client tries to trap the error, the error number that is returned is always 5, but I can get src and desc values. Is there any known problem with errors raised from ES component Thanks. ramesh nd. I'd saied that not would but u MUST throw exceptions. .NET is type-based system, ...Show All

  • Windows Forms Bottommost window

    I know there is an option to make the window the toppmost but not bottommost. Is there a way to keep the window at the bottom throught the API or something oh, I don't know C# but I got the code to work anyway thanks. ...Show All

  • Visual Studio Intallation of VS2005 beta 2

    I tried to install the new version on A PC with 2 operation system 1. windows 2000 with VS2003 2. Xp Sp1 clean installation For installation I download the standard edition from MSDN developer site. I tried to install it on the Xp system. I get an error code of 2908 and after press ok I get an error code of 1935 with error regarding it assembly component {18A752B8-D6F4-4F1C-B2EA-CA7876F45A03} Can someone help avi Cohen Scitex vision avi_coh ...Show All

  • Windows Forms Zero touch deployment bug

    We have just developed a system where the client Winforms communicate with a middle tier via .NET remoting.  Everything works fine when running the client from Visual Studio or from a complied exe file.  However, when running the client app via Zero touch deployment we receive strange remoting errors.  The errors seem to be saying that our remoting channel has already been registered.  Why do we only receive this error when u ...Show All

©2008 Software Development Network

powered by phorum