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

Software Development Network >> Mike Houglum's Q&A profile

Mike Houglum

Member List

Bruce Taimana
Utku UZUNDUMLU
zgierski
nmullane
azunaro
wildkard
David N.4117
_Filip_N
Iyigun
Timo Talasmaa
John Ferrell
AdrianJMartin
Roberto Icardi
Sebastien P
AndrewRise
GrissomA
jjohnson
SZKHAN
SAinCA
Sue Googe
Only Title

Mike Houglum's Q&A profile

  • Windows Forms sharepoint services - search shared documents

    i have a question but am not sure where to place it. my company want to set up their small business server (2003) with sharepoint services for being a central point of documents needed from all around the company. everything works perfectly except for one thing: we can't search throught the list of documents. the only way (that we know) to find the neccessary documents is by applying a filter. wich doesn't filter custom propertys of documents (like when you add the property: "description" to a document) how is there anyway to solve this problem thank you for those who have any ideas. Hi, Please post your que ...Show All

  • Smart Device Development RSA Encryption

    Has anyone used RSA Encryption/Decryption for cf Thanks, Paula Yes. I'm trying to get it to work using the openCFNet objects and I'm having problems. I've never had any luck getting answers on their forum, so that's why I asked if anyone here had done it. I can encrypt data without any problems, but when I try to decrypt it I get a 'bad data' error. For proof of concept purposes, both keys are hardcoded in the project. Here is my code. I don't know how to format it nicely for the forum, sorry... Thanks! public string EncryptDataString( string strInput) { string xmlString; ...Show All

  • Visual C# set the Text value from another Form

    Hi, I am using this code to set the Text value of a Label on WorkingAreaForm from the FindForm but nothing is changing.. why frmWorkingArea WorkingAreaForm = new frmWorkingArea(); WorkingAreaForm.txtName.Text = "HELLO"; Thanks... yes because txtname is private by default it will be better if you made a property in WorkingAreaForm and make this property public to change thetxtname.text ,then you can reference this property in your code hope this helps ...Show All

  • .NET Development Capturing console window close event

    Howdy, I'm writing a console application and I'm looking to get notified, either via an event or delegate, when someone closes a console window either by the system menu or clicking on the X. Thanks, Chris I'm biting the bullet and using Kernel32.dll's SetConsoleCtrlHandler(). Thanks anyway, Chris ...Show All

  • SQL Server Linked Server - On Connection Error Resume

    I have a stored procedure which connects to multiple linked servers.  If one connection fails, the stored procedure ends with error. Is it possible to have the stored proc continue instead of quit I have tried the following and none work: - connect in a different sp - use sp_executesql Thanks Oh yeah...I am using SQL SERVER 2000 SP4 and I know SQL SERVER 2005 has a sp to test a linked server, but I cannot upgrade.  I once had the problem to check for the availbility of linked server. The solution (in our case) was to ping the servers on a regular basis, by usin ...Show All

  • Visual Studio Tools for Office how to create shims for add-ins created with VSTO if no VS2003?

    Hi, In VS2003 it was possible to use the Shim wizard for Office add-ins created with .Net. However, as I understand this does not work with VSTO. So, my question is for those of us without VS2003, how do we create shims with VS2005 or VSTO Thanks for your help Doriak Andrew and Misha: Any progress on this It will be super if we can have a VS2005/.NET 2.0 version of the Shim Wizard in the near future :-) ...Show All

  • Visual C++ Help me Exporting classes

    Hello Everybody, I am trying to export a class from dll and use it another VC++ code. The code is give below. /*DllTest.h*/ class __declspec(dllexport) CDllTest { public: __stdcall CDllTest(){} __stdcall ~CDllTest(){} public: void __stdcall SayHello(); }; // #include "stdafx.h" #include "DllTest.h" BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { switch (ul_reason_for_call) { case DLL_PROCESS_ATTACH: case DLL_THREAD_ATTACH: case DLL_THREAD_DETACH: case DLL_PROCESS_DETACH: break; } return TRUE; } void CDllTest::SayHello() { printf("Hello C++!"); } I c ...Show All

  • Visual Studio Team System How can I report developer hours by week?

    ========================================== Update: Please see the post dated 9/28/2006 for a new request for help.   =========================================   I have a need to report developer hours by work item by week. I am attempting to use the warehouse filed "Current Work Item Microsoft_VSTS_Scheduling_CompletedWork" and add a "Date Week" perspective to it, but obviously that will only return the value of the "Completed Work" field at the end of the week (and is actually a sum of all Completed Work thus far.).  I need to report the change in completed work by developer by work tiem. I attempted to e ...Show All

  • Visual Studio Team System [OT] Security Attribute question

    FxCop advise me to assign some security to my library, with this warning: http://www.gotdotnet.com/team/fxcop/docs/rules.aspx version=1.35&url=/Usage/AssembliesShouldDeclareMinimumSecurity.html I should confess that I have little knowledge about this, never done it before. And I face the following conundrum: On one hand my component won't use any system resource (no disk access, no socket access, etc...) On the other hand one of my DLL is a ManagedC++ wrapper around Uniscribe. I cant escape either of ManagedC++ or C# Interop, which requires maximum permission I believe. However what my library does and the function it expos ...Show All

  • Visual Studio 2008 (Pre-release) Aurora XAML Designer Beta 9.0 for WinFX Beta 2

    Aurora XAML Designer Beta 9.0 is now available for WinFX Beta 2. Aurora now has limited 3D authoring and animation Download now at http://www.mobiform.com/Eng/aurora.html Visit us at TechEd 2006 in Boston. Booth #335 Regards, Mobiform Software Lol, I was on the site less than five minutes ago looking for an update... Didn't go further than the homepage which said 8.4   Edit: 404 on the download url.... try again in a bit. ...Show All

  • Visual Basic Refrence two projects together and publish them

    I have a solution contains many projects, as I knew, I cann't send them as one solution. I need to reference One to other, but the problem is I need some variable from form the parent and couldn't access it!!! ex. EXE2 is a reference in EXE1 EXE1 can access any SUB, Function or Variable in EXE2 but not the oppiste direction !! how can I access EXE1 from EXE2 and EXE2 from EXE1 as same time ...Show All

  • SQL Server RS 2005 RDL Downgrade to RS 2000 SP 2

    Can anyone help me. I have an RDL file created in 2005 RS that I need to install in a SQL 2000 Standard environment. T Also check this related thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=414302&SiteID=1 -- Robert ...Show All

  • Visual Studio Team System How to refresh VS2005 workitem cache?

    When I have already opened a WorkItem and somebody has altered it I get an error when trying to save. But closing and reopening doesn't cut it. It has cached the workitem. After a few minutes it seems to refresh the cache, but it is annoying to wait. Are there any ways to manually refresh the cache ( without restarting VS ) Thanks borge3000 Sorry for the trouble you are having. The Refresh command and other cache-related changes were added starting with the RC build. Unfortunately, the only way to refresh the item in Beta 3 would be to wait 5 minutes or close and re-open Visual Studio. ...Show All

  • .NET Development test2

    test ...Show All

  • Visual C# Console commands

    hi ppl.. i have a prgram that needs to be able to emulate console (cmd) commands... i want to execute cmd commands but do not show cmd... for example... run the command dir.. and retreive the result without using the Run() method. .. cause it shows the cmd,, is there any way to do this thx mig16 thanks but i want this: " i want to execute cmd commands but do not show cmd... " ...Show All

©2008 Software Development Network