saj14saj's Q&A profile
Visual Studio Express Editions undisposing forms
Hello all, I was wondering if there was any way to sort of... re-invoke a form after it has been disposed. Sort of... if the form is disposed of, i want to be able to hit a button to be able to open the form again. (assuming that i'm using more than 1 form) Any help is greatly appreciated! Thanks so much -Robert In a word... no. In multiple words... if you’ve already disposed of an instance of the form, why not leave it to oblivion an ...Show All
Visual Studio ReportServerCredentials
T he scenario is simple: I have a reportviewer control and want to show & print a ServerReport. The application needs to be able to connect to the reporting service over the internet and the client machines do not need to be in the same domain. This is the same authentication scenario that applies to viewing reports through HTTP using internet explorer and a URL to the reportserver virtual directory: Internet Explorer asks for a user and pas ...Show All
Visual C++ How to store CObArray object arrays in file (Serialize problem)
i want to store recode in file. It is a simple file-based database, with the records sequentially appended to the end of the previous record. So firstly i made Recde Class , this class object store recode and every recode add in CObArray object arrays .... but problem ocurse when i want store in file bcoz CObArray object arrays not store in file i am using Serialize but get error when stroring in file... CArchive ar(&file, CArc ...Show All
SQL Server Problem with <Select a value> in report parameters
Hello, Everyone please, could you make clear how can I avoid appearence of <select a value> in drop downs at all. thanks not sure if this will work, but could you set a default value of a zero length string or null value ...Show All
Visual Basic VB .NET/VB 2005 Express/ VB 2005
Hi. Ive decided to move from VB6 programming and Im not really sure where to go.. Ive got a copy of VB .Net 2003, and Ive also downloaded VB 2005 Express edition, with a possible view to getting hold of Visual Studio 2005 to program VB 2005. The problem (and confusion) that I have is - what is the difference, and which should I turn to Am I right in assuming that VB.NET 2003 and VB 2005 are different, or am I ok to learn .NET 2003 until the 200 ...Show All
Visual Studio Team System Avg. Response Time
Hi, I am running a load test containing webtests. Each webtest has one webservice request. The avg. response time of each request is aroung 12msec(0.012sec). I see a counter "% Time in Webtest Code" which shows around 45%. My question is if the avg. response time also includes the time spent in the webtest code . If this is the case, is the actual response time 12msec - 5.4msec(45% of the total avg. response time) Please ad ...Show All
Visual Studio Tools for Office Setting up an InfoPath Query off of Outlook's Address Book
I am not a developer, but found Info Path to be a great tool. I am tryin g to set up an Info Path form that will be able to pull contacts from Outlook. I heard that it's possible, but I have yet to meet anyone who knows how to do it. Does anyone know how to set this up Thanks! Please post this question on the InfoPath Newsgroup. Here's the link: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsof ...Show All
Windows Forms Text alignment in the DatagridviewColumns
Hi , I Stuck with a problem Is ther is any way to align the text under the datagridview cells(Columns) like I have a Amount Column in my datagridview I want to rightALign it. I check the dgv.Columns("ColAmt"). But I found Nothing Thanks in advance. First instantiate a new DataGridViewCellStyle instance and set its Alignment property as you wish (like DataGridViewContentAlignment.TopRight ) as well as any ...Show All
Windows Forms Scroll problem .HorizontalScroll.Value = 0;
Hey Guys, I am linking to scroll bars together by monitoring if one changes and then simply making the value of the other one the same as the one that changed. Why does this line not work Blah.HorizontalScroll.Value = 0; Setting it to 1, works but setting the value to 0 does nothing! NOTHING! Kris Problem 1/2 solved.... i was using this: private void dgvQueryResult_Scroll( object sender, ScrollEventArgs e) { ...Show All
.NET Development Two DLLs, Two Processes, Two AppDomains - how to share data?
Hi there, I have a small problem that I can't seem to find an answer too and if anyone could offer me any help it would be greatly appreciated. My situation is this: I have created a C#.NET Excel Addin that adds a toolbar and menus and handles their events. I also have a C#.NET SmartTag DLL for Excel that recognises various text entered in the Excel cells. The Excel Addin is loaded into the DefaultDomain for Excel and the SmartTag DLL is lo ...Show All
Microsoft ISV Community Center Forums Inserting information from a Userform to a text box
I have a Word document that asks for the same information several times. What I want to do is create a user form that asks for that info once then when I click add it puts it into the word doc in those specific locations. I thought using text boxes would be the best way to go. But how do I tell it that I want the info to go there Thanks Tiger Hi Tiger There are several ways of doing this. I've use ...Show All
Visual Studio Team System Build fails on absolute path in solution file
Hi Got the buil service up and running (thanks to a post on the fact that it had to be installed separately, reminds me of those commercials on Cartoon Network my kids know by hart which goes something like this "bla, bla, sold separately" :-) Anyway, decided to kick off a build of my first Team Project (called Kiosk!). Now I am playing both the independent thinking developer and the buildmanager with a sentralized mind here, ...Show All
Visual Studio Team System How do you know if team foundation server is up and running or down?
When connecting to Team Foundation server via Team Explorer, if the server is offline or down the error message comes up. But how do you know if Team Foundation server is up and running via Service The best way to verify is to go http://[application tier]:8080/bisserver/registration.asmx in IE. If this is showing you an asp .net web service then the TFS is up. Substitute another port number if you're ...Show All
SQL Server Can not attach SQL Server 2005 Express database
I got the folllowin error while trying to attach database. The directory is there... TITLE: Locate Database Files - H001335\SQLEXPRESS ------------------------------ C:\Documents and Settings\Administrator.H001335\My Documents\Visual Studio 2005\WebSites\Import\App_Data Cannot access the specified path or file on the server. Verify that you have the necessary security privileges and that the path or file exists. If you know that th ...Show All
Visual Studio Express Editions VWD Express Edition 2005 error
I downloaded VWDEE several weeks ago and have been using it religiously since then. It is a great tool and I have really learned a lot during those weeks. I have now run into a real problem that I can't seem to get a handle on, so I thought I would ask here and see if anyone else has seen this problem. I started having random problems with my really simple ASP application. This application uses a database connection and most of the problems a ...Show All
