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

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

twinn

Member List

RyanSmith
Mangix
nielsvdc
Nishant
rap213
mil10
ProjectGKR
razva
Kartik
moker
zool
RakeshShah
Gary Miller
Thorsten Wolfer
dudu460
Stef Shoffren
Hardik Mehta
dumiban
Horea Soanca
zebi
Only Title

twinn's Q&A profile

  • Smart Device Development How to reduce the Actual size of the PropertySheet

    Hi, I am working with CpropertySheet. I want to reduce the size of the PropertySheet. Can any one send me the tips to do that... Thanks in advance. Regards, Saravanan Hi, I think unsetting PSH_MAXIMIZE flag in m_psh structure of the propertysheet; in constructor, and then using SetWindowPos to resize the window; in the OnInitDialog method, should do the needful. Thanks ...Show All

  • Visual Studio Express Editions Visual C++ Runtime Library

    HELP... I have a runtime error on Windows/system32/RMG.exe every time I turn on my computer...can't shake it out Hi jmcilhinney , Could you please give us email address we would like to get in touch with you. Thank you, Bhanu.   ...Show All

  • Windows Forms Using BeginEdit and EndEdit to edit treenode labe.

    Hello! I've got a treeview and a button. When I click the button a new treenode is added to the selected treenode in the treeview. When added I want it to imedietly go into edit mode so the user can write the label. I do this by just running newNode.BeginEdit(); This works. BUT, when I'm done editing and I hit ENTER the label gets blank and I end up with an empty label. I've added e.Node.EndEdit(false) to the AfterLabelEdit event of the tr ...Show All

  • Windows Forms DebuggerStepThrough related question.

    Hi all, I use the <DebuggerStepThrough()> attributed to stop the debugger from stepping through certain procedures in my widows forms application. But I have several projects in my solution and some of them are debugged already. How can I still keep a project in my solution but prevent the debugger from stepping through one or more entire projects In other words: step through project A, but skip project B. Thanks in advance, ...Show All

  • Windows Forms ClickOnce, Proxies, Firewalls

    Will ClickOnce work if I have proxies and firewalls in my network Will it allow COM wrappers, unmanaged MFC libraries, Content files, resource files, etc to be downloaded Thanks, Kunal       Well Regfree is XP onwards and thus it has a limitation. My clients could be running lower than XP. ...Show All

  • Visual C++ Halting Keypresses?

    Hi all,     I am writing a program that is supposed to lock a user from the common key presses, i.e. Alt + F4, Crtl+Alt+Del, etc.  I know I have to have case WM_KEYDOWN:     switch(wParam)     {     //The Keypresses     }     break; My problem is that I do not know how to halt the keys from doing anything.  I am certain that VK_F4 is for the F4 ...Show All

  • .NET Development highlighter?

      Hi. I have a string. I have extracted some things from it, really using regular expression to do a match. it works great I want to know now, since this text will be displayed after words (the entire string) is it possible to highlight the matched words in the string (highlight = color/bold) I will be writing this in either RTF or html I just want to know how I can detect that through out the string if the matched words exist t ...Show All

  • Visual Studio Help collection integration

    Hi All, This is for plugging in one help collection to another one, Let me explain the requirement: We have two VSIP packages, say Product-1 and Product-2, and both have their on help collections. Let the root node in TOC of the first collection be HelpProduct-1 and the second- HelpProduct--2. These packages will be installed in separately, and the requirement is to show in help contents, these two collections as children ...Show All

  • SQL Server Wait for Recieve Fails to recieve message when called from .Net sqlClient

    I have been building out an application and Service Broker has been working great but I have this one nagging problem. There are some scenarios that involve users waiting for a response so I call a stored procedure that sends a message on a service and then waits for a responses on the conversation handle on which it sent the request. When I call the stored procedure from a query window inside management studio it works perfectly. When I call i ...Show All

  • SQL Server Report Services

    Are SQL Reports services like report builder included with SQLExpress. I just installed VStudio 2005 and SQLExpress. I cannot find SQL report builder. Crystal reports works fine. Do I have to install SQL SErver Developer edition, included with VStudio 2005. I am new to SQL development. Sorry if it is a simple question.   Bill Report Server didn't included in SQL Server Express. SQL Server Developer Edition has all features l ...Show All

  • Visual Studio Express Editions Is there a memory restriction on writeline() method?

    Is there a memory restriction on writeline() method I have a for loop that calculated totals for each month and then writes each line for each week for that current month. There are 53 records and it only writes 32 of them. here is a sample code: Private Sub Button_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnButton.Click ofdOpenFile.Filter = "CSV Files (*.csv) |*.csv" ...Show All

  • Visual C++ DLL initialization failure

    I've translated a VC7 project that builds a COM dll, to VC8.  It builds, but I can't register it: Regsvr32 reports "LoadLibrary("<path>") failed - A dynamic link library (DLL) initialization routine failed." The dependency viewer suggests that all the required libraries are present.  The failure occurs before execution reaches by code (DllMain).  How can I debug and find out what's going on Phil Atkin ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Anti-aliased sprites (and how I don't want them).

    I'm trying to display 2d images on screen using the Sprite class in Managed DirectX (C#) but unfortunately they always come out blurred.  As far as I can tell, I'm using the correct sizes for the source and destination rectangles (and I've experimented by varying the sizes; e.g. the increase dimensions by 1 pixel to sort out sizing problems) and my texture is loaded using either point filtering or no filtering. The sprite never comes out as ...Show All

  • Visual C++ Version in managed C++ 2005 DLL

    Hi all, This might sound like a really dumb question but how can I get a "version" tab when right clicking on a dll I create in Visual C++ 2005 Express Edition In the dll's I have created so far I get just General, Security and Summary tabs. My C# dll's have version tabs but not my C++ ones. I have tried to google this but I'm getting nowhere. Any help would be much appreciated. Thanks for reading ...Show All

  • SQL Server Bug in Report Server?

    I am running a report using RS2005.  It connects to a web service using the XML data source.  It works correctly in my development environment.  When I put it up on the server and run the report, I get the error message: An error occurred during rendering of the report. An error occurred during rendering of the report. Item has already been added. Key in dictionary: '1' Key being added: '1' If I run the web ...Show All

©2008 Software Development Network

powered by phorum