alwayslearning's Q&A profile
Windows Forms Text Alignment Issue in a Datagrid Header Column
I posted this elsewhere, it's just a little annoyance, but I was curious if others have had the issue or just me. I format a custom DataGridColumn as set the Header.Text.Format = "c" for currency and the Header.Text.Alignment = Alignment.Right to&nb ...Show All
SQL Server Language problems in RS
the prompet in the report parameters and some of my data is in hebrew. some of the text is fine, some is reversed and some is just question marks ' '. never experienced such problems on any of my other servers or on the clients. are there any language definition i can change in the RS or on the server the RS is running on to fix the problem ...Show All
.NET Development Stop a process
hi, I'm working on a searchsystem. But is there aaway to stop de process while it is running, otherwise if you press the "X" in the upperrightcorner. It sais: "This program doesn't react. Rapport Send Rapport Don't Send" Or something like that. Is there a right way to stop a process For example by pressing a button private void button1_click (object sender, eventarg e){ ... } Ruben Ruben T w ...Show All
Visual Studio Express Editions Newbie Querie: What's the intention or reasoning behind the "Output Directory"?
Hi all, 3 day old newbie here. Just ran into and chasing up the well trafficed SQL Express "Copy to Output Directory" issue. Although the solution and related discussions solved the issue so far, I was hoping someone had a hyperlink to a general discussion regarding the Output Directory, i.e. What's the intention, where did it come from, what else uses it besides the debugger run and builds, etc. Coming from a vb6 back ...Show All
Architecture Architectural considerations when developing a .Net solution with intergaration to Legacy apps
I need to develop a web based application wherein the data would be retrieved from Mainframes and other legacy apps. I know that there would be a limit in connections that I can open to connect to this legacy systems. Even though my web application on the top would be able to take that load but internally when request get queued up at the legacy end things go for a toss. Trouble is I can change the interface to the legacy applicati ...Show All
SQL Server SSIS Diagramming
Hi, I just want to ask, is there a tool that can create a diagram supporting the SSIS package I have created I would like to know if there is any available tool that can do this task so that I can support my SSIS package documentation. For example, I have created a Data Flow task that transfer data from a source database to SQL server 2005 destination. I would like to create a diagram that summarizes the task it perform fr ...Show All
SQL Server Running a package in C#
Hello all. I am trying to run a package in C# and have come accross the help file of how to do it in Visual Basic ('Running an Existing Package using Visual Basic'). However, I cannot find a reference to anything relating to DTS in my reference dialog. In the help file it says to add a reference to Micorsoft.SQLServer.ManagedDTS.DLL, however, I cannot find this reference anywhere. Am I missing something Thanks, Mike Tazzmann wr ...Show All
Visual C++ Set the height of Windows XP Task-bar
Anyone knows a way to set the height of Windows XP task bar - for during the run of my application It is a desktop MFC application. Thanks, Meny What technology are you using, MFC, win forms, just win32 APIs Please include more details so that folks on the fourm could help you. Thanks, Ayman Shoukry VC++ Team EDIT: Marking as correct answer due to no reply. Please feel free to unmark the answer if you have more details. ...Show All
Visual C# How to draw lines of fix measurements?
Hi all, Can any one tell me how to draw the lines of fix measurements (like 5cm, 4 inch etc.) in .Net. I am doing a project for my academic course in which I have to draw/plot lines with various measurements dynamically provided by the user. Any help is welcome..... So guys please reply me at: abhi.win@gmail.com if anyone knows solution for this.... Thanks, Abhi Win you can set the Pag ...Show All
Windows Forms Changing DataGridViewButtonColumn's Button Text Per Row
I have an unbound DataGridViewButtonColumn and I want to change the text on each button after the user performs an action. How do I change the button text in one row without affecting every row Thanks, KMB You just access the cell and set the value: dataGridView1[10,10].Value = " new button text"; -mark DataGridView Program Manager Microsoft This post is provided "as-is" ...Show All
Architecture Design pattern for interactive communications between users
We have a need for two users to communicate interactively over a VPN connection through a DMZ. We are considering a smart client (internet side) talking to a web server (in the DMZ) talking to a smart client (within our network). Wondered if anyone knew of a design pattern (or any other solution) to this problem. Well there's always peer to peer Instant messaging solutions (IM). you can enhance the se ...Show All
Visual Studio Team System Can we do the changes in WorkItem forms in the existing team project
Hi, When I export process template, do the necessary changes ( like change in bug form layout) and import it back. I don't see the change taking place in the existing team project which has/uses same Process Template. How do make this happen wihtout needing to remove and then add team project. Thanks, Anu Good to hear Anu :) Out of interest, what was the cause of the above problem ...Show All
Visual Studio Express Editions Cannot select Dll Application Type in Win32 Console Application
I am creating a new VC++ Win32 Console Application project in express edition and when i go to Application Type i was not able to select Dll as the Application Type in Win32 Console Application. Why and how to use the Dll Win32 Application type Willfin Look at this blog http://blog.kalmbachnet.de/ postid=58 There are some switches to unlock the wizards. I don't undersatnd why MS ever blocked the ...Show All
Visual Studio Error 1402 Installing VS 2005
am getting the error "Error 1402 could not open HKEY_LOCAL_MACHINE \Software\Classes\Interface\... \ProxyStubClsId. Verify that you have sufficient access to that key, or contact your support personnel. My UserId has admin rights so I don't think that access rights are the problem. Logged under the local admin account and tried again. Same error. Someone posted that there could be installation problems if the organization name was ...Show All
SQL Server Problems with restoring and deleting old keys- reporting services 2005
Hi all,Hope some could help with this problem: I have a reporting services 2005 installed and running.I am building a installer to move my reports to another computer. I read the article of how to do it - but it steel have one problem. when i am running the "Rskeymgmt –l" command and get the list of the source and destination computers with their keys.i am deleting the destination key using the command "Rskeymgmt –r + GUID&q ...Show All
