PareshGheewala's Q&A profile
Visual C# Why should we have to declare the delegate in both places
In delegate I am a newbie. I want's to ask why we have to declare delegate in both places where we are making and where we are calling it e.g in this tutorial http://www.eggheadcafe.com/articles/20040313.asp why i have to declare delegate string NotifyDaddy(DaddysCar car, decimal damageAmount); in both palces No, do not have to declare the delegate in both classes. The declaration in "DaddysCar" is completely useless. #edit, lo ...Show All
Visual Studio Team System TFS Beta3 finding users
Hi, i have installed TFS beta3 and am trying to add new users to the security groups. I want to add domain users. When i goto security members tab and select add windows users the search window comes up and i find the user fine. However when i select Ok i get the error message "User or Group not found The specified user or group was not found on the Team Foundation Server." I assume this is something todo with TFS b ...Show All
SQL Server web users log-in
Is anyone running ReportManager on SQLServer Standard Edition, using web-based connections enetered through a web-based application Our web users log-in to our application with credentials we maintain apart from Window and Domain security. IOW they all use a generic Windows account to connect to the database, the application froces them to register individually. The idea is to connect them to ReportManager, translating their registration in ou ...Show All
Software Development for Windows Vista Visual Studio hangs after WWF 1.2 is installed
I've just installed WWF 1.2 beta, and now Visual Studio (RTM) appears to hang in an endless loop on startup. I've installed the Windows SDK, WWF platform components, VS WWF extenstions, as well as WinFX and VS WinFX extensions, all in one go. The only visible sign of an error I can find (apart from VS now being broken :) are some entries in the Application event log (something is complaining about a missing assembly, Microsoft.ReportingServices. ...Show All
Visual Studio 2008 (Pre-release) HeaderedContentControl template
Hi! I am trying to create a control template for a TabControl and its TabItems <Style TargetType="{x:Type TabItem}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate> <Grid> <Rectangle Fill="{StaticResource BackgroundGradientBrush}"/> <ContentPresenter Content="{TemplateBinding Property=ContentControl.Content}"/> < ...Show All
Visual Studio Express Editions Database error running the club website starter kit app
Hello Forum Members, I downloaded the release version of Visual Studio Web Express and then installed the club web site starter kit. I created a new web site using the template and then tried to run it. It looks like the database file is not compatible with the database instance. Any help or advise would be greatly appreciated. Server Error in '/Club Web Site Starter Kit1' Application. Check the thread below for the c ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Windows Tooltips kill FPS in my Windowed 3D application?
Hi all. For a while now, I've noticed on my machine (and others) that when some WINDOWED 3D applications/games are running on Windows (XP/2000 etc), the framerate can drop from 80+ FPS to 5-10FPS if a standard Windows "tooltip" happens to over-lap the 3D window I hope that made sense! The reason it is an issue is because my application runs in a Maximized (not Fullscreen) window directly ontop of the windows desktop (ef ...Show All
SQL Server User and Pass for SQL Express 2005
How to do this I think that is easy but i can find nothing. I dont want Integr ated Security option.... Greetings I'm not sure what problem your encountering. By default SQL Server Express is installed with Windows Authentication only. Do you want to change this to Mixed Mode which allows both Windows Authentication and SQL Authentication This is documented in SQL Server 2005 Books Online which you can download from http://www.microsoft ...Show All
Visual C# C# and Lotus Notes
Does anyone have any suggestions for using C# to do a lookup in Lotus Notes address book Any Help would be apppreciated Thank You A quick google came up with http://www.proposion.com/site/proposion.nsf/pages/N2N , but it also says you can use ODBC to access Notes. Maybe this helps: http://builder.com.com/5100-6388-5116212.html ...Show All
Visual Studio Grant your database users Modify sharing permissions for the journal file <-- Is this a must?
To create a journal file in Visual SourceSafe Administrator: In Visual SourceSafe Administrator, on the Tools menu, click Options . In the SourceSafe Options dialog box, click the General tab. Select the journal file to use. Secure the journal file by placing it in the same directory as the Srcsafe.ini file. Grant your database users Modify sharing permissions for the journal file. See How to: Set Share Permissions for a Database . ...Show All
Visual Studio Team System Supress the "Team" Menu
After using Team System, the Excel application adds a "Team" Menu. However, for most of the excel documents, the "Team" Menu is irrelevant and not necessary. Is there a way to remove the "Team" Menu for those documents and only to display the "Team" menu for excel documents loaded from VSTS servers Hey there, The only option here is to suppress the Team menu for all in ...Show All
Visual Studio 2008 (Pre-release) Feb 2006 CTP what happened to presentation framework.dll?
Hi, I was just trying to get the Feb 2006 CTP to work on my Win XP SP2 PC. I did a clean uninstall of all previous CTP versions. Also ran the cleanup msi tool given on the CTP download page. After correcting my XAML pages according to the breaking changes done in FEB CTP like changing the XML namespaces in top, I am still unable to open my XAML pages. It keeps trying to load the file forever in IE. Curious I checked with fuslogvw and it seems th ...Show All
Visual C# Logging In a page
Hi please explain me how i can log in a form outside of my website trough asp.net for example i want to sign in to yahoo trough my page NOT yahoo mail home page For ASP.NET related questions its best to ask it on the forums at [ www.asp.net ]. Ideally you would use the WebClient or the WebRequest / WebResponse classes to invoke another site and pass the necessary parameters. You will have to study the Yahoo Login page to lead what kind of ...Show All
Windows Forms Basic WebBrowser question
Hi, I have a webbrowser control on my winform and in the form load, I am doing this for a simple test. StringBuilder builder = new StringBuilder (); builder.Append( "<html>" ); builder.Append( "<title>Help not installed.</title>" ); builder.Append( "<body>" ); builder.Append( "There is no help available." ); builder.Append( "</body>" ); ...Show All
Visual Basic Flusing mouse input ??
Hello all, I'm writing a multi-form VB.NET 2003 application. I have forms A, B, and C (alongside a module that holds handles to the three forms). The app takes the user from Form A to Form B when a MouseMove event happens, it takes the user from Form B to Form C when he/she clicks a button on Form B, and finally takes the user from Form C back to Form A if a timer times out. My problem is in the last transition. When a timer in Form C time ...Show All
