Maciek Sarnowicz MSFT's Q&A profile
Windows Forms how can i deplay items from a database with a checkboxlist or checkbox in a DataGrid control
Please i am writting a program on student course registration. In wicht i need to display the coures of the student with a checkboxlist or a checkbox in a DataGrid. so that the student will check those course he or wants to register. please can someone help me how to go about it. thanks Larry The article linked here describes the code for Checkbox column in DataGrids very nicely. [ http://www.syncfusion.com/FAQ/WindowsForms/F ...Show All
SQL Server Browsing SSAS (2005) Dimensions from Excel
Hi all, I am having difficulty understanding why my dimension names aren't showing up in a pivot table field list when I browse SSAS 2005 cubes from Excel 2003 (using the 90 PTS OLAP DLL). Has anybody else experienced this problem where the dimension names aren't being made visible Unfortunately all I see are my attribute names and these, by themselves, are extremely ambiguous. Just wondering if there are any quick and easy fixes or ...Show All
Visual Studio Team System VSTS Beta 2 Expiration
Does VSTS 2005 Beta2 expire after a certain number of days after installation If so, after how many days From Dan's blog: "In case you're wondering, all versions of Visual Studio 2005 Beta 2 can be used until May 1, 2006." ...Show All
SQL Server Change query issues
I am trying to take this statement: Select Total = SUM(gt) FROM (Select Distinct CustomerName, CustomerNumber, FeeGoal_AZ AS FG, FeeSchedule, (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS gt from DCR WHERE branch='00002' group by CustomerName, CustomerNumber, FeeGoal_AZ, FeeSchedule ) as dTable and change up (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS ...Show All
Visual Studio Team System SQL server management studio error
Hi When I try to create a maintance plan, it stops with a message box saying Guid should contain 32 digits with 4 dashes (xxxxxxxx....) Whats wrong I was having this GUID error when creating new maintenance jobs on a fresh install of SQL 2005 Std and have now applied SP2 and the problem has gone away for me. Paul. ...Show All
SQL Server Microsoft SQL Server, Error: 10053
O get this error when trying to connect to my database. About 5 minutes ago it was working fine...seems to go in and out. We have native client installed in this server as well so not sure why I keep having connection issues. I tried both Windows Authentification and local sql account, both are very choppy, sometimes works sometimes doesn't. TITLE: Connect to Server ------------------------------ Cannot connect ...Show All
Visual Studio 2008 (Pre-release) Espresso sample: Dynamo
I would just like to have a clear definition of what Dynamo is all about. And also, what is the definition of the Binding. Is Dynamo only for anonymous types Does a binding represent a Property and the expression that represents its value Dynamo = new { ... } Binding = the "OrderCount = c.Orders.Count" in new { OrderCount = c.Orders.Count, ... } expression Oh! I should have realised. But, ... it just goe ...Show All
Visual Studio Express Editions SqlDataSource with typed Dataset
How can I create an SqlDataSource where the underlying Dataset is typed I can't find a way to do this in Web Developer Express (recent CTP version). Any suggestions I'm not fully clear on the scenario you are doing. However to bind to a typed dataset, you probably want to use the "ObjectDataSource" control instead of the "SQLDataSource" control. ...Show All
Visual Basic Little bit of help, would appreciate it thanks.
Hello all, I am currently in School for a Network Admin Degree, but i am also taking up .Net developing. I am currently doing Visual Basic.NET. My assignment is to make a form that goes to another form and in the second form there are 3 fields ( UserID, First Name, and Date) then there are 2 buttons; Validate and Exit. The purpose of this form is when you click validate for the form to validate that the 3 fields have the correct information in t ...Show All
Visual C# Error 36 Resource identifier 'R.r.resources' has already been used in this assembly C:\Do...
Anybody know why I suddenly get this Error message in C# 2005 express edition " Error 36 Resource identifier 'RubberPicker.RubPicMain.resources' has already been used in this assembly C:\Documents and Settings\jmwatte\Mijn documenten\Visual Studio\Projects\RubberPicker\RubberPicker\CSC 0 0 " When I click on it in the error list it flashes up the message : "The operation could not be completed" and I have no idea ...Show All
Visual C# Report Printing
I am required to create several reports from the data in my C# WinForm app to display information to the user in different formats. I am trying to create the reports without the use of the Crystal Report Viewer. When I try to get the different fields to seperate, I've noticed that when I use any number less than 6 in the PadRight value, no spacing takes place. If I change the spacing to 10 the spacing is halved! For example, ...Show All
Visual Basic Login Trigger
I need a way to let my programming (running on a Windows 2003 Server machine) get triggered when a user logs on a computer in the domain controlled by this server. The server is the only DC of the domain. Can you help please Hi I sent you the bounced email again, but I had no reply from your side. Basically, I'm thinking of a two sided program: a client-side section, alerting the server-side part on logins and l ...Show All
Visual C++ Differences between operator overload in C++/CLI and in native C++
Hi all, I would like to fully understand the differences between the two ways of overloading operators. I've read that CLI provides the ability to overload operator as static members, and that friend function are not allowed with C++/CLI. But what exacly are the advantages in choosing to overload operator with the CLI method. How will it be better (or not) to define overload operator as static members. Thanks for your help, Best regards, Nico ...Show All
Windows Forms MDI OpenFileDialog
Hi, I need some help. I have MDI Form and ChildForm with richTextBox. and I am trying to open file (like a text file) from the menu on the MDI form, but so far it did not open any file and this is the code that I am using: childForm new childForm(); filename String(); Stream = new System.IO.StreamReader ; dlgOpenFile.ShowDialog(); dlgOpenFile.Filter = "Text files (*.txt)|*.txt|All files (*.*)|*.*"; d ...Show All
.NET Development Adding child nodes to my xmldocument
hi there, i have 2 functions: the one method (serialize) must create a new xmldocument and call the other method (getxml), which will create and return an xmlnode. the problem is i keep getting the same error message: "The node to be inserted is from a different document context." i don't want to pass the whole xmldocument to the method because of performance reasons. here is the code, can anyone help public ...Show All
