No announcements
Found 355695 threads
-
0 Votes
Problem converting C++ program from VC7 to VC9
general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.Answered | 1 Replies | 7445 Views | Created by RandK - Thursday, October 15, 2009 10:01 PM | Last reply by Sick Freak - Thursday, October 15, 2009 11:10 PM -
3 Votes
converting from c#2008 to c# 2010
hi I have this is c#2008 : using CrystalDecisions.Shared; after converting I got this error ...Answered | 4 Replies | 4068 Views | Created by Saji Panahi - Wednesday, September 26, 2012 1:41 PM | Last reply by Mitja Bonca - Friday, September 28, 2012 2:10 PM -
1 Votes
Converting C# to ( Net.Compact C# ) Help
Hi, i am currently having problem with convert C# to C# ( Mobile Device, Net.Compact ). This is timer is used to addAnswered | 4 Replies | 10082 Views | Created by skyliner88 - Wednesday, October 8, 2008 1:31 AM | Last reply by skyliner88 - Monday, October 13, 2008 7:45 AM -
2 Votes
Problem in Undrestanding a C# program
Simply looking at a program is not sufficient for learning the language. There are plenty of constructs in C# which are not "obvious", you have to study the syntax ...Answered | 3 Replies | 5803 Views | Created by Keivan_Tarosetar - Thursday, March 29, 2012 4:38 AM | Last reply by Keivan_Tarosetar - Thursday, April 5, 2012 6:35 AM -
3 Votes
Converting Decimal to Money (C#)
Use this function. It will convert 1234567.0000 to 1,234,567.00 format. String.Format( "{ 0:C}", yourvalue );Answered | 3 Replies | 2997 Views | Created by M.Jeppesen - Monday, November 3, 2014 10:30 AM | Last reply by M.Jeppesen - Monday, November 3, 2014 12:50 PM -
0 Votes
Converting quote to salesorder problem
Hi can anyone tell me how do the fields from quote are copied into the new created order? I ask this because i have a problem with the extendedamount field from ...Answered | 2 Replies | 6816 Views | Created by almalexia - Monday, March 24, 2008 11:09 AM | Last reply by almalexia - Monday, March 31, 2008 8:55 AM -
0 Votes
Converting from FAT 32 to NTFS
Will converting my external back-up drive from FAT 32 to NTFS affect my ability to save media files like DVD's to the same external drive?Answered | 1 Replies | 4817 Views | Created by Capt Roy - Wednesday, October 24, 2007 6:17 PM | Last reply by JimR1 - Wednesday, October 24, 2007 10:48 PM -
0 Votes
Problem converting leads to accounts
Hi Raul, It looks like a DateTime mapping problem, have you check these mappings in the ...Answered | 3 Replies | 8334 Views | Created by Raul Pardo - Monday, December 3, 2007 4:18 AM | Last reply by Jim Wang (Microsoft) - Wednesday, December 5, 2007 10:58 AM -
0 Votes
Problem while converting GAL entries to contacts.
Hi, I am retrieving the GAL contcts of outlook using the following code snippet and converting them into contacts to retrieve the email address of that ...Answered | 1 Replies | 6988 Views | Created by sandiliya - Monday, July 20, 2009 12:14 PM | Last reply by SachinW - Wednesday, August 5, 2009 9:04 AM -
0 Votes
How to run a PowerSHell command from a C# program
I have the following Powershell script that I would like to run from C# at the bottom of this text box. The issue that I am having is ...Answered | 2 Replies | 6397 Views | Created by SharePoint Developer Pro - Monday, June 18, 2012 10:08 PM | Last reply by pvdg42 - Thursday, June 21, 2012 12:17 AM -
1 Votes
C # Program to get the revision number from Subversion
That sounds like question for Tortoise SVN forums. Find their APIs. If they are exposed from DLL/COM, you can use PInvoke/COM-interop from ...Answered | 2 Replies | 7707 Views | Created by IbrahimUmar - Thursday, October 13, 2011 2:55 PM | Last reply by Larry Yin - Saturday, October 15, 2011 5:52 AM -
0 Votes
c++ program error
i wrote a program in c++ and it runs only on my computer xp ( the one i wrote the program on ) but it doesn't work on my friends windows xp or my mothers vista on both you ...Answered | 1 Replies | 5093 Views | Created by idud31 - Sunday, March 8, 2009 11:26 PM | Last reply by Sean Zhu - - Wednesday, March 11, 2009 6:14 AM -
2 Votes
Program in C++
I need to code a program in CAnswered | 1 Replies | 1818 Views | Created by Kishore Shenoy - Friday, February 8, 2013 4:56 PM | Last reply by Just Karl - Friday, February 8, 2013 6:51 PM -
4 Votes
Problem in Converting excel to pDF
I have windows service which is running constantly using timer.Windows service not working while converting file Excel to pdf in running mode but it ...Answered | 4 Replies | 4154 Views | Created by Harshada Chavan - Monday, December 17, 2012 12:46 PM | Last reply by Margriet Bruggeman - Thursday, June 20, 2013 7:04 AM -
0 Votes
Creating Install program in C#
Where do I ask questions about creating install program with different options in VS 2008 C#? BobAnswered | 1 Replies | 9197 Views | Created by Bob Nona - Tuesday, February 22, 2011 2:23 PM | Last reply by Bob Nona - Tuesday, February 22, 2011 3:19 PM -
0 Votes
Converting from SugarCRM
primary contact of the account. I don't think I would explore converting the leads using custom code, unless converting the leads automatically is something that ...Answered | 3 Replies | 6369 Views | Created by djMaxM - Wednesday, May 6, 2009 11:00 AM | Last reply by Scott Sewell, Hitachi Solutions - Wednesday, May 6, 2009 4:54 PM -
4 Votes
Converting from xp pro to windows 7
You can follow the step-by-step guide at http://windows.microsoft.com/en-US/windows7/helpAnswered | 4 Replies | 9771 Views | Created by calban - Wednesday, May 6, 2009 6:24 AM | Last reply by Luigi Bruno - Wednesday, August 29, 2012 10:25 AM -
0 Votes
C program question
counting characters in a given string like 2 char hi 1 char u 3 char are how and 4 char john this...i need like dis output in c program or javaAnswered | 3 Replies | 2863 Views | Created by Rahul mantur - Friday, August 2, 2013 7:34 PM | Last reply by Thiyagarajan S - Tuesday, September 24, 2013 12:54 PM -
0 Votes
create bin from C program for embedded software
I need to create a bin from C program for embedded software. How do I do ...Answered | 4 Replies | 777 Views | Created by Jordanhal - Tuesday, May 14, 2019 4:36 PM | Last reply by Guido Franzke - Wednesday, May 15, 2019 6:58 AM -
3 Votes
[Vb.net] Converting from txt to gct?
I dont know if this might help. This is a python script to convert txt file to gct. import sys, binascii if len(sys.argv) < 3 or ...Answered | 4 Replies | 12748 Views | Created by ppl2pass - Sunday, May 9, 2010 3:09 PM | Last reply by Ed Price - MSFT - Saturday, June 9, 2012 6:06 AM - Items 1 to 20 of 355695 Next ›
No announcements