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

Software Development Network >> Max MUCCI's Q&A profile

Max MUCCI

Member List

Mark Heath
supercalafragalistic
Pohm
N2O
DMan1
Alpesh555
GManNC
Tom Nguyen-Marsh MSFT
jasper182
Jcastro
GJK
Keith Boyd -MSFT
Charlemagne
hswear3
Winfried Peter
KerryLW
XP is self aware
Michael Feingold
K Wenzel
jankowiak
Only Title

Max MUCCI's Q&A profile

  • Visual C# How can I select a cell in DataGridView ?

    Hi, I want to select a cell in dataGridView and use this code : dataGridView1.Rows[j].Cells .Selected = true; that i , j are not out of range but this exception occured: Operation is not valid because it results in a reentrant call to the SetCurrentCellAddressCore function. after that I derived a class from DataGridView and use SetCurrentCellAddressCore( i, j, true , true , false ) to select cell but this exception occured: Specified argument was out of the range of valid value. Please help me. Thanks, Afsoon You do it the good way, only your index j is out of r ...Show All

  • Visual C++ How to cast a struct over data correctly?

    I'm messing around with a bitmap header struct and data I read from a bitmap file. I try to access the fields of the bitmap header using the struct. But this doesn't really work. The data inside the fields of my struct is not correct. Somebody told me, that the compiler aligns the fields and this causes the failure. How can I solve this problem Here my code: #include "console.h" #include <stdio.h> #include <iostream> #include <fstream> #include <iomanip> #include <string> #include <cstdlib> using namespace std; typedef struct sBitmapFileHeader { unsigned short file_type; unsigned long file_ ...Show All

  • Visual Studio before and after deploying

    Hi, First thank you for all the hard work you guys provide, it's awesome. I have a question for you, what target identifies the solution before deploys and what target after it deploys thank you cd Cd, Thanks for the kind words, we're glad you're enjoying using MSBuild. It depends on what you mean by deploy. If you're talking about ClickOnce, then you want to use BeforePublish and AfterPublish ( http://blogs.msdn.com/msbuild/archive/2005/11/23/496396.aspx ). Or, if you decide to use method 2 for inserting yourself into the build process, use PublishOnlyDependsOn ( http://blogs.msdn.com/msbuild/a ...Show All

  • Visual Basic Print on saving passbook

    Hi everyone, I'm writing a program which need to print transaction on the client passbook (Saving Passbook) when deposit, withdraw or update the interest... I don't have any experience with that at all. I'd like to know if you have any idea with that. Thanks in advance for your advice. ...Show All

  • .NET Development assign new user to role

    The creat new user tool allows you to add a new user for the purpose of logging in to the website. The tool does not appear to allow you to connect the user to a particular role. Is there a way of doing this through the web page when the new user signs in. I think there is an error in the last post. Instead of public void CreateUserWizard1_CreatedUser ( object sender , EventArgs e ) { Roles . AddUsersToRole ( _CreateUserWizard1 . UserName , "SomeRoleName" ); } Use this public void CreateUserWizard1_CreatedUser ( object sender , EventArgs e ) { Roles . Ad ...Show All

  • Visual Studio Team System Setting options for VBScripts wrapped in Generic Tests

    Hello, I have a number of Test Scripts written in VB that I'd like to hook into the Test Manager in Studio 2005. While I can wrap them using Generic Tests, they all take different command-line parameters that are used to turn on or off specific portions of the tests. They also all need some additional common configuration details like the Source and Target machine information. I'd like to have an easy way to change these input parameters so I can easily run these tests on a number of different machines, and easily enable or disable the different options for the individual tests. Unfortuantely I can't seem to figure out a good way to do this. ...Show All

  • Visual Basic Creating an Internet Explorer toolbar/toolband using visual basic 2005

    Hey guys, I'm wanting to create an Internet Explorer toolbar, i have done some searching but all the information i find is really really old, and require things i cant get working in vb2k5 and/or not able to find the controls/stuff they need. I would appreciate some advice/links/information on this subject, and also any code samples/syntax examples would be great. Again, i thank anyone in advance who offer their help. Thanks Michael   I have the example to create toolbar button in C++. 6.But I am looking for VB6.0 code to create that. I cant use C# or vb.net. Can you please send me the link of ...Show All

  • Windows Forms WinForm Class Library and AppUpdater component

    Ok I have an app that I put the AppUpdater component on (http://windowsforms.net/articles/appupdater.aspx).  This worked just fine and I'm really happy with the results.  I then decided that I wanted to make a project to display an About Dialog Box.  I decided to make it into a Class Library so that I could reuse it across multiple projects.  I&nb ...Show All

  • Visual Studio Express Editions Error Installing Visual Studio C++

    Hi guys I have a problem installing VC 2005 Express and I hope that you can help while installing it I get this error " Error. Writing to file: Microsoft.VSDesigner.dll.   Verify that you have access to that directory. " then when I click retry I get this " The installer has encountered an unexepected error installing this package. This may indicate a problem with this package. The error code is 2350 ." I'm very sure that the CD is ok and there is enough disk space please help because I'm very excited about VC++ 2005 and I can't wait to get it installed . Hi there - Does the install conti ...Show All

  • Visual Studio Team System Snapin VersionControl.Common.Integration & EventFilter give error

      When running the items related to the below trace a sql exception related to Updating Identity occurs--   any insight is appreciated.     00000399 9:23:45 AM [4764] [CS] [Info, PID 4764, TID 5644, 14:23:45.714] Snapin Loader Examining file C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services\bin\Plugins\Microsoft.TeamFoundation.Build.Common.dll   00000400 9:23:45 AM [4764] [CS] [Info, PID 4764, TID 5644, 14:23:45.824] Snapin Loader Examining file C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services\bin\ ...Show All

  • SQL Server Collation Conflict Error 368 (I think)

    We just upgraded an instance of SQL Server 2000 to SQL Server 2005. When using our application to login, we are receiving an error 368, which refers to a collation conflict. Has anyone seen this I'm moving your thread to the database engine forum, where it may get more attention. Paul ...Show All

  • Visual C++ "debug assertion failed" when debug and release .exe both work fine.

    Hi: I compile one program under both debug and release setting in VC++ Express 2005 and with no error. Both version execute without any error. Somehow I constantly encounter "debug assertion failed" message when I press F5 to get into debug mode under VC++ Express 2005. Could anyone tell me what happened The error points to a piece of code I never changed... which is standard I/O procedure. I am pretty sure if there's a problem, it probably came from elsewhere... The question remains: Why VC++ Express 2005 compiles without any problem and execute prefectly, somehow finds the error ...Show All

  • Visual C# scripting/automation in .NET?

    Hello,   I have two questions about automation support in .NET, motivated by a project we are undertaking.    We are planning to add scripting support for our application, which controls scientific equipment and analyzes the resulting data.  Our app is COM-based, implemented as in-proc servers written mostly in VC++, with the UI code mostly in C#.  We are leaning toward a solution based on Microsoft's automation recommendations, exposing a set of ActiveX objects that implement a programming model of our application.  This would immediately enable our clients to use VBScript/JScript and the WSH to write and exe ...Show All

  • Visual Basic numeric calculations problems

    Hi guys, I have a problem in working out some calculations within a form. My form is called, claddagh_database, which is linked to data from an access database using Jet 4.0 I have some fields with money values in, Total value inc VAt, Deposit, Stage Payment & Balance Payment. In access I had a field called Money Due, which was calculated using the expression  Sum=([Total Value Inc Vat]-[Deposit]-[Stage Payment]-[Balance Payment] This then showed how much the customer still owes. The thing is, I cant seem to do this in VB.NET..... ( or find an equivelant function ) I have looked in a few books I have, website etc etc, and just cant ...Show All

  • SQL Server Value dimension

    Hi, I have a dimension 'Customer' with 15 customers. When I look at the value of a customer it shows : [Customer].[Name].&[1] (this is the value for Kelly Woods). Is it possible to show it as [Customer].[Name].[Kelly Woods] thx Absolutely. You should be able to write an MDX query like: Select [Customer].[Name].[Kelly Woods] on Columns from [MyCubeName] Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

©2008 Software Development Network