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

Software Development Network >> Brian Chamberlain's Q&A profile

Brian Chamberlain

Member List

Ling Lo
Jalebi
ai2003bc
Nickj_UK
Arindam Sinha
AngeLsLuv
Schu
Jondr
Tiago Tavares
NemanjaTheLost
Sushil Chordia - MSFT
Ms Rain
C# nb
Saresh Naroji
Thanes
sbatati
Madhu74
El_Bev
WiltsDBA
XPS learner
Only Title

Brian Chamberlain's Q&A profile

  • .NET Development Is WS-ReliableMessaging implemented in .NET 2.0?

    Hi, Can I download the extention or source code for WS-ReliableMessaging Thank you, Alan Thank you Vikram. Your post really helped me. Regards, Alan ...Show All

  • Windows Forms ContextMenuStrip only show in header column of DataGridView

    Dear all, I design contextmenustrip to show/hide column in datagridview. However, i want this menu only show when i right-click on header of columns. So, i try to looking for event to control this, but i can't. This is my code private void frmStandardNotes_Load( object sender, EventArgs e) { grdStandardNotes.DataSource = DataSetStandardNote.Tables[ "StandardNote" ]; grdStandardNotes.ContextMenuStrip= contextMenuStrip; GetContextMenuStrip(); } private void GetContextMenuStrip() { int count = grdStandardNotes.ColumnCount; for ( int i = 0; i < count; i++) { ToolStripMenuItem toolStripMenuItem = new ToolStripMenuIte ...Show All

  • Visual Studio Tools for Office ClickOnce deployment of VSTO2005 Outlook Add-In

    Is this possible We do not have a true ClickOnce deployment of VSTO2005 Outlook Add-in. However it can be deployed using the publish wizard. You can read about it in the following white papers VSTO Deployment · Overview http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_ta/html/officevstowindowsinstalleroverview.asp · Walkthrough http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_ta/html/officevstowindowsinstallerwalkthrough.asp Thanks, Pallavi ...Show All

  • Visual Studio Express Editions Printing Data from a DataGridView?

    I have a form with a DataGridView on it. The data in the DataGridView can be sorted, columns can be hidden, and thanks to help from spotty, the data can be filtered. What I need help with is that I would like the user to be able to print what the user chooses to show in the DataGridView (ie show column1 and column3, sort ascending on column1 and filter the data so that only data in column1="smith"). I've been looking at some of the posts in this forum and I can't seem to find what I'm looking for. I want to be able to print formatted data, not just lines of plain text. Does this mean I have to create some sort of report or can it b ...Show All

  • .NET Development Comparison Between Infragistics And DevExpress

    Hi All Genius People,                         I want a comprehensive document on the comparison between the Infragistics and DevExpress Web and Windows Controls (more specifically, Grid, Tree and Chart Controls for windows and web). I need to know the pros and cons of using the both. Please redirect me to a document.   Mudassar Majeed ...Show All

  • Visual Studio Express Editions VB2005 (express) Application Stops Responding

    I have built a small game application (simple keno game) that runs fine as long as my form has focus. But when the form loses focus, the application stops responding, and does not resume properly when you click back on it. The game continues to run, but the form events are no longer drawn (I hope that is the right term). The only reason I know the code is still running is that the .wav sound files keep playing (no background loops running). I would give a code sample, but I don't really know what I should include. The code is about 3500 lines in the form, so I guess what I'm wondering is if there is some method of getting the application ...Show All

  • Visual Basic Delaying a splash screen?

    How do I delay my splash screen in 2005 Ive tried this function but it does not work as stated in the documentation: Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean             'Set the splash screen timeout.             Me.MinimumSplashScreenDisplayTime = 5000             Return MyBase.OnInitialize(commandLineArgs)         End Function Thanks. h ...Show All

  • Windows Forms Windows forms and command line arguments

    I'd like to write an application that can accept either input from forms or the command line. I'm using the environment.getcommandlineargs() method to great success... however, I'm wondering if there's a way I can return information to the user at the command line. More specifically, I'd like to provide a / parameter and return some usage information. Can anyone assist Thanks! In your application startup method you can test if the user has provided command line arguments. If they have then process them without creating any user interface and output results using Console.WriteLine. If they provid ...Show All

  • .NET Development Com+ object needs to restart machine every time ?

    Hi Guys,  I have a COM+ component, everytime i create a new object i cannot see the object in the class which is using this COM+. There is an error saying 'Method Not Found' or 'Cannot be loaded'. But if i restart my pc, and run the application again, it works fine, the newly created method can be accessed.  I guess its something to do with the registry. Does any one knw how to solve this abhi Hi, From the perspective of a Web Application, when you say Server Activation or Library activation u need to understand it a bit differently because in a web application everything runs on the server. When you say Server Activatio ...Show All

  • SQL Server SQL Server data types

    Very simple ... Where can I find a web site that explains the difference between sql server express data types thx. This would seem like a good starting point; http://msdn2.microsoft.com/en-us/library/ms187752.aspx ...Show All

  • Visual FoxPro MySQL or MS SQL - free database

    Hi. Does anybody know a webhosting provider that gives a SQL or MySQL(rather SQL than MySQL) database for free charge I want it for my own purpose. I found one but it was limited for only one table. I want only one database with few tables. No matter what space limit, may be under 5MB. Thanks. ...Show All

  • Visual Studio Team System Cannot connect to TFS from Visual Studio

    I am not sure if TFS is even running.  I can get to sharepoint no problem, create new sites etc.... I can get to the report services no problem and when I browse to the TFS host machine from a workstation I get the sharepoint site.  I have tried running Visual Studio as the the tfsservice account and still I get the cannot connect dialog.  How can I tell that TFS is installed and working   Is there an admin utility What directories should I have in IIS Thank you in advance! You are missing the STSAdm commands... ALSO, you must separate the Report Server and Reports Virtual Directories ...Show All

  • Visual Studio Team System 'Work Items' report is failing in VSTS beta3

    Hi there,      I have installed successfully VSTS beta3 server, few reports inabled but few of them are failing. Like 'Work Items' report is failing with error: 'An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'dsExitCriteriaParam'. (rsErrorExecutingCommand) For more information about this error navigate to the report server on the local server machine, or enable remote errors '   How do I fix it Thanks, Anu We've never been able to solve that error. There are tasks in the system and we reprocessed a number of times. A troubleshooting ...Show All

  • Visual Basic VB express 2005 install

    Is it possbile to choose not to install sql express I did not see that option and the install of sql express end up inerror anyway for windows 2003 Hi, In express Beta 2, I could choose the components to install by choosing a custom installation. There, you can check or uncheck the SqlExpress to install it or not... cheers, Paul June A. Domag ...Show All

  • Software Development for Windows Vista can anyone please explain this error to me?

    hello. while trying to eun exercise 3 of the lab (wf handls on  labs 01) i get the following error: Activity 'IfAutoApproveReport' validation failed: Can not find the condition "AutoApproveCondition". Check if condition is defined in the conditions file can anyone give me any hints on this the code was all built through drag-n-drop...that is why i don't understand what's going on Ah - that's it.  I've seen this issue before and it is fixed in Beta2.  Thanks Luis! ...Show All

©2008 Software Development Network