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

Software Development Network >> Lee Farrand's Q&A profile

Lee Farrand

Member List

Maggie Yin
avarkey
Telarin
Lukasz Gwozdz
Lost Shadow
jresnick
LasseDK
sid_monotheist
liranbh
Sachin Sinha MSFT
treadstyle
ComputerSolutions
Satishchandra999
CMCFelix
Sinbad7Seas
David_Croquet
sedso
DanielSilva
John Hoge
ErnieJ
Only Title

Lee Farrand's Q&A profile

  • SQL Server DTS Mail task breaks after SQL 2005 uninstall/install

    When I try to add a Mail Task in my SQL 2000 DTS, I get a message "Please make sure semmap90.dll is installed. When I try to register that dll using regsrv32.exe, it says the entry point is not found. Any ideas on how to get my e-mail task back I should point out that I've installed, uninstalled, and then reinstalled SQL 2005 on this machine. ...Show All

  • Windows Forms Missing ticks when in tracing mode?

    I noticed that my herbivores sometimes don't get called every tick. Especially when they are attacked by a quick carnivore (e.g. Beast), they stay paralized and miss sometimes more than 5 ticks!!! I've put a WriteTrace command at the start of every  ...Show All

  • Visual C++ using interface with windows.h

    in my vs 2003 I could use the interface keyword when I included the windows.h file. but when Im using it with the 2005 version its not recognised. I know I still can use objbase.h but what has changed in windows.h are there any other changes like that Reading the documentation it seems like interface is for managed code and the __interface is for native code. ...Show All

  • Visual Studio Express Editions Can't remove .NET Framework 2.0 Beta 1

    I'm attempting to install the VC# Express Edition 2005 Beta 2 package and have run into a snag. I previously had some of the Express Edition Beta 1 packages installed (VB, VC#, VC++), but removed them in order to install Beta 2. I also have the .NET Framework 2.0 Beta 1 package installed, which refuses to uninstall. First, I tried removing it via Add/Remove Programs. The uninstaller complained that 'netfx.msi' could not be found, and quit. The ...Show All

  • Visual FoxPro Working Folder

    With VFP 3.0 I always checked whether the EXE folder sys(16,0) existed in the same folder as the current working folder set("default") + curdir() . If they did not match then I knew that CONFIG.FPW would not be read. So I would exit and display a message telling the user to modify their shortcut. Is there any way in VFP 6.0 and newer to make sure CONFIG.FPW is read regardless of the current folder or method used to start the program ======= ...Show All

  • Visual Studio Tools for Office Managed Code Extension and Active Document Container

    I have a Word document with managed code extensions that I am trying to use with an Active Document Container application written using MFC. The Word document has a bookmark event handler written in C# using VSTO, and an embedded Windows Forms calendar control. If I open the document using Word, I can see the calendar control and I can see the result of my event handler by double-clicking on the bookmark. However, if I run my ADC appli ...Show All

  • Windows Forms Problem with RowValidating without cancelling the EventArgs (Batch Validation)

    I need to do a batch validation on the grid. Scenario: I have a BindingList collection which gets the changes on the grid then I submit the collection to the server to apply the changes. Upon the submit I check the DGV to see whether there are any validation error or not. Problem: The row validator get triggered and in the case of the error the ErrorText get populated but, I cannot see the error icon on the grid and when I traverse t ...Show All

  • Visual C++ a paradox in mfc head file?

    problem code:       pMetaFileDC->SelectObject(newPen); when debug, it causes an assertion.  the source is:       { ASSERT(m_hDC == m_hAttribDC); // ASSERT a simple CDC object            return (hObject != NULL) ::SelectObject(m_hDC, hObject) : NULL; } ok, then i write this:       pDo ...Show All

  • Visual Studio Team System Run settings of a load test

    I have recorded a web test. For that web test I have set the property of Number of run iterations as "one run per data source row" through the Edit Run configurations window. Later, I have created a load test for this web test. In the load test I specified the Run duration within the run settings. I gave 10 minutes as the run duration for the load test. My question is which of the above two will take precedence or will be impleme ...Show All

  • Windows Forms C# ArrayList to capture selected items in a listbox

    I have a listbox popluated from a dataview. The user can selecte multiple items but I'm having trouble saving each selected item in an Array List. I have a method to fill the listbox: DataView dv = new DataView(SqlHelper.ExecuteDataset(cnIPDAdmin, CommandType.StoredProcedur ...Show All

  • Visual C++ OpenFileDialog

    I have this code that I want to put in my project but I do not know exactly where to put it or how to complete it, if someone could please help me with this CommonDialog.Flags = OFN_FILEMUSTEXIST + OFN_HIDEREADONLY + OFN_ALLOWMULTISELECT CommonDialog.DialogTitle = "Select Map" CommonDialog.Filter = "Map Files (*.map)|*.map|All Files(*.*)|*.*" CommonDialog.FilterIndex = 2 CommonDialog.CancelError = True CommonDialog.Action = ...Show All

  • Visual Studio Express Editions Setting ComboBox.Items from app.settings

    I want to store my Combobox.Items string collection outside of my application (i.e. not hard-coded) as they are values that would be useful to change without recompiling the code. I thought, at first, to store these values in the application settings as a StringCollection and would have assigned this to Combobox.Items at form load. This would have been straightforward as they are both type StringCollection, however, disappointingly Combobox.Ite ...Show All

  • .NET Development Inherit a class by a class that should be marchal be reference

    Hi! I think this is a simple question for those that have been working with remoting for some time. And somehow, I believe the answer will be simply 'NO' . Is it possible to have a class that is marshal by reference and also inherits another class, other than MarshalByRefObject I guess that if that other class inherits MarshalByRefObject, this would do the job. But what if that other class is not mine, let's say... a system ...Show All

  • Visual C# Parsing a string

    Hello guys, i'm searching for an advice of how to parse a string. here is an example: --bla345"cool"but no-- And I need only the text double closed by ", which is 'cool'. My second question is about parsing multyline comments /* */. So if i have --bla bla /*nice thing */ alabala-- my target is get the 'nice thing' string away of the "sentence". Hope someone will find time to help me :) ...Show All

  • Visual Studio Will VS 2005 coexist with VS 2003?

    I am about to rebuild my computer so that I have a fresh machine for Visual Studio 2005 (I had the RC installed until now).  Once I install everything (including VS 2003) will Visual Studio 2005 install fine and will both Visual Studios work as expected Thanks Ken.  Should I still install MSDN with VS 2003, or is the one with 2005 enough for both ...Show All

©2008 Software Development Network

powered by phorum