Software Development Network Logo
  • Game Technologies
  • Microsoft ISV
  • VS Team System
  • Smart Device
  • .NET Development
  • VS Express Editions
  • Visual J#
  • Visual FoxPro
  • Windows Vista
  • Visual Basic
  • Architecture
  • Windows Live
  • Visual C++
  • Visual Studio
  • Windows Forms

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

Harsimrat

Member List

Dennis Yang
OakRaven
Bernadou
CoolMagma
Informatix Neil
Mudasir
sinu
Venu Yankarla
Steve Gomon
Daniel Molina - MSFT
KP201
Chronous
Lata
mmg
Victor De La Oliva
James Farmer
Mr. Hanky
Hammad Mohib
bigbrains
Bobby011
Only Title

Harsimrat's Q&A profile

  • Windows Forms Special Characters

    Where can I find a composite list of special characters that I can use when printing out info on a windows form  For instance, if I wanted to tab over, what would I use  What about a carriage return/single-line break >but what's your opinion on it, Seth Well, speaking just for myself (as opposed to some kind of "Official MSFT&nbs ...Show All

  • Visual Studio Cannot install VS .NET 2003 Pro

    I'm running Windows XP Professional Service Pack 2 and trying to install Visual Studio .NET Professional 2003. I should mention that while I'm installing, I have run the program in a way that it bypasses the prerequisite check because whenever I try to install the prereqs it always fails on the J# redistributable package and simply will not install it. Included read-me's have said it is not crucial to running the Studio and I decided to skip it. Anyways, installation has gone fine on CD1 until it comes up with this error: Error 1305.Error reading from file: G:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\QuickStart\aspplus\sample ...Show All

  • Smart Device Development Adding events to a menu button click

    i think first i shud give u the code that i'm using... CMenuHandler() { SHELLEXECUTEINFO se; ZeroMemory(&se, sizeof(SHELLEXECUTEINFO)); se.cbSize = sizeof(SHELLEXECUTEINFO); //se.hwnd = hwndParent; se.lpFile = _T("\\windows\\calc.exe"); se.nShow = SW_SHOWNORMAL; ShellExecuteEx (&se); // Launch the control panel. } well the nabove is the contriuctor of the class that i'm using..now after adding a permanent menuitem in pocket pc the code is for adding some event on menuitem click but it's not working.. it's also not giving any error kinda thaings... it's generating a warning... LINK ...Show All

  • Visual Basic VB vs C#. How capable is VB compared to C#?

    I need some clarification please. I am learning VB.NET right now and have a co-worker who has a very strong technical background and feels very strongly that learning VB is a "waste of time in all respects" compared to C#. I don't understand this point of view. Since VB is a .NET language does it not posses the same capabilities as C# Am I on the wrong track I really enjoy the VB.NET syntax and am picking it up quickly. Here's my background ( being totally honest ). I am self taught, I learned C++ back in the late 90's. From there, I moved to C# because ASP.NET is the best platform availabl ...Show All

  • Windows Forms event handler question

    hi guys, i have a form that has two buttons, Button1 and Button2, both of them has a onClick event, my question is how can i fire the event in Button2 if i press Button1. thanks a lot!. lets say you have an accept button, and a cancel form. In the Accept form, you do some validation and want to bail out. An easy way, lets&n ...Show All

  • Visual Studio 2008 (Pre-release) Help with Remoting Sample

    From what I've read about LINQ, it seems like it might indeed be pretty cool. However, when I ran through the LINQ Preview, all of the samples seem very 'Hello World-ish' and I don't have much information yet on how it would affect me directly. Here's what I need, hopefully someone on this forum can confirm that LINQ is intended to provide this functionality, and perhaps point me to more relevant discussions and/or samples. I work with very fast, in-memory data stores. The update rate on my data store is on the order of 50K updates / sec. Way beyond the ability of SQL technology to handle; my data typically never sees the disk. However, I ...Show All

  • Visual Studio 2008 (Pre-release) Exception while creating proxy

    Hi I have a java app that exposes web services. I want to consume those web services. When I ran svcutil against the wsdl I got the following error. Warning: Unable to import wsdl:portType Detail: An exception was thrown while running a WSDL import extension: System.Se rviceModel.Description.XmlSerializerMessageContractConverter Error: Exception has been thrown by the target of an invocation. XPath to Error Source: //wsdl:definitions[@targetNamespace='http://localhost:808 0/MyApp/soap/MyApp']/wsdl:portType[@name='MyApp'] Can anyone tell me what could be the issue here Thanks Murali can you pl ...Show All

  • Visual Studio Express Editions Invalid active key for C# and C++ ee beta 2

     I installed C# and C++ express editions beta 2 and registered , and got LKCHBB3MWTCWN0 as activation key , but both C# and C++ complain  that it's invalid , what i done  wrong It looks like you used the registration link from the FAQ.  The link in the FAQ is provided in case you need to get the registration benefit email sent to you again. To activate your product, you must initiate the process through the product.  Go to Help -> Activate Product and select the Register link to obtain the proper activation key for your product. ...Show All

  • SQL Server Need help in grouping...

    I want to display car reviews by authors.... a car may be reviewed by multiple authors.... but the latest entry should be displayed... the older enteries will not be displayed.... the following is the query [code] SELECT     CarReviews.Date AS Date, CarReviews.Company AS Company, CarReviews.Name AS Reviewer, CarMake.MakeName, CarModel.ModelName,                       CarModel.YearName, CarMake.KeyName + '/' + CarModel.Image AS Image, CarReviews.Id AS Id FROM         CarRe ...Show All

  • Windows Forms clickonce over ssl with client certificates

    Hiya, our application is deployed to a server that requires client certificates for access. Click once fails with "Installation failed. Unable to open application files on the server. ....". The access logs for the web server show: 1. an access to the file.application file 200 (ok) This is the first load in the browser (ie). 2. an access to the same file.application& ...Show All

  • Visual Studio 2008 (Pre-release) Limited Internal Smart Client Depolyment Upgrades (How to?)

    We are considering building the next version of our internal smart client application using WCF for comminication.  If we were to deploy this newly built smart client to a number of our call center desktops for testing, qa, etc., what would be the process for updating the smart client when future releases of WCf are released   Could we deploy the runtime initially with "click once"   Would we then have to manually remove the runtime components from each desktop before upgrading to the latest version   Thanks, Christian Hi, Christian: You can deploy the WinFX runtime components u ...Show All

  • Smart Device Development Is there a kind of control which it can create chart like Excle?

    Is there a kind of control which it can create charts like Excle Thank you. Please take a look at available 3rd party libraries, you'll find several chart controls: http://www.pocketpcdn.com/libraries/index.html ...Show All

  • SQL Server Transaction Log Format

    Is there any documentation that shows the format of the transaction log file Are there any example programs that show how to read the log file The internal contents of the transaction log are not documented for public use. Is there a particular problem or feature that you need There are third party products that use the log internals for auditing and other features. Thanks, Mark ...Show All

  • .NET Development WebClient.OpenWrite()

    hi, i'm learning network programming i use my localhost to do this, i got exception "(401) unauthorized ", is this a problem in my code or IIS , i had changed the access permission for this folder "ecommerce" to read and write but i still get this exceptin. is there any suggestion to avoid this here its my code private void WriteToServer_Click( object sender, EventArgs e) { try { //new client WebClient client = new WebClient (); //open stream to write to server Stream strm = client.OpenWrite( "http://localhost/ecommerce/newfile.txt" , "PUT" ); StreamWriter writer = new StreamWriter ( ...Show All

  • SQL Server RMO On Sql Server 2000

    Hi. I'm using RMO to connect to a MSSQL 2000 Server to manage replication. I've successfully connected to the server, created the distributor, publication, articles and subscriber. However, when i try to manage the agents (ie. TransPublication. StartSnapshotGenerationAgentJob ) it says the method is only supported on MSSQL 2005. Is there any way I can control the agents from RMO on sqlserver 2000 Tore Birkeland Thank you for your swift reply, Raymond. I would really appreciate if you would look into the possibility of supporting downlevel distributors in the future. but for now, I will look into the SQL* A ...Show All

©2008 Software Development Network