No announcements
Found 3585631 threads
-
0 Votes
How to replace some other sections that do not allow configSource attrib.
But In the subsequent versions the same attribute configSource is not working.Answered | 3 Replies | 225 Views | Created by Anonymous - Wednesday, November 26, 2008 11:46 PM | Last reply by Anonymous - Tuesday, April 28, 2009 6:56 PM -
4 Votes
attrib c
I do not know on wich forum to ask for.Answered | 3 Replies | 10584 Views | Created by jko081264 - Tuesday, July 7, 2009 10:50 AM | Last reply by Just Karl - Friday, February 8, 2013 8:58 PM -
0 Votes
MSBuild Community Tasks--Attrib Task
Hello, I have been reading about using the Attrib command to remove read-only flags from files and folders.Answered | 1 Replies | 11953 Views | Created by vs2015junkie - Thursday, April 15, 2010 1:23 PM | Last reply by Mike Fourie [MVP] - Friday, April 16, 2010 9:23 AM -
0 Votes
Wanted to replace some values in other sheets
You can do a loop if it is the same cell on all other sheets, or name the cells individually if different cells are used.Answered | 1 Replies | 342 Views | Created by Firoj Awate - Tuesday, March 8, 2016 6:34 AM | Last reply by AndyColRomsey - Tuesday, March 8, 2016 10:56 AM -
0 Votes
is it possible to replace ISNULL with some other data types?
Any other function can i used instead of ISNULL...Answered | 7 Replies | 987 Views | Created by Baraiya Kirit - Friday, June 27, 2014 6:10 AM | Last reply by Kalman Toth - Friday, June 27, 2014 11:55 AM -
0 Votes
How to Set Attrib work for file (.lnk)
.lnk files show on the my desktop but really directory = C:\Users\Public\Desktop (Oh no) how i will can searh all file *.* ...Answered | 6 Replies | 2576 Views | Created by NabiNeji - Monday, February 13, 2012 4:10 PM | Last reply by Armin Zingler - Tuesday, February 14, 2012 10:21 AM -
0 Votes
Threading or Some other Stuff to Do???
Thanks Geert Van Will do it and get back to you ...:)Thanks Avinash DesaiAnswered | 2 Replies | 2907 Views | Created by Avinash Desai - Tuesday, October 13, 2009 7:18 AM | Last reply by Avinash Desai - Tuesday, October 13, 2009 10:36 AM -
0 Votes
How do I allow other applications to drag-and-drop from mine?
My question is simply how does my application ALLOW specific info to be dragged and dropped onto other applications.Answered | 6 Replies | 790 Views | Created by RobertGustafson - Monday, December 1, 2014 3:11 AM | Last reply by RobertGustafson - Wednesday, December 3, 2014 12:31 AM -
1 Votes
error 9009 using command attrib - error MSB3073
" -- http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/8e37fa7d-dce9-4650-9380-43fc6dcc386c/ The fact this is happening with attrib is odd.Answered | 1 Replies | 10400 Views | Created by Kiquenet Development - Thursday, July 22, 2010 6:35 AM | Last reply by Mike Fourie [MVP] - Thursday, July 22, 2010 7:40 AM -
0 Votes
web.config configsource and common sections
So i ve tried using the configsource attribute on the connectionstring and it will only let me do it in subdirectories.Answered | 1 Replies | 104 Views | Created by Anonymous - Monday, March 3, 2008 11:31 AM | Last reply by Anonymous - Saturday, March 8, 2008 3:04 AM -
0 Votes
How do you highlight multiple sections and move it?
Moving the presentation layer, getting rid of <font> and inline formatting accounts for most of it but replacing table cells with a few carefully placed divs also accounts for ...Answered | 29 Replies | 3904 Views | Created by LukeChung - Friday, August 7, 2009 12:15 PM | Last reply by LukeChung - Wednesday, August 12, 2009 11:36 PM -
1 Votes
Assembly Version redirect doesn't work with a configSource in <runtime>
Use fuslogvw.exe to see how the loader resolved the assembly reference.Answered | 10 Replies | 13371 Views | Created by Valéry Letroye - Wednesday, February 4, 2009 12:47 PM | Last reply by Fengping - Wednesday, January 11, 2017 9:41 PM -
0 Votes
RegExpression to allow some special characters
To deduplicate the spaces, you'll need to do a little more fancy work, or run a replacement for [ ]{2,} with one space " " afterwards.Answered | 8 Replies | 30472 Views | Created by Spunny - Wednesday, January 25, 2012 4:13 AM | Last reply by Jesse Houwing - Thursday, January 26, 2012 6:58 PM -
1 Votes
Replacement for some System.Drawing functionality?
Using DirectX in the other hand is very performant, but it's far more complicated and you need to either use C++ or a wrapper library.Answered | 5 Replies | 6102 Views | Created by Ch3rryC0ke - Thursday, August 2, 2012 9:57 PM | Last reply by ChaiWeera - Tuesday, September 17, 2013 8:56 PM -
5 Votes
REPLACE statement with some condition
You can use Tom's answer or alternatively DECLARE @Test TABLE (Temperature VARCHAR(20)); INSERT @Test (Temperature) SELECT '10- cls' UNION ALL SELECT ...Answered | 6 Replies | 1418 Views | Created by ank hit - Tuesday, April 9, 2013 7:45 PM | Last reply by ank hit - Wednesday, April 10, 2013 12:26 PM -
0 Votes
How to disable or hide html text boxes in other "section" of grid app?
It would really help if you can post your code to some place such as SkyDrive, so that we can understand how you have created the "Events" and "News" ...Answered | 1 Replies | 1762 Views | Created by MikeWhitesand - Tuesday, August 13, 2013 9:50 AM | Last reply by Prashant H Phadke - Wednesday, August 14, 2013 1:02 AM -
0 Votes
How to add information other than those pre-defined sections
Please keep in mind that any data stored in HealthVault is available to other applications and to the user-- custom types are somewhat hidden (due to custom formats and implicit obscurity), ...Answered | 4 Replies | 3481 Views | Created by Dheeraj Bansal - Monday, July 27, 2009 12:41 PM | Last reply by Lowell Meyer - Monday, August 3, 2009 5:59 PM -
0 Votes
How Do I Allow Particular Letters in a VARCHAR Column and Disallow others
The alternative is Col NOT LIKE '%[^0-9]%' This ensures that the field only allows digits.Answered | 4 Replies | 2682 Views | Created by Longly6000 - Thursday, November 24, 2011 10:55 PM | Last reply by Naomi N - Tuesday, November 29, 2011 6:55 PM -
0 Votes
How do I replace an item in a generic list
I know we have gone back and forth and back again on how to handle Cancel.Answered | 9 Replies | 21239 Views | Created by DeborahK - Wednesday, October 20, 2010 6:58 PM | Last reply by DeborahK - Wednesday, October 20, 2010 7:54 PM -
1 Votes
Some Do Some Don't
The id field being a required one needed something other than 0.Answered | 18 Replies | 1407 Views | Created by Darnell - Thursday, February 21, 2013 6:13 AM | Last reply by Otis Ranger - Tuesday, February 26, 2013 3:38 PM - Items 1 to 20 of 3585631 Next ›
No announcements