Software Development Network Logo
  • Microsoft ISV
  • Visual Studio
  • IE Development
  • Visual Basic
  • Game Technologies
  • SQL Server
  • VS Team System
  • Visual C#
  • Windows Vista
  • Smart Devicet
  • Visual C++
  • .NET Development
  • Visual FoxPro
  • Windows Forms
  • SharePoint Products

Software Development Network >> karande23's Q&A profile

karande23

Member List

tssweb
markgrif
gmaenrile
RPagels
eric_from_nj
Kevin Dente
Estimator
JimBobJoe
tenchyz
Wayne Sepega
Tryin2Bgood
geliser131
Morten Nielsen
Brian C. Barnes
Zerrin
KervyChoa
Hikmer
CramsterRk
MoniDD
ofsarac
Only Title

karande23's Q&A profile

  • .NET Development Creating a proxy Server

    Hi I need to create a proxy server which will accept the url as a request from the other machine search for the page (internet as well as in intranet) and sends back the requested page as a response to the client machine.How can it be implemented using dontnet framework 2.0 Any code snippets or suggesting would be really greatful Thanx in advance Here is a sample web proxy written in C# to get you started. ...Show All

  • SQL Server remote webwork place

    We have a SBS2003 server. And configured remote workplace to allow remote users access to their workstion. On the windows XP Pro sp2 station I have added the user to the "Remote desktop" list ( control panel-system-remote-allow users to remotely connect this computer - Add .) Nomal users can pass router and select wanted station then get logon screen. But this error message is showed up: "The local policy of this system does not permit you to logon interractively." The administrator can logon to any station remotely. Do I have to give additional permission to normal user Thank you for any help or clue. Peter THis seems more a Windows problem than a SQL Server ...Show All

  • Visual Studio Team System Branching bound projects and solutions does not work

    Hello, While testing branching capabilities in TFS, I come to realize that for bound projects and solutions, branching does not work as expected. I hope I am wrong, and if you see any mistake with the following scenario, please tell me. Start of with a solution that has two projects c:\root\solutions\solution.sln c:\root\projects\projectA.csproj c:\root\projects\projectB.csproj Add the root directory to version control in TFS $/TeamProject/Mainline/solutions/solution.sln $/TeamProject/Mainline/projects/projectA.csproj $/TeamProject/Mainline/projects/projectB.csproj Make sure your mapping in the workspace is like so $/TeamProject/Mainline -> c:\root\ Open solution in VS 200 ...Show All

  • Visual Studio Team System Schema comparison failing because of case sensitivity.

    I ran Red Gate's SQL Compare to compare two schemas. The comparison was successful. So I decided to try CTP6 and see what it would do. It did not make a comparison and instead gave this error dialog (Shift+Ctrl+C was used to capture the dialog as text instead of as a graphic image): --------------------------- Microsoft Visual Studio --------------------------- The schemas could not be compared because two database objects share the same name but with different capitalization, and a schema-comparison option is set to treat objects as case-insensitive. To resolve this issue, set the schema-comparison option to treat items as case-sensitive. --------------------------- OK --------------------------- Annoying, but okay, I can read. So ...Show All

  • Visual Studio Team System Enhancing LinksControl

    Is it possible to enhance the LinksControl I would just love to be able to add State and Reason as columns to the LinksControl. Is this possible Dan is right, links control cannot be extended to show extra columns. In V1, a custom control can be built to show such columns. For next version, we do have capability to customize control to show additional columns. ...Show All

  • Visual Studio Express Editions Need code snippet for screen display time

    VB 2005 Express, 'Build a Program Now', chap 6 page 87 (pdf). Can't find code snippet to change the amount of time splash screen display's. Downloaded code snippet editor for vb 2005. Went to tools - code snippets manager, and drilled down the list. Does anyone know what box I find this code snippet in If you want to change the default splash screen display time, then in the My project, Application tab, click on "View Application Events". This will create a new file ApplicationEvents.vb. Open the Partial Friend Class MyApplication in that file, add this code: Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Bo ...Show All

  • Windows Forms to clear all the textbox

    hi, can any one tell me how to clear all the textbox present in a tab control in a single event... pls post the reply asap -Sweety you simply iterate through the textboxes that may be available in the controls collection.... Example... foreach(Control currentControl in this.Controls) { if (currentControl.GetType() == typeof(TextBox)) { currentControl.Text = String.Empty; } } ...Show All

  • Windows Forms Mouse coordinates in CellMouseClick event

    Hi I want to display different ContextMenuStrips depending in which cell the user right-clicks. Since I'm using an unbound dgv I can't use the ContextMenuStripNeeded event (is this correct ) so I'm trying to just simple show the ContextMenuStrip programatically. My problem is that the DataGridViewCellMouseEventArgs only return the location of the mouse with the current cell not within the dgv itself. Is there any way of getting the mouse position within the dgv when using the CellMouseClick event Cheers, Pedro Hello there, I am actually trying to solve the same problem, capturing the mouse coordinates with respect to the grid view. I was wondering if you'd be able to post your solution(sample code) a ...Show All

  • Windows Forms How to change the default form

    I created a form in a seperate project in my solution called "BaseControls". The only thing the form does is it has a gradient background. The only way to use the form right now is to create a windows form and then go into the partial class and change the inherits Winows...forms to my BaseControls.frmGradientSteelBlue. Is there a way to set it so I can just add the form thru the Projects Add New Item context menu. Is it possible to put it into the Visual Studio installed templates Thanks, Phil Hi Phil! The short answer is, yes. You can create both your own project templates (e.g. you might create a project template that already includes a reference to an assembly which contains your ba ...Show All

  • Visual Studio Team System Permissions, Users, and Scripts Oh My!

    I reversed one of my 2000 databases into a project and deleted most of the users from the project. When I tried to deploy to a new database I got an error. The deployment script still included those users and it failed when trying to run sp_grantdbaccess. I played around with editing the script but it would rebuild it each time and recreate those statements. Looked at the VS work database created on my local instance and the users are there, Closed the project. I am currently attempting to open the project again but VS appears to have lost its brains about this project, which is sad because I have been editing the project for several hours correcting other issues that VS didn't handle well. I am crossing my fingers it will come back b ...Show All

  • Visual Studio Express Editions 30 day Free Trial

    I am adding "30 day Free Trial" code to my app. I want to write out a file to a secret location with the first run date, etc. Would C:/Windows/System be a good place to put it >Trying to write stuff into this location would fail on Windows Vista , although thats looking to the future as its a protected folder. THANKS FOR TELLING ME THAT! I was planning to write out a file to c:\windows\system! I have to write out a file to a secret location, because if the file does not exist that means that it is the start of the 30 day free trial. Otherwise, uninstalling the program and re-installing it would start the free trial all over again. It is only the presence of the secret fi ...Show All

  • Internet Explorer Development IE 7.0 + DWebBrowserEvents2

    Hello all. Sorry if i selected wrong forum :). I have a problem with catching events from IWebBrowser2 in IE 7. I'm using ATL to create WebBrowser control on the dialog to use it as HTML editor. After creation i call IWebBrowser2::Navigate2 to navigate "about:blank". In IE 6 i catch events in the following order: DISPID_BEFORENAVIGATE2, DISPID_DOWNLOADCOMPLETE, DISPID_NAVIGATECOMPLETE2. And all works fine! But in IE 7 i don't catch DISPID_NAVIGATECOMPLETE2 after DISPID_DOWNLOADCOMPLETE. Instead of it i catch DISPID_STATUSTEXTCHANGE, DISPID_COMMANDSTATECHANGE several times and then i catch DISPID_DOWNLOADBEGIN. After that i don't catch any events and WebBrowser control are freezing and any call to IHTMLDocument2 ends w ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Bug based on on Project Directory.

    Bug right from the get-go: I created a new project, "Windows Game (XNA)" created as "WindowsGame1". It runs the debugger just fine, giving a cornflower blue window. Then, I saved the solution, as "WindowsGame1". No change in the code, I just saved it. Now, When I run the debugger it gives the following error: FileNotFound Exception was unhandled D:\DATA\DEVELOP\C THis is before doing the sprites or any other file loading. And it's pointing at the constructor, public Game1() The thing that may be causing it is that I save my projects in a directory on my D drive: D:\DATA\DEVELOP\C#\XNA I have been programming in C# for quite a while from that path just fine, so this does look li ...Show All

  • Visual Studio 2008 (Pre-release) VisualBrush with a background and a non stretched textblock. How?

    Hello Im trying to create a custom brush, which would display some non stretched text (the actual text wont be changing on runtime), uniform background and a 1 pixel thick border (not around the text, but around the whole space being filled with that brush) Im not sure if that can be done with VisualBrush only, but here is what Im trying: <VisualBrush Stretch="Fill" AlignmentX="Left" AlignmentY="Top"> <VisualBrush.Visual> <Border BorderThickness="1" BorderBrush="Black"> <Border.Background> <VisualBrush Stretch="None" AlignmentX="Left" AlignmentY="Top"> <VisualBrush.Visual> <TextBlock>LtArea</TextBlock> </VisualBrush.Visual> </VisualBrush> </Border.Backgr ...Show All

  • Visual Studio 2008 (Pre-release) Video on WPF

    I can't see videos on WPF aplications. When I build and run, the videos simply don't appear. I have installed the Windows SDK RC1 , the .NET Framework 3.0 RC1 , and the Visual Studio "Orcas" Extensions for .NET Framework 3.0 RC1 , and don't know what I am missing that would enable me to integrate videos on my aplications. Any solution or help will be welcome. Please make sure that you are using the latest WMP 11 version. If you use the WMP 11 Beta 1 with .NET Fx 3.0 RC1, you will hit problems. Beta 2 of WMP 11 should work fine. ...Show All

©2008 Software Development Network