No announcements
Found 2482463 threads
-
2 Votes
long single line code blocks are not reable
When I look at the code block in the original post using Firefox 10.0, I see the left part of the single line of code but no scroll bar and no indication that there ...Answered | 6 Replies | 15369 Views | Created by kleinma - Friday, May 30, 2008 3:01 PM | Last reply by Blackwood - Wednesday, February 8, 2012 12:36 AM -
1 Votes
merge library code into a single block
If you mean you have some .lib files in different directories, and you want to put them in a single directory, you can do as you want.Answered | 1 Replies | 1415 Views | Created by rafal_bator - Tuesday, August 28, 2012 9:33 PM | Last reply by Damon Zheng - Friday, August 31, 2012 9:54 AM -
0 Votes
merge unmanaged and managed dlls into single dll in dotnet
Unmanaged dlls contains machine code, not il byte code and that's why can't be embedded using this way.Answered | 3 Replies | 2309 Views | Created by thyagi9510 - Tuesday, April 12, 2016 11:51 AM | Last reply by Nick__G - Tuesday, October 10, 2017 3:20 PM -
2 Votes
Merging code
If both branches are from the same main trunk, you'll merge everything there, so you don't need to be notified; you'll realize that the code has changed when you do your ...Answered | 2 Replies | 3559 Views | Created by VSTf Wannabe - Thursday, June 25, 2009 9:32 PM | Last reply by Jose Luis Soria - Friday, June 26, 2009 8:03 AM -
4 Votes
Merge Multiple XML Files into single XML File
As alternative: You can use the .NET code to merge files.Answered | 7 Replies | 12519 Views | Created by Poojith Jain - Wednesday, August 4, 2010 7:36 AM | Last reply by Sunny Pahlajani - Monday, December 19, 2016 3:36 PM -
0 Votes
many lines of codes into single line
The codes are of 10 lines.Answered | 7 Replies | 1633 Views | Created by Saurav Gautam - Saturday, March 8, 2014 1:47 PM | Last reply by Olaf Helper - Saturday, March 8, 2014 2:27 PM -
0 Votes
merge multiple columns to a single collumn
I want to merge those columns from source to single column and put that one into the master table.Answered | 4 Replies | 3231 Views | Created by Spartaa - Tuesday, October 18, 2011 12:07 PM | Last reply by sampathkumar.A - Tuesday, October 18, 2011 8:22 PM -
1 Votes
Code Blocks for Migrated Forums
This isn't something we are going to fix, four years ago we migrated from a legacy platform and code looked different.Answered | 3 Replies | 14479 Views | Created by Jason Kresowaty - Sunday, June 15, 2008 10:00 PM | Last reply by Brent Serbus - Thursday, February 9, 2012 5:30 AM -
0 Votes
Customize generated code and merge it
I was referring to the designer for the DSL Tools.Answered | 3 Replies | 2911 Views | Created by Marco Ferrari - Thursday, December 20, 2012 11:39 AM | Last reply by DuncanP - Monday, December 24, 2012 8:11 AM -
1 Votes
merge multiple rtf file into single file using stream
But i know library which include absolutely free function for the merging RTF files.Answered | 27 Replies | 18872 Views | Created by Kaleeswara Murthy - Saturday, May 2, 2009 9:28 AM | Last reply by MagnetPeterson - Thursday, March 15, 2012 7:09 AM -
0 Votes
How to merge sheets from multiple files into a single xlsx file?
Hi Ankush, just to let you and anyone else interested know that I managed to accomplish my goals with 2 additional items adding to the example code from the BLOG link ...Answered | 4 Replies | 14248 Views | Created by Darren Franklin - Wednesday, October 6, 2010 4:21 PM | Last reply by Darren Franklin - Monday, October 18, 2010 3:38 PM -
0 Votes
Merge code from branches
This code needs to be deployed on mar 20.Answered | 1 Replies | 4896 Views | Created by ank9 - Wednesday, May 19, 2010 8:15 AM | Last reply by Chao Kuo - Thursday, May 20, 2010 9:51 AM -
0 Votes
Enterprise Library Application Instrmentation block
Hi, Microsoft released its WASABi (the Windows Azure Application Block) Library for Autoscaling your application and also for monitoring the performance of your ...Answered | 1 Replies | 1972 Views | Created by ronit_rc - Thursday, May 17, 2012 10:01 AM | Last reply by Viresh K Singh - Friday, May 18, 2012 6:19 AM -
0 Votes
Code block is auto expanded
Hi anton.nagornyi, According to your description, I tried to press tab in Code block from VS2015 Community, but I found that I did not get the ...Answered | 1 Replies | 396 Views | Created by anton.nagornyi - Tuesday, August 4, 2015 4:19 PM | Last reply by Tina-Shi - Wednesday, August 5, 2015 9:56 AM -
3 Votes
delete source and destination table in single MERGE statement
Hi, is it possible to delete source and destination table in single MERGE statement when they match on multiple conditions?Answered | 4 Replies | 754 Views | Created by jori5 - Monday, December 21, 2015 3:24 PM | Last reply by jori5 - Tuesday, December 22, 2015 6:42 AM -
2 Votes
Auditing a single document library?
Hi, If you want to audit log for a single document library, you should Activating Auditing Programmatically, for more information, you can refer to (although it is ...Answered | 5 Replies | 3137 Views | Created by Josh Loomis - Friday, August 17, 2012 8:32 PM | Last reply by Machindra Salunkhe - Tuesday, August 21, 2012 12:27 PM -
0 Votes
Document Library - Merge Document saved as local copy
If you open a document within a document library that has already been opened by someone else, you get a prompt with some options, one of those options being to save a ...Answered | 1 Replies | 11586 Views | Created by sromine - Monday, August 9, 2010 9:48 PM | Last reply by Tom Molskow - Thursday, August 12, 2010 12:49 PM -
0 Votes
How to split merged cells
Hi WFB, In Reporting Services, we can split a cell that was previously merged.Answered | 3 Replies | 1270 Views | Created by WFB - Tuesday, October 27, 2015 8:47 PM | Last reply by Qiuyun Yu - Wednesday, October 28, 2015 2:46 AM -
0 Votes
Change code to merge many txt files
The Button Click event does the work, and needs a ListBox1 on the Form to show the files merged.Answered | 14 Replies | 1336 Views | Created by Yasser Lababidi - Tuesday, August 9, 2016 6:33 AM | Last reply by ryguy72 - Wednesday, August 17, 2016 1:39 AM -
3 Votes
Merge multiple Rows into a single Row
This should help: Pivot ...Answered | 5 Replies | 6789 Views | Created by Joe O_C - Wednesday, September 30, 2009 2:31 PM | Last reply by Joe O_C - Sunday, October 4, 2009 9:43 AM - Items 1 to 20 of 2482463 Next ›
No announcements