Multiple Quotations On One Line
Nov 18, 2010
.Basically I'm trying to code a program to output class names for a game which then allows the user to copy and paste the string of class names into the game itself.The template for class names in the game look like this ["name",quantity];So in the code for btn_add I have (which outputs to a text box):[code]How can I change the ' into "s without VB.net throwing up errors?
View 1 Replies
ADVERTISEMENT
Oct 3, 2010
So this is the code I have to Lighlight real time
'two API's to update richtextbox and prevent flicking when typing
Private
Declare
Function
SendMessage Lib
"user32"
Alias
"SendMessageA"
[Code] .....
But I want it not to comment the Whole line Just till the next " Like this
msgbox("fdgdfggfdf") See Like so one " Opens the comment Ish and the second One closes the color/ Comment
View 2 Replies
Jan 7, 2011
I am using:
VB
My.Computer.FileSystem.WriteAllText("J: est.txt", "Text here", True)
to write text files and such. How would I do quotations in that text..say if I wanted to put in
Text Text "More Text" Text.for it to write.
View 4 Replies
Jan 25, 2010
How to use the format function to remove any quotation (;, :, . , " ' etc) from a string. If it cannot be done with format then what is the possible solution?
View 2 Replies
Sep 17, 2009
I've done a google and bing and am obviously not entering the right words. I'm looking for a forum where I can get developers to bid for some (net) development work I'd like to subcontract out. It wont necessarily be VB net
View 2 Replies
Jun 7, 2009
Here is my code snippet:
Public Function convert(ByVal robert As String)
Try
robert = Replace(robert, "U", "A")
[code].....
View 1 Replies
Jul 24, 2006
I am working with VB 05 Express, and I know C has this, but I want to comment multiple lines of code, without always having to put the little ' symbol on ea. line. Like, I think C has something like this-
\*
Comment! Comment!
Comment! Comment!
*/
or something like that !
View 14 Replies
Jul 13, 2009
I saw the video from microsoft teaching the techique of programming and found out they can comment multiple line and the same time.
View 2 Replies
Jan 24, 2011
i have this code
Private Sub GetPrintFunction(ByVal printopt As Array)
Dim Print_Document As New System.Drawing.Printing.PrintDocument
AddHandler Print_Document.PrintPage, AddressOf PrintPage
[code]....
The web service returns 6 items per array. If the array return 2 sets of array (12 items), then i have to split it into 2 pages. how can i do it?
Example scenario:The web service should return at least 6 items(1 array)
example data
*redemption date
*reference number
[code]....
if i have two sets of these, then it should be printed on different pages.
View 2 Replies
Jun 22, 2010
I'm having a little trouble deleting multiple lines for a listbox. I know how to remove a single line, which is this: [code]If I change the value for IndexOf to SelectedItems, I get an error stating that -1 is not valid for index.I am guessing this needs to be done using an integer array and a for each but I don't know how to do that. I really never bothered to look much into arrays.
View 1 Replies
Apr 18, 2011
I'm dealing with the dreaded <Run/> in Silverlight 3 and having to programmatically create a <TextBlock> and its inlines:
Why dreaded? Because it doesn't work, I guess, the way you'd expect. Exhibit A, below, should produce BARN (with fancy colors for each character), but instead it produces: B A R N
EXHIBIT A
<TextBlock FontFamily="Comic Sans MS" FontSize="88">
<Run Foreground="#A200FF">B</Run>
<Run Foreground="#FF0000">A</Run>
[Code].....
View 5 Replies
Apr 15, 2010
How can I have multiple If Not conditions on one line?
Here are the combinations that I've tried, but they either don't work, or won't build.
If Not (txtDisplay.Text = "0") And If Not (txtDisplay.Text = "")
statement1
Else
[Code]....
View 3 Replies
Jan 15, 2011
Is it possible to create a multiple line string in vb.net?
View 7 Replies
Dec 8, 2011
How do I get selected line with multiple columns within a listbox and put the info into an excell worksheet with the data in distinct cells
View 2 Replies
Aug 1, 2010
I am attempting to remove information from an html file, using known 'tags' (not html tags, just short sequences that only occur where my information is). My code worked fine until part of one tag was on a seperate line. Here's the function I have been using: (OriginalString conatins the HTML file)
[Code]...
View 6 Replies
Jun 25, 2009
This is one of my first steps into the magnificient world of visual basic. I looked on many forums, but most of the time the questions asked are much more complex than mine. I am looking for a piece of code for the preparation of multiple graphs in excel 2003.
[Code]...
View 2 Replies
Jun 13, 2012
Can anyone help me with how to use the line continuation with an INSERT Command please. This is my
objCommand.CommandText = "INSERT INTO CollectionForm" & _
"(Region,District,Circuit,AcademicYear,Term,NameOf School,SchoolCode,Stream,Shift,DateOf,OpeningDays, InstructionalDays,EnrolKg1Boys)" & [code].....
View 4 Replies
Jan 9, 2011
looking for script to use a db of phone numbers by calling each number to see if the modem connects. Then reports if a phone line did not connect.
View 3 Replies
Dec 12, 2011
I have some pieces of code like this:
strSoftware = "select MobileSoftware.Entertainment, MobileSoftware.MobileApplication, MobileSoftware.RingingTone, MobileSoftware.Directory from MobileSoftware where MobileName = '" + strName + cmdSoftware = New SqlCommand(strSoftware, con)
drSoftware = cmdSoftware.ExecuteReader
When I write the query in one line, then it works. But when I do like this:
[Code]...
View 2 Replies
Sep 22, 2011
In the Catch of Try-Catch there are the following two properties:
e.Exception.Message.Count()
e.Exception.Message
Does the .Count mean there are multiple lines in .Message? If not, what is the .Count used for?
View 4 Replies
Apr 6, 2011
I need to add this line to a text file that is going to have other information added to it several times. I also need to add this line and have the number change every time the additional data is added.
View 6 Replies
Oct 1, 2010
i notice that when i start next line of code and i press enter, it recompacts itself and the continued line moves left a bit... then if i place focus on the second line and press enter again, it (the second line) moves to the left some more, and it keeps doing this every time i focus on second line and press enter. how can i make it so that my second (and third etc) lines are formatted in a pre-determined way so they are always a certain amount of tabs indented to the right from where my line 1 starts?
View 3 Replies
Apr 22, 2009
I am making a basic form that has 1 button and a rich text box.I need to click on the button and have it call a random line from 3 text documents (so 3 lines total) and place them in the rich text box, each on a different line.
"Quick example"
3 Text files
Firstname.txt
Lastname.txt
Number.txt
Click on button named generate and in the text box below it places
First Name: Shara
Last Name: Harrow
Number: Seven
View 1 Replies
Feb 16, 2009
insert images in a combobox. I understood the code, but what I'm asking is how do I add multiple images per line of the combobox?? I mean the way, the smileys are displayed in dropdown grid in Yahoo! messenger or the sort when you click on the smiley button..
I'm using Microsoft Visual Basic 2008 Express Edition with .NET Framework 3.5
View 1 Replies
Jan 26, 2012
i need to code a program to help me in my everyday job, i own my own business and this will help me with my sales. its a very simple program, and i cant figure out how to get my multiple textboxes to write to a new .txt file. i can only get it to do 1 line at a time. I have textboxes. named txtDate, txtCarrier, txtLocation, txtDateEmpty, txtDestination, txtQuote, txtPhone, txtFax, txtEmail.I want the "txtDate" textbox to be autofilled with the current date and time of the user input, which is started on the next textbox.the rest of the textboxes are going to be user input. then when the user is done entering data into the multiple textbox's they would click a button "add" or something to that sort.then those text box entries including the "txtDate" would be written to a new .txt file.in this format, Quote"Date - Carrier - Location - DateEmpty - Destination - Quote - Phone - Fax - Email "all on the same line.and when the "add" button is clicked, the multiple textbox fields clear all the data previously entered.and is ready for another user input.
after the 2nd set of user input is entered, and "add" button is pressed,it would add(append) another line to same txt file previously written. example: Quote"Date - Carrier - Location - DateEmpty - Destination - Quote - Phone - Fax - Email " "Date2 - Carrier2 - Location2 - DateEmpty2 - Destination2 - Quote2 - Phone2 - Fax2 - Email2 "
then the previously filled text boxes would be empty again, and ready for input 3. and with this you would be able to add countless lines over and over of user input.ok, also when the program launchesI want a msg txt box to pop up and ask. "Where is the Load Origin?" then the user would input data and click enterAnother Msg box would pop up and ask "Where is the Destination?"Next "Pick Up Date" then "Deliver Date" and last would be "Notes" and all that data that was entered into the msg box's will Be at the top of the txt file like a header .
[code]...
View 14 Replies
Aug 26, 2009
Using VB.Net I'd like to be able to replace a range of characters in a string in a single line of code.
i.e. something like
Dim charsToReplace as string = "acegi"
Dim stringToBeReplaced as string = "abcdefghijklmnop"
charsToReplace.ToArray().ForEach(Function (c) stringTobeReplaced =
[Code]....
View 4 Replies
May 6, 2011
I'm using VB.Net to launch multiple command line window (same exe file) through Process.StartInfo. I would like to have those windows running at background without hanging main UI thread that launch them and at the same time able to get the output of those external window to show progress at progress bar.Here is a summary of what I'm trying to achieve but need further advise which way is feasible
- launch multiple exe command through Process.StartInfo
- don't want the external exe to hang my main UI thread
- need to get feedback from external exe to update progress bar which is placed at main UI thread
View 2 Replies
Sep 25, 2010
In VB6 you can debug.print multiple values from a loop to a single line by simply adding the ";" or "," chars.
[Code]...
View 1 Replies
Aug 30, 2009
I have been trying to figure out how to do this program for a few days. Here is the question.Write a Windows application that allows the user to enter a seven-letter combination corresponding to that number in a multiple line TextBox when the user clicks the Generate Words button.Avoid phone numbers with the digits 0&1.
I got some help from my instructor but I can't get anything in the listbox?
[Code]...
View 11 Replies
May 18, 2012
I'm using this script:
http:[url].....To convert some outlook HTML to plain text.It nearly works, the only thing that it leaves behind is the CSS which outlook places in html comment tags <!-- --> in addition to <style> tags (which are removed).This is the original text:
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">[code].....
View 1 Replies