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

Software Development Network >> Rick Walker's Q&A profile

Rick Walker

Member List

JordanTan
SamScratch
clemens
mp5k
Rajagopal Ramadugu
Hans Pettersson
ThinkGuru
tk18
dollysheep
Waqar Azeem
Ying Fa
Silverbee
Trinix
Carlos Enrique Figueroa
codputer
Eric-Jan
Joe Buys
alan_k
gilstav
coconut113651
Only Title

Rick Walker's Q&A profile

  • Windows Forms ComboBox issue

    Hi all, I'm having serious trouble with an thing that is supposed work without troubles. I'm using VS 1.1 with XP pro for an Win32 app. Thing is: Have an form with an ComboBox, that is filled from an Business Object, to have the name displayed, but at same time have respective value as an integer: SomeList list = new SomeList.GetList; comboX.DataSource = list; comboX ...Show All

  • Visual Studio Team System Performance Tools

    Do the VS2005 Performance tools work with C++/CLI Mixed executables and assemblies I have a onld MFC application with parts of it now compiled as /clr and assemblies linked in built with /clr and I can't seem to get the performance tools to work. Thanks Colin Also if you are on 2.0 what are the error messages you are getting from the profiler (VSPnnnn) so we can trace it down ...Show All

  • SQL Server The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect

    I've read the other posts related to this issue, but I'm just REALLY confused as to whats happening in my case. Like everyone else it was working fine in SQL 2000 but now in SQL 2005 there is an issue. I'm calling a stored procedure with parameters defined like this: @action varchar(10), @GLTransactionID int = NULL OUTPUT , @GLBatchID int = NULL , @GLAccountID int = NULL , @CurrencyID int = NULL , @LocalDebit decimal(28, 13) = NULL , @LocalCredit decimal(28, 13) = NULL , @BaseDebit decimal(28, 13) = NULL , @BaseCredit decimal(28, 13) = NULL , @TransID int =NULL, @Description varchar(255) = NULL I am calling this proc from VS.NET 2003 ...Show All

  • Windows Forms Datagridview

    hi mark, pls I want you to show me step by step on how I can create custom controls on datagridview. Example: making a datepicker to sit on top of any selected cell in a particular column. regards chiomike20000 Hello, The help topic How to: Host Controls in Windows Forms DataGridView Cells provides code for hosting a DateTimePicker in a cell. This is not a step-by-step topic, but the code is about as simple as it can get for hosting arbitrary controls. There are several APIs to override or implement, but each one is only a few lines long. I hope this helps! ...Show All

  • Visual Studio Express Editions No Edit & Continue in VB2005 Express Edition

    Well, after doing  a bit of research, it would appear that one of the other "Streamlined" experiences of the Express Edition (and probably the Standard Edition too) is that Edit & Continue does not exist. After looking thru Help, I found that it is only on the PRO version of VB 2005.  Since Help says that to disable it (needed to try to disable to see if it helped overall preformance of VBExpress) one needed to go to: TOOLS, OPTIONS, DEBUG...........well , guess what NO DEBUG OPTION! I can see that in the "free to download for the first year" version ( Express Edition) but, why for a version that we will have to pay for ( Stand ...Show All

  • Windows Forms Unable to change size property...

    I am using an inherited form with the base size property set to 700, 600.  In the inherited form, the size is set to 6,6 and I am unable to change it.  Any solutions Has anyone found the answer to this problem.  Its driving nuts.  Is it a designer issue ...Show All

  • Windows Forms CFormView frame

    Hi all, i have this code: My form : class FrmLogin : public CFormView { private: GeneralFunction gFunc; Recordset rS; DECLARE_DYNCREATE(FrmLogin) public: FrmLogin(); // protected constructor used by dynamic creation virtual ~FrmLogin(); public: ....... Code to Show my form : if (frmLogin==NULL){ frmLogin=new CMultiDocTemplate(IDR_MAINFRAME, RUNTIME_CLASS(CLDTBXHDoc), RUNTIME_CLASS(CChildFrame), // custom MDI child frame RUNTIME_CLASS(FrmLogin)); } So i don't know. How to catch CLOSE event(ex: press "x" button in form in upper-rihgt corner). Please help me. Thanks ...Show All

  • Microsoft ISV Community Center Forums What version of Team System do EmpowerISV members get?

    Current MSDN Universal subscribers get a free upgrade to their choice of one of the Team editions of Visual Studio 2005 when its released.  What about current EmpowerISV members   And what will future members get   I'm planning on joining the program, but I want to be sure I know what my team will be  getting long-term, especially as it relates to Visual Studio Team System. Hi Tim Do you remember who you spoke to at MSDN   As I've spoken with a number of people who just transfer me around an are clueless when it comes to Empower. Would you be able to PM me with the comfirmation email ...Show All

  • .NET Development Icons for files - by extension

    Hi, I'm trying to populate a treeview with files in a folder and would like to show the icons for the file. How can I get the icons when I have the extension For example, ".doc" would give me the icon with the w. I want it to look like Explorer and have all registered files show icons. Thanks Thanks, David, but I belive that only gets icons from within the file. That's OK for excutables, etc. But, I'm also looking to get an icon associated with data and other files. See my .doc example above. At the moment, I'm doing an Explorer look-alike, and want to see icons for everything (eve ...Show All

  • Visual C++ Notification on Text change for Windows Control

    Hello, I have a question in SDK windows programming. I have a window control, implemented as an editable control for user to enter text. User can add text in the window control either by typing through keypad or copy/paste using mouse. I call GetWindowText() to read text from the control. I want to display a message while user is entering text or copying a value, if the text exceeds a certain length. I am aware that I can trap keyboard and mouse events to do this. But I would like to know if there is any way to get notified, when there is a change in text on a window control Your response is appreciated. Thanks. ksrks ...Show All

  • Smart Device Development Error Building my C# Project

    Hello I'm getting the following error, when building my PPC App Error 1 The "GenerateResource" task failed unexpectedly. System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at Microsoft.Build.Shared.ExceptionHandling.RethrowUnlessFileIO(Exception e) at Microsoft.Build.Tasks.GenerateResource.NeedSeparateAppDomain() at Microsoft.Build.Tasks.GenerateResource.Execute() at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask, Boolean& taskClassWasFound) D ...Show All

  • SQL Server How do i Sort the scripts in my project?

    I know this is a very stupid question, but how do i get my files sorted in a sql project in the Solution Explorer The problem is the following, i am working with a SQL Server scripts project on SQL 2005 management studio... and i have about 100 scripts in the queries folder (and going bigger) and right now is pretty hard to find a script cuz non of them were created in name order... So, how do i order by name this file scripts Take a look at http://www.sqldbatips.com/showarticle.asp ID=78 . ...Show All

  • SQL Server passing parameters

    hi there.. how do i pass parameters from web form to report for instance... i want to change the header of report based on user input i think about for pass parameters you write code parameter s value in codebehind and calling page with parameter then see parameter on report header are u think ...Show All

  • Visual Basic Timer Memory

    I have an application where I am running a timer every 20 msec. The timer is used to examine flags and updated a variable (global) and nothing else. Nothing in the timer that could possibly hang. The problem is the application continues to grow in memory usage. Any suggestions to why and how to overcome No I am not declaring anything at this point. Originally I was declaring a thread and starting it, but I have commented that out in testing. I still have the same problem of continual memory usage. ...Show All

  • Windows Forms Populate Datetime field with calendar and pull-down

    I have a date/time field in a database. Currently the date and time is input via a textbox in a gridview. I would like to set the value via a calendar for the date and a listbox for the time. I'm a total noob and have absolutely no idea how to do this. Any help would be appreciated. Use a DateTimerPicker as the following way: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace WindowsApplication1 { public partia ...Show All

©2008 Software Development Network