scate's Q&A profile
Visual C++ Info about some types
What these types below represent (what kind of data they store ) and how can I use them (declaration and assign of data) - LPCSTR - LPCTSTR -LPCWSTR And how can I show a MessageBox dialog in a MFC Application And the last one, how can I use a DLL also created in C++ in a C++ Visual Application Can this application be made in C++ .Net, or it must be MFC like the DLL Thanks. Not sure about the MFC specific questions but the ...Show All
.NET Development Getting files from the remote server
I have the following network set up. I have a web server (IIS6) running .Net web application. On a remote computer I have a folder with files required by this application. This folder on remote machine is mapped on IIS machine as a network drive Y: After login in onto IIS server with personal domain account I am able to copy files between IIS machine local drives and network drive Y: manually through windows interface. ...Show All
Visual Studio Express Editions Using VS Express and VSNet 2003 side-by-side
I would like to get started on using ASP.Net 2.0, but for work-reasons I need to have VSNet 2003 installed since we have most of our code in 1.1 So ... can I install VS Web Express on my PC and use it to develop ASP.Net 2.0 applications - and still be able to use my existing installation of VSNet 2003 Thanks, :o) Jesper Stocholm Denmark Yes this can be done, but I would make sure that you have the 2003 installed first and then install ...Show All
Windows Forms DataBindding.Add
i have tried several variations on this to try and get it working but.. yeah no dice so can someone give me a hint. i have a bad tendancy to do what im doing and stay up till all hours of the night on a work day screwing&nbs ...Show All
SQL Server ReportViewer Component
Hi all, I'm creating a custom interface for reporting services but I am having a few problems. This is my environment: Using the ReportViewer component in remote mode to show my reports of the report server. There are 2 user levels of which any user can be apart of, Admin & user. In every report, there is a parameter called MERCHANTID, when the user who logs in (via custom login interface) is of group admin, then the merchantid paramet ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Compile error on DX9/10 Samples
Hi, I've downloaded the February DX SDK from the MS site. When I try to compile the samples (all) I get the errors: error C2061: syntax error : identifier '__in' error C2059: syntax error : ')' This error is on the D3D10.h file. It seems that something is missing. I'm compiling in VS 2003. Any ideas This is a know problem with Visual Studio 2003. If I remember correctly there a two pos ...Show All
Visual Studio Team System Permission problems
hello, I've created a domain group "ts\developers" with two users: dev and dev2. Then in Team Sysem I created a TFS global group "Developers" adding "ts\developers" windows group as members (not each devx windows accounts). The "Global\Developers" TFS group has the following permissions: - Access the version control system - Create a workspace - Create new projects - Edit domain-level information - View domain-level information At the team proje ...Show All
Visual Studio Team System Check-in programatically
hi all, I want to do the following works: 1. Download the contents of a shelveset. 2. Checkin the contents using that program. 3. Then delete the shelveset. actually i want to do this for another work. Problem is i can get the contents of the shelveset but can't checkin the contents from there. Can anyone help me Manojit I think, before checkin, you must do unshelve, I suppouse you are using as interme ...Show All
Microsoft ISV Community Center Forums Defining a range according to the number of responses
Dear all, I'm a new user of Visual Basic (version 6.3) and need to write a Macro for use in Excel. I need the Macro to calculate Rank values for an unpredictable number of scores. The number of scores that need to be Ranked will vary and I don't know how to incorporate this variation into the Visual Basic Macro. In my current spreadsheet there are 11 scores (Sorted in descending order) in column DS (cells DS2:DS12). The Visual Basic cod ...Show All
Visual Studio 2008 (Pre-release) Menu items disabled when setting a command
When I change this: <MenuItem InputGestureText="Ctrl+N"> <MenuItem.Header> <AccessText>_New</AccessText> </MenuItem.Header> </MenuItem> int ...Show All
Visual Studio Error code 0x80072EE7 occurs with HTTP Remote Access
Hello All - By reading all the threads here we have been able to get the VSS Remote Access working up to a point. We have actaully has to perform all the tweaks mentioned from manually editing the client reg files to creating the virtual upload and download directories. I have checked all the permissions on the share and folder. We are now able to browse the database and drill down into the various sub directories. However when ...Show All
Visual Studio Express Editions how to add new line in messagebox
in vb.net, " &vbnewline& " is used to add a new line in the messagebox.show(); e.g. messagebox.show("this is first line" & vbnewline & "this is second line"); how to do it in c#.net plz help In C# (like most C derived languages), escape characters are used to denote special characters such as return and tab, and + is used in place of & for string concatenation. To make your code wo ...Show All
Windows Forms Method to set datagridview row background color
Hi all, I had a datagridview. May I know how to set the particular row color of a datagridview to yellow Please help. Thanks Yes you can do this by using the following code snippet int RowIndex = 0; this .dataGridView1.Rows[ RowIndex ].DefaultCellStyle.BackColor = Color .Yellow; ...Show All
SQL Server MDX Question
Hi, Assume all of members are {NewYork, London, Chicago, Miami, LosAngeles} in a dimension. I want the members which name is lead of 'L' as MDX axis(0). That mean I want {London, LosAngeles} be MDX axis(0). In Sql, we can use "like L%". How to do this in MDX thanks, You can use the MDX Filter() function in combination with various VBA functions such as Left(), Right(), Mid(): SELEC ...Show All
Windows Forms Thanks!!!!! But you are wrong...
Hi! Since TaskVision doesn't follow any of the Microsoft Patterns (as a matter of fact it doesn't follow any pattern at all, it doesn't even follow the ADO.NET API or WindowsForms.NET API) and so many people is downloading it, using it, and&n ...Show All
