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

Software Development Network >> tblind's Q&A profile

tblind

Member List

Jordan Matthiesen
BobP - BIM
GoHogs
jphughes
Rob Villahermosa
Martin Crimes
AmyS
Hatzi74
serhio
Gavin G. WANG
Neha_roy
blkeller
zagolin
Randy_U
laslo67
Rukku
Matthew D Erwin
D. Roman
PikachuSalad
Tony Byers
Only Title

tblind's Q&A profile

  • Visual C++ Hided classes

    Hello. In this moment i'm developing a little framework with DirectX, which is formed by a series of class which have got public and private members. Now if i compile the lib and use it into my project, the compiler is able to see public and private members, while i'd like to hide private members. Is there a way mabye with precompiled headers Other things VincentITA wrote: Hello. In this moment i'm developing a little framework with ...Show All

  • .NET Development SslStream fails - switch to plain sockets...

    Hi, I have problems getting the following to run. I have client/server which communicate over SslStream. However, for older clients, which don't support the SSL yet, I still need to be able to communicate with them over plain sockets if SSL fails. So I was hoping that this code would work: [code] private static void AuthenticatedCallback(IAsyncResult ar) { StateObject state = null; try { state = (StateObject)ar.A ...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 The problem is solved already. After installing .Net framework 2.0, there is one more tab named "ASP.NET" in the IIS Web Site Properties dialog. Change the ...Show All

  • Visual Studio Team System Installing TFS on a SharePoint Portal Server 2003

    Heya, I'd like to install TFS on a SharePoint Portal Server 2003. Is this possible at all Do I still need to install Windows SharePoint Services Cheers, Chris Hi, Sharepoint portal server installs Windows Sharepoint Services by default. So you don't have to install it again. But TFS requires wss SP2 to be installed. So you will have to install WSS SP2 before starting the TFS installation. The link for WSS SP2 i ...Show All

  • Visual Studio Tools for Office boilerplate text/Autotext

    When migrating a vba app using vsto, what would be the best approach for 'carrying forward' numerous fragments of autotext Currently I have an attached template with the autotext and am using the command bar for a dropdown menu to insert the autotext into a Word document. Using VSTO (creating a Word smart doc application) - would it be better to utilize document fragments if so, where can I find info on this - specifically geared towards ...Show All

  • SQL Server Certificate creation problem

    Hello to all I have two SQL 2005 server and I want to start mirroring a database. Since there's no windows domain I'm trying to use certificates to grant connection between servers. At this point I find some difficulties... I've read on MSDN that 'active FOR begin_dialog = ON ' option must be specified; look at the code below, when I execute I get following error: Msg 156, Level 15, State 1, Line 8 Incorrect syntax near the keyword 'FOR'. ...Show All

  • Visual Studio Express Editions VWDeveloper 2005 / Password error message

    Hello! I installed the VWDeveloper 2005. Started the Personal Web Site Starter Kit and ran this a few times. When trying to create an administrative user (Web Site Menu -> ASP.Net Configuration -> Security), it says (in dutch, translated in english it is about as follows:) Minimal password length: 7. Non-alfanumeric signs demanded: 1. But whatever entered, conforming to these rules, this error-message keeps coming. Help is really appreciat ...Show All

  • Visual C++ _CRT_SECURE_NO_DEPRECATE has no effect

    MSDN clearly states that if you define _CRT_SECURE_NO_DEPRECATE it "will disable deprecation warnings". I tried adding _CRT_SECURE_NO_DEPRECATE to the Preprocessor Definitions and #define _CRT_SECURE_NO_DEPRECATE to the code. In both cases I still get a C4996 warning from every single strcpy call. The only way to disable the warning, as far as I can tell, is to use #pragma warning (disable:4996) or add the warning to the C/C++ settings (Ad ...Show All

  • Windows Forms Handling event.

    Hi, Everyone. I have a problem Im writing a toolbar and my toolbar have event OnGotoLink here is code : In .Net ActiveX control:     Sub OnButtonClick(ByVal sender As Object, ByVal e As EventArgs)         Dim lMenu As CSLMenuItem &nbs ...Show All

  • Windows Forms Reading value from UserAccountControl

    Hi everyone, I am working on a page (it's a web app, but the part I'm having trouble with is only code, nothing to with ASP) that lets a user check the status of their AD qaccount for things like being locked out, disabled, password e ...Show All

  • Smart Device Development How to start Windows mobile 5 emulator

    Hello, I'm not a developer, so sorry for these questions: I want to test html-files with the Pocket PC Emulator. I've installed Visual Studio 2005 Beta 2 and the Windows Mobile Pocket PC SDK. But I don't know how to start the emulator to test my files. Thank you Bene Hi, Im new to windows Mobile. I want to test some drivers that comes with the SDK. How do i download the image to start the device emulat ...Show All

  • SQL Server Logging blues

    Hi, I am trying to have my ssis packages execution logged to the msdb database. I am interested only in errors, cancellations and task failures so I set the package logging option accordingly. The problem I have is that when I execute the package from an Agent job and the package fails, the log is not generated. If I process the package manually, I can see the errors in the On Progress list. If the package succeed and if I add more stu ...Show All

  • .NET Development How to Get?

    Hello,      Can any one give the C# code that gets all the computers name connected to a system. Thanks in advance. Regards & Thanks, Shaji Kumar.V.K Hmmm... This is an interesting question. There are no Managed API.s that I know of that can get this information. That said when you open the explorer you can see some connected computers so I wonder how the explorer is doing that. I will find out, but please tell me ...Show All

  • Visual C++ error LNK2001: unresolved external symbol "struct ....."

    Hi, any help with this problem would be greatly appreciated.  I have three files in a project using visual c++ 6.0.  One is a library file with the following code: typedef struct gl_Mesh {      int nVerts;     float *Vertices;     int nFaces;     int *Faces;     int nTcoords;     float *Tcoords;     int nTfaces; &nbs ...Show All

  • Visual C# Saving Toolbar State to Registry?

    I am trying to save a toolbar of another process to the registry for later restore. The toolbar is the Windows icon tray. This involves Win32 API calls and PInvoke. Can the SendMessage TB_SAVERESTORE be successfully used in C# I have had success with other cross process communication, but not here. Below is my code. Am i doing things Ok // get toolbar handle IntPtr hWndToolBar = TrayIcons.GetIconTrayWnd(); // get handle to other process // open ...Show All

©2008 Software Development Network

powered by phorum