No announcements
Found 2960952 threads
-
0 Votes
To quote or not to quote, that is the confusion
To help users figure out where a VB expression is required, we made the default hint text "Enter a VB expression" for most expression text boxes.Answered | 5 Replies | 6126 Views | Created by Robert Green - Friday, December 4, 2009 9:35 PM | Last reply by Robert Green - Monday, December 7, 2009 11:15 PM -
1 Votes
Regexp pattern to add ".0" to integers
|\d)", "${number}.0" ); Console.WriteLine( result );Answered | 2 Replies | 1031 Views | Created by JohnBrooking4 - Wednesday, January 25, 2017 4:27 PM | Last reply by JohnBrooking4 - Wednesday, January 25, 2017 6:55 PM -
1 Votes
Difference between "Max Sessions", "Max Concurrent Logins" and "Max Concurrent Requests"
Max Sessions = 1200 The error we are getting is "Answered | 1 Replies | 3709 Views | Created by Noel Abrahams - Monday, August 31, 2015 12:16 PM | Last reply by Maja Damjanic - Monday, August 31, 2015 1:15 PM -
1 Votes
double quote inside a double quote
string s = File.ReadAllText("data.txt"); string[] arr = s.Split('"'); StringBuilder sb ...Answered | 2 Replies | 11784 Views | Created by Liang1 - Wednesday, January 21, 2009 3:34 AM | Last reply by asanga vipulasiri - Wednesday, January 21, 2009 4:18 AM -
0 Votes
single quotes and double quotes issue
like below i have used the ...Answered | 4 Replies | 2986 Views | Created by EmpAnsar - Wednesday, July 15, 2015 4:58 AM | Last reply by EmpAnsar - Monday, July 27, 2015 6:53 AM -
0 Votes
RemediationType: - RemediationResult: "True"
Microsoft Certified Professional Microsoft MVP [Windows Server] Datacenter Management Disclaimer: This posting is provided ...Answered | 1 Replies | 4014 Views | Created by Zach Torre - NeatGuy - Thursday, July 21, 2016 6:17 PM | Last reply by Dave Patrick - Saturday, July 23, 2016 12:14 PM -
1 Votes
SQLServerBulkCopy not working for "|" delimiter
Anyone used the SQLServerBulkCopy to load a "|" delimiter into SQLServer?Answered | 6 Replies | 3536 Views | Created by SZZhang - Thursday, June 23, 2016 3:42 PM | Last reply by Riaon - Thursday, July 7, 2016 1:55 AM -
0 Votes
VS_Community_ENU.exe "SETUP BLOCKED"
"This version of Visual Studio requires the April 2014 update to Windows 8.1 and Windows Server 2012 R2 known as KB2919355.Answered | 1 Replies | 2876 Views | Created by akinhwan - Thursday, November 19, 2015 7:06 PM | Last reply by 宝宝徐 - Friday, November 20, 2015 5:29 AM -
0 Votes
"the DNS server is not responding"
I'm using Google Chrome with Windows 10 on a dial up with external modem, I can get connected to the internet and to a website but when I try to get to a link on the site, I ...Answered | 2 Replies | 4035 Views | Created by Chip Farnsworth - Friday, May 18, 2018 7:06 PM | Last reply by Chip Farnsworth - Monday, May 21, 2018 3:16 PM -
2 Votes
vb.net not to accept comma, single quote and double quote
Select any TextBox, at the bottom of the property window there is a category "Type Validator" with a property ...Answered | 2 Replies | 6620 Views | Created by BU Systems - Saturday, August 10, 2013 5:56 AM | Last reply by Amanda Zhu - Monday, August 12, 2013 7:47 AM -
1 Votes
Emulation "paste" into a folder programatically
"Paste" is just a word.Answered | 6 Replies | 1593 Views | Created by windowsshelluser - Monday, August 29, 2016 9:02 AM | Last reply by RLWA32 - Tuesday, August 30, 2016 10:19 PM -
2 Votes
Importing data from SQL with ""
power query forum for better support.Answered | 2 Replies | 2956 Views | Created by AlexMartini - Tuesday, October 25, 2016 5:17 PM | Last reply by Lin Leng - Wednesday, October 26, 2016 7:24 AM -
0 Votes
MSDB Keeps going "Recovery Pending"
Hi 0 Day, I’m writing to follow up with you on this post.Answered | 5 Replies | 3305 Views | Created by 0 Day - Wednesday, August 24, 2016 8:29 PM | Last reply by burt_king - Tuesday, August 30, 2016 11:02 AM -
0 Votes
Something similar to "VLookup" in Excel
Here is a simple code: Private Sub Combo14_Change() Debug.Print "Name= " & ...Answered | 6 Replies | 870 Views | Created by Rob Loud - Monday, November 23, 2015 6:37 PM | Last reply by Edward8520 - Tuesday, November 24, 2015 2:55 AM -
0 Votes
Single quote "'" Error while uploading a File in iOS
If the uploading file name contains a single quote in it like (filename = "This is your's file.pdf") Request ...Answered | 1 Replies | 3027 Views | Created by AvneeshMinocha - Friday, June 24, 2016 11:10 AM | Last reply by croute1 - Friday, June 24, 2016 12:21 PM -
0 Votes
[QUOTE] and [CODE]
And when I "Edit" to fix an error it adds a host of blank lines.Answered | 4 Replies | 11807 Views | Created by JAG77 - Saturday, August 6, 2011 12:50 AM | Last reply by JAG77 - Monday, September 17, 2012 1:09 AM -
1 Votes
Placement of Quotes
thanks a Lot Yea but why you took the code which Munagan has read from Adam and then made from that a sample how it should never be done in VB ...Answered | 4 Replies | 1742 Views | Created by amit_kumar - Friday, November 4, 2011 12:40 PM | Last reply by Cor Ligthert - Friday, November 4, 2011 2:59 PM -
1 Votes
missing quote
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using ...Answered | 7 Replies | 923 Views | Created by arkiboys - Monday, October 20, 2014 12:02 PM | Last reply by Tech Aspirant - Tuesday, October 21, 2014 12:36 PM -
0 Votes
Single quote and double quote issue in sql server
now i replace one single quote with two single quote in my xml data from c# front end but that xml data goes to SP but when SP insert that data into table then i ...Answered | 18 Replies | 1472 Views | Created by Sudip_inn - Friday, April 17, 2020 9:14 AM | Last reply by Erland Sommarskog - Tuesday, April 21, 2020 10:02 PM -
0 Votes
Replace smart (curly) quotes with straight quotes
lchigurupati, the same code will work for that. you just need to replace the text with quotes.Answered | 8 Replies | 3132 Views | Created by lchigurupati - Monday, January 23, 2017 2:35 PM | Last reply by lchigurupati - Wednesday, January 25, 2017 3:39 PM - Items 1 to 20 of 2960952 Next ›
No announcements