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

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

SB1

Member List

Merlino
csheppard
Bravo2007
Graphos
ladyscarlet99
Irakli Lomidze
M.A.D
ED_AY
kopi
bchadraa MSFT
Lance199
Alias
smudie
Duque Vieira
Brokenlynx
Nikolaj Berg Amondsen
berlin_zhou
Nick401
Waldo Wrangler
cvajre
Only Title

SB1's Q&A profile

  • Smart Device Development /GR- cl.exe option causes WM_INITDIALOG not to fire.

    Project->Properties: Configuration Properties/C++/Language: Enable Run-Time Type Info = No (/GR-)  causes WM_INITDIALOG not to fire when invoking DoModal() for a dialog instantiated from within OnInitialUpdate() of a single document MFC application (i.e., from within OnInitialUpdaet() for a subclass of CView). Compiling with /GR does not produce this problem. To reproduce this, use VS2005 to create a single document app, use the IDE to ...Show All

  • Windows Forms limit columns in DataGrid

    Hello all, Is it possible to limit the number of columns displayed in a Windows Forms DataGrid  The DataGrid's datasource has more columns than I need to display.  It is easy in the ASP (AutoGenerateColumns = false) environment but doesn't seem doable&nb ...Show All

  • Smart Device Development CCommandbar and AppendMenu with PPC2003 app in VS2005

    Hi I'm porting my PPC2003 application to VS2005. I've managed to make it compile, but my dynamic menus no longer work. The menu I'm updating was in a CCeCommandbar when compiled in eVC4++, but in VS2005 I'm using CCommandbar. What I do is use AppendMenu to add items to my menu. I do a printout of the items in the menu after appending them, so I know they are there, but they never become visible. I've tried DrawMenubar but it doesn't make a diffe ...Show All

  • Windows Forms [C#]datagridview copy/paste entire rows

    Hi all. Any suggest to select an entire row and copy/paste to new row on a datagridview thx. I have the same question. The problem is not COPY from the DataGridView, but PASTE into the DataGridView. It is fairly trivial to handle the KeyDown event and spin through the clipboard data. But my contension is that CTL + v IS NOT A PASTE !!! (did I emphasize that enough ). CTL + V is a character sequence. Wh ...Show All

  • Visual C# Verify Function Signature at compile time using System.Attributes

    Is there a way to verify a function signature at compile time in C# What I want to do is invoke functions with agreed signature at runtime. Can System.Attributes be used for this purpose How should I proceed P pardgr8 wrote: Is there a way to verify a function signature at compile time in C# What I want to do is invoke functions with agreed signature at runtime. Can System.Attributes be used for this pur ...Show All

  • SQL Server Script Task raises OnError event when failed manually

    Script task raises onError event when I set Dts.TaskResults = Dts.Results.Failure within the script. ie. I have 2 tasks. Task 1 is script task and task 2 is file task. If 1 fails then do not execute 2. Task 1 can fail manually or through an exception. Manually, I set Dts.TaskResults = Dts.Results.Failure if certain conditions do not meet. Is there a workaround so when I can manually set failure in the script task and the OnError event does ...Show All

  • Visual Studio Exception, but not enough info to pinpoint the exact source!?

    Hello all... I have a WinForms solution consisting of 5 projects. It is a plugin-type little app... I sometimes make the app execute code from the plugins on its GUI thread... this looks like this: public void InvokeOnGuiThread(InvokeOnGuiHandler method, object data)         {             mainForm.Invoke(method, data); //###         ...Show All

  • SQL Server Getting error in SQL Server Destination

    Hi    I have two different database say, DB1 and DB2 one in server A and another one in Server B. Simply select all rows from DB1.Table1 in OLEDB Source and map it to another table in DB2.Table2 using OLEDB Destination.  Works fine. But if I select destination as SQL Server Destination, I am getting the following error: [Insert contact information for facility into ARBilling database [202]] Error: An OLE DB er ...Show All

  • Windows Forms Two Name property of UserControl

    I designed form (f1) and placed my UserControl into it. I created new from (f2), which was be inherited from f1. When i exploring the properties (in property window) of UserControl in f2 (properties is disabled for changing), i found(see) two Name properties with one and the same values. What does it mean Jelle van der Beek wrote: Does t ...Show All

  • Visual Studio Crystal Report XI And Visual Basic 6.0

    Hi there, Can anyone help me Please, I am using crystal reports XI and I have some applications in Visual Basic 6.0. I created a report and want to call it using vb6.0 and then show it How can i do this   Thanks very much in advance Hello TJ, You can check out our developer zone web site for Getting Started Guides and How Tos: http://www.businessobjects.com/products/dev_zone/default.asp You will be interested in the COM section ...Show All

  • Visual C# Append text in the first line of files

    is there any functions/methods to append text lines (2 lines) in the first line of .txt files ex: i got a txt files contains 3 lines and i want to append 2 lines above the first line I missed a step... textBox1.Select(textBox1.Text.Length, 0); textBox1.ScrollToCaret(); ...Show All

  • Visual C# Creating word template from c#

    Hi, I am developing an application where user creates his own templates with unchangeable data and few paramters from SQL Server 2005 database tables say for example product table. Once the template is created, he generates the word document as and when required based on the product selected. Please guide me how to achive the above things. Thank you, prashant ...Show All

  • Visual Studio Team System Forum Programming Language Suggestion

    In many places I see code examples are only being provided in C#. It would be nice if there were examples for multiple languages such as VB or C. Just a thought. ~Todd Agreed. This was discussed on a previous thread. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=337297&SiteID=1 Thanks, Rick ...Show All

  • Smart Device Development MDE: Can't run Device Emulator Manager

    I'm trying to run the Device Emulator Manager on my Win2K desktop. It terminates immediately without a message, whether I start it from the Start Menu, from Windows Explorer or from the cmd line. The emulator itself starts up and runs fine. I'd like to set up an ActiveSync connection to this. As I understand it, I need to get the Device Emulator Manager running to do this. Hi George, That means that the breakpoi ...Show All

  • Visual Basic Usercontrol Refresh during Design?

    Could someone help understand how the listbox's item collection refreshes the listbox control when you exit the collection editor.  I have a usercontrol with a collection property, but I don't know how to refresh the usercontrol when I exit the collection editor during design time.  Thanks in adavance. Robert Here's what I know so far. Once you've added something to a collection and closed the editor. ...Show All

©2008 Software Development Network

powered by phorum