kiran1234's Q&A profile
Visual Studio Team System using TFS remotly
Dear all, We want to use TFS or VSS over VPN connection to support geographically dispersed teams. I'v tested VSS 2005 with following configuration: Site A: 512Kpbs DSL Site B: 256Kpbs DSL Project Size: Around 10-15 files (total size just 500kb) but it disappointed me as its taking too much time to do checkin and checkout and even navigating the solution explorer is very slow. here r the stats Opening Project = 15 minutes File checkout of around(65kb) = 10 minutes Solution tree navigation = 1-2 minutes to navigate form 1 node to other No i wana try TFS, so plz tell me wat minimum bandwidth is required to run TFS remotly. The above project i used just for testing, our original solution contains around 72 projects with around 3000fil ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Retro game doesn't work, does it require a controller?
I tried to debug the Retro game project that comes with VC# Express and I don't have an XBox360 controller. Shouldn't the keyboard work How do I set it up to use the keyboard There is a easy easy way to enable keyboard on Retro Game. Just uncomment the FIRST LINE in GamePadHelper class. The problem is that the game has a strange behaviour, but some is something. ...Show All
Software Development for Windows Vista LVM_SETITEM
The following works on xp sp2 but fails on Vista with return value 0. Any suggestions SendMessageByLong(hwnd, LVM_SETITEMW, 0, plvitem) Actually I am trying to work this on the System ListView of Vista. I did try by setting the subitem to zero but it wont work either. surprising, like I have mentioned earlier, this very code works on win xp. Can someone provide me a working code(vb.net) or point me in the right direction as to how I can get this code working on Vista's system listview. ...Show All
Visual Studio Express Editions scenario......please help
I make a web browser I have 6 buttons buttons 1 2 and 3...click.............. equals....webbrowser1.go home..... go back.....refresh... button 4= navigate......google.com.......... now the problem I want button 5 to go to a music site........ok ..thats easy....button 5 navigate....my site....... not so...... you dont like my music site..........you want your own music site........ so how do I make button 5 editable.....so that you can change the site to yours and save the results.........so that every time you start the browser.....button 5 goes to your site... I think I have explained the problem I am having....... the only way I can do it is to do button5 click webbrowser1.navigate (textbox5.text)...... ...Show All
Visual C# W3wp.exe Application Error - Exeception breakpoint - break point has reached
Hi All, We are getting following error message on our Win2003 server. "W3wp.exe Application Error - Exeception breakpoint - break point has reached". We are running the Asp.net2.0,1.1 and SQL 2005 and IIS6.0. for this application is pointing Asp.net1.1 and sql 2005 and we are added one ISAPI filteration for SEO friendly URL. We are getting above error message.... AOur application is not ruuning... For ISAPI filtration dll, we are used VC++ -> MFC6.0. Error Message in Detail ----------------------------------- W3wp.exe Application Error The Exeception breakpoint break point has been reached (0x80000003) occured in the application at the location 0x7c82 ...Show All
Visual Studio Express Editions Multithreading and and "encroachments"
Hi, I'm developing on a new vb.net-application with the Visual Basic Express Edition . Now I have to use a backgroundworker for a longer process. But I'd like to keep the user up-to-date, what the application is currently doing. So the Backgroundworker has to change some labels in the main Form. Now the Question is: How to get the backgroundworker changing the label in another thread I know, that I have to use invoke and delegate , but I don't know, how. Can someone explain this to me Thanks, Greetings from Germany and Regards, Fabian If that walkthough did not provide enough direction...please take alook at my solution in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=839421&SiteID=1 There i ...Show All
.NET Development Creating new threads in static constructor
I have the following test program: static void Main( string [] args) { new TestThreadPool (); Console .WriteLine( "Done" ); Console .Read(); } In the "TestThreadPool" class I create a new thread which outputs a message, sleep, then return: class TestThreadPool { public TestThreadPool() { WaitCallback callback = new WaitCallback (MyCallback); ThreadPool .QueueUserWorkItem(callback); Thread .Sleep(10000); } private static void MyCallback( object state) { Console .WriteLine( "in callback" ); } } This of course works as expected: I immediately get the message "in callback" written to the console; then, ten seconds ...Show All
Visual Studio Express Editions Two questions
Im using the following code to display an image when a checkbox is checked Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged If Me.CheckBox1.Checked Then Me.PictureBox1.Load("c:\logo1.gif") Else Me.PictureBox1.Load("c:\logo2.gif") End If End Sub My question for this is what difference does the "me" do before CheckBox and PictureBox I tried the same code without the "me" and i ...Show All
.NET Development How To Credit Card validation
How To Credit Card validation in asp.net in Real Time project. please gives ideas. Thanks Off the top of my head... implement an ASP .NET web service. Credit cards use the mod 10 luhn algorithm to add the last check digit - and that validates the card number - google "luhn". To check the card type, have a look at the first digit to see if it matches the card type that the user selected - afair 4 is visa, 5 is mastercard, 6 is switch/solo. You should be able to find a full list somewhere on the web. To check the card details properly you'd have to hook up to a financial institution database. ...Show All
Visual Studio Team System Cross Database References
Upon compilation cross database references are being resolved against my local SQLServer Express installation (regardless of where my build is pointing). How can I get it my project to compile against the target server when resolving these references Jason Giuseponi wrote: I'm not sure if this will be useful but if you don't care about the warning, you can supress it by entering the warning id in the project properties | Build | Supress Warnings field. I wish it WERE a warning. But it's an error, so I can't even deploy ...Show All
Visual Studio Express Editions Using Sounds from My Resources
Hi. I wonder if someone can help me. I'm having a problem getting the music coding working for my program. You see, I'm trying to make my program so that instead of referencing external locations on my hard drive in order to load .wav files, the program imports them into the "My Resources" folder, so that when I go to publish the program, the music files are published along with the rest of the required files. However, it's not working. I can successfully add the .wav sound files into the "My Resources" part of VB, but then when I input the coding into Form 1, when I run it, I hear nothing at all. This is the type of coding I'm using, but the music doesn't play when the form loads, and VB won't let me put th ...Show All
Smart Device Development Smartphone 2003
Hi! I want to write a game for a Smartphone 2003 using .Net Compact Framework (C#). I would like this game to be multiplayer to using Bluetooth. Please tell me a simple way to do this! A sample Bluetooth chat application would be perfect. There's good Bluetooth support including chat samples in the http://32feet.NET library. ...Show All
Microsoft ISV Community Center Forums Comparing and filtering data in Excel?
I’ve been given the task of comparing two sets of employee data, both of which are in the same layout/format, and am required to filter out those which are duplicates i.e. should leave only new starts. I have been told that a Vlookup function can be used to achieve this but don’t know how it can Would this be easier to accomplish using VBA If yes, could I have a brief structure of the code required To elaborate, the spreadsheet contains a unique employee ID and other details such as department, manger, email, etc. One set of data is from the previous months upload and the other is the latest data pull. I need to compare this months data with last months and see who is present that wasn’t before. Any help is much appr ...Show All
Visual C# C library .lib
Hello, I got a C library .lib. How can I use it in my C# application Do I have to create DLL wrapper for this library If so, how can I do that Thanks, Tammy Hi, I don't know whether there will be difference in adding a c library or a COM library or a .net library.If there is difference , please let me understand the difference.Thanx in advance. The normal way of using a library in C# application is adding a reference to it and by using the name space , u'll be able to access the functions or classes etc. Thanx, Ch.T.Gopi Kumar. ...Show All
Visual Studio Express Editions Using Sounds from My Resources
Hi. I wonder if someone can help me. I'm having a problem getting the music coding working for my program. You see, I'm trying to make my program so that instead of referencing external locations on my hard drive in order to load .wav files, the program imports them into the "My Resources" folder, so that when I go to publish the program, the music files are published along with the rest of the required files. However, it's not working. I can successfully add the .wav sound files into the "My Resources" part of VB, but then when I input the coding into Form 1, when I run it, I hear nothing at all. This is the type of coding I'm using, but the music doesn't play when the form loads, and VB won't let me put th ...Show All
