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

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

Mahendras

Member List

Tukanos
CharissaJB123
stillaround
Galit
ieatskunk
cspare
enn
Sammy Adems
alex2308
joyce21
JamesChan
Esposito
jaxrpc
jcz1
pranav kulkarni
seizonsha
RameshP
sneakyfeline
Coda12
Raminator74
Only Title

Mahendras's Q&A profile

  • Visual C++ I have a very small icon with .png format ,if I load this icon in vc,how can I save this icon into a file with .png extension na

    I have a very small icon with .png format ,if I load this icon in vc,how can I save this icon into a file with .png extension name. If you have some sample code, I will appriciate your help very much. Thanks For easily handling different graphic formats (BMP, GIF, TIFF, JPEG, and PNG ) I would like to recommend the GDI+ Library . ...Show All

  • SQL Server A call to SQL Server Reconciler failed. SQL Server 2005, SQL Server Mobile merge replication

    Hi, Iam trying to perform merge replication between SQL Server 2005 and SQL server mobile.  It has previously been working.  Recently something is causing the following problem when i try to perform the merge.  I grabed the following output from the replication monitor. Error messages: An error occurred while reading the .bcp data file for the 'MSmerge_rowtrack' article. If the .bcp file is corrupt, you must regenerate the sn ...Show All

  • Windows Live Developer Forums Submit an App - Get the Windows Live Messenger Beta!

    Would you like early access to the Windows Live Messenger Beta Starting today, November 8 th and running thru 9:00am PST on Monday, November 14 th The first 5 people to submit Activity Apps to the Worlds Best App contest and successfully pass compliance checking will receive an immediate invitation to the Windows Live Messenger Beta! Be one of the first people in the world outside of Microsoft to run with the next version of Windows ...Show All

  • Visual C# hashtable question

    hello, i want to update a value in a hashtable (ht) so i wrote- ht["key1"]=Convert.ToInt32(ht["key1"])+1 but the value is remaining the same what im missing thanks in advanced ok so i tried that and its working but what in trying is to copy fields from a dataTable (in dataSet) to a hashTable here is the code- foreach (DataRow dr in DS.Tables["table1"].Rows)  { if (hashTabel1.ContainsKey(Convert ...Show All

  • .NET Development How can I get the local windows user folder in WinXP using C#?

    I am tryin to get the local user folder in C# using SHGetSpecialFolder and I wrote this code but it didn't work [ DllImport ( "shell32.dll" )] private static extern bool SHGetSpecialFolderPath( int hwndOwner, string lpszPath, int nFolder, bool fCreate); private void btnUserData_Click( object sender, EventArgs e) { const int MAX_PATH =700; string folder = new string ( ' ' , MAX_PATH); bool x = SHGetSpecialFolderPath( ...Show All

  • Visual C# Read BarCode

    hello,, im wondering how to read barcodes with a barcode reader,,, the barcode readers are ps2 and USB ... ,so whats the theory to read barcodes what APIS do i need,,, or what classes,, any articles about this would be great thx mig16 It depends on the BarCode reader, but most readers just emulate Keyboard input. So when you scan a barcode it just typed the barcode. Mostly you can configure the BarCode reader ...Show All

  • Visual C# Visual C# versus Visual Studio Standard

    Hi there, Besides the extra languages in Studio, what is the difference between Visual C# Standard and Visual Studio Standard The difference in price is not so much, but if I only pay more for the extra languages, I stick to Visual C#. It is CHEAP! Cheers! Reginald Thank you very much. That wasn't too difficult! As soon as VS.NET 2005 is out, I'll be a Standard buyer (don't need a bigger version for now). What ...Show All

  • Visual Studio Team System another 32000 issue... buuhuuuu

    oh holy *** :-) after everything finally was runnin perfect (also http://localhost/reportserver/reportservice.asmx ) i was brave enough to try again an install of VSTFS, but..... >>>>>> Product: Visual Studio 2005 Team Foundation App-Data Tier Beta 2 (English) -- Error 32000.The Commandline '"C:\Programme\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\uninstall\createds.exe" "http://PASCOM-DEV/ReportServer/ReportServ ...Show All

  • Visual Studio Express Editions Where exactly is MSDN Express Library?

    Does anyone know the link for the MSDN Express Library  I downloaded all the VS and SQL express editions but I can't seem to find where we're supposed to be dowloading the documentation. The Express home page mentions "optional components like the MSDN Express Library" but doesn't have a link to where we could download it. http://msdn.microsoft.com/vstudio/express/ I have downloaded and instal ...Show All

  • Visual Studio crystal reports and .net resource files

    I am a complete newbie when it comes to crystal reports. I am working on a project where I am going to make 3 realatively simple reports. However, the application is multilingual. I'd rather not make one report for each language (I just made one, and it was a drag to format because it is realtively crammed with infomation), so I am looking for a way to dynamically read from a resource file into my crystal reports. Is this possible If it is, how ...Show All

  • Visual Studio How to display "ADD Webreference Dialog Box" programmitically

    Hi, Can anybody please tell me how to display "ADD Webreference Dialog Box". We are trying to display it using "AddWebReferenceDlg" of Interface "IVSAddWebReferenceDlg" but Dialog box is not coming up. Can anybody please let me know if their is another method to display the dialog box. any example/Sample code wud be helpful. Thanx in advance. Regards Kiran ...Show All

  • .NET Development Process.StartInfo.Arguments

    I am trying to GET the arguments that were used to start a process (console app). But it always seems to be returning empty string. Is there a way to get the command line arguments that were passed to start a process Example: Lets say I opened "notepad" using a file name on the command line. Then I need a way in .NET to get the file name value that was passed to this process. string sProcessName = "notepad" ; foreach( ...Show All

  • SQL Server problem with passthroughcookies

    Hi All, As mentioned in MSDN article (one need to mentioned third party cookie name in passthroughcookies in RSWebApplication.config file)I tried to use third party cookie for single sign on. But it is redirecting me to Logon.aspx form. I wanted to know how does RS tackle the information stored in cookie. if some one could help. Thanks in advance Umesh Sinha ...Show All

  • SQL Server How to change a Full Path property in RS 2005 for a .rdl report?

    Hello, I have changed a name of my folder where my .rdl reports are located. Having said that, I am wondering where I can access Full Path property or another property of .rdl reports that would allow me to update a new name of my folder Thanks! ...Show All

  • Visual Studio Team System Team Project Creation Failed

    I installed beta 3 server and connected. I then went to create the project "test3" which fails. Here's what i get (see below). I connected/logged in as administrator user on the team foundation server (TEAMSERVER) machine. Is this the problem Should i have logged in as tfssetup or someone else As a side note, i can't login as anyone (i've tried all of the users - i think) into my sharepoint site on the server now. Thanks, Ted Error Insufficien ...Show All

©2008 Software Development Network

powered by phorum