o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

How do you print a " symbol -

If I were to display a message box for example and I typed

Code:
Msgbox "Hello there this is a quote symbol ""
I'd get an error. What do you type to display the quote symbol?

P.S. I don't want to put an invisible label on my form and put " as the caption

 

Printing a Check Mark -
I would like to print a Checkmark out for one of my applications. I found the Symbol that I would like to use from MS word, does anyone know a way to Print that symbol? When I copied and pasted the symbol into VB.NET(1.1) it came out as a P? Any help or advice would be apprecia


picturebox - inserting symbols and fonts -
Hi, Is there an easier and more efficient way of doing this? There has to be. I'm using a picture box to display some Maths information - the only way, because lots of strange characters aren't accepted in a label or textbox. Below is a piece dealing with angles. At present,


can -
When a form load, I hope the picture is loaded from an access table's OLE object field. But errors comes: Dim rs As ADODB.Recordset Dim cn As ADODB.Connection Dim strSQL As String Set rs = New ADODB.Recordset Set cn = New ADODB.Connection strSQL = "SELECT * FROM [Chemi


Vertical bar symbol -
I am a rookie so solution may be simple. I am trying to set the Filter Property of OpenFileDialog separating options using what is refered to as a "vertical bar" or "pipe symbol". It is a vertical line symbol and I do not know what keyboard entry creates the ass


How do you print a " symbol -
If I were to display a message box for example and I typed Code: Msgbox "Hello there this is a quote symbol "" I'd get an error. What do you type to display the quote symbol? P.S. I don't want to put an invisible label on my form and put " as the capti


Can't get imgae file from Access table -
When a form load, I hope the picture is loaded from an access table's OLE object field. But errors comes: Dim rs As ADODB.Recordset Dim cn As ADODB.Connection Dim strSQL As String Set rs = New ADODB.Recordset Set cn = New ADODB.Connection strSQL = "SELECT * FROM [Chemi


Why Wont this work **Resolved** -
Private Sub Command1_Click() Open App.Path & txtcrypt.text For Output As #1 Print #1, "[RECORD]" Print #1, "MsgID=" & strNum Print #1, "MsgName=" & Text1.Text Print #1, "MailboxType=0" Print #1, "MsgPass


the meaning of a mathematical symbol -
Could someone please tell me what the symbol which looks like E (for example in ) means? I keep seeing this symbol, and I am very curious. Thanks!


Δ symbol -
Does anyone know how to insert the Δ symbol into a VB 6 program. I searched the internet and the best i could come up with was Chr(208) which gave me Ð. I have the free trial version of PopChar but the Δ symbol is greyed out. Please help.


How to get the currency symbol for a specific currency -
Hello ! I want to get the currency symbol for a specific currency. For example for "USD" i want to get the $ symbol. For "EURO" i want to get the E symbol. Is there a way to get this symbol without depending on country specific settings ? Thank you !


Problem with trademark symbol -
I am using Visual Studio .NET 2003 and am having a very odd problem. I am trying to use the trademark (TM) symbol. I enter ™ , which works for a while, but after a few saves it converts it to the tiny 'tm' symbol in my ASP page, which would be fine except when it is a TM


strings that aren't in Normal font -
Hi there, How can I assign a string to a piece of text which is something other than Normal font? I want to assign a string to the 'less than or equal to sign', <=, which is symbol font. If it was a normal character, like '<', I'd simply say: dim sign as string sig


How to put a small symbol at the task bar -
Hi all, May I know how to put a small symbol at the task bar? In the properties, we can change the caption to the anything(words). But, can I put a small symbol at all my window displays? How to insert the symbol? Thank you,


Handling the ' symbol for the database -
In my vbscript code in my ASP page, sometimes a user inputs a string with a ' symbol. When it tries to enter this in the database, it thinks this is the end of the string. i.e. The Word "Rock'n'Roll" I need to surrounds the ' symbol with quotes I think to allow it to be p


UK Keyboard Question -
On this UK keyboard, at the top left corner is a key which has three symbols on it: ` ¬ and a third symbol that looks like a broken pipe | symbol. How can I access this third symbol? (And why is it there?)


Uresolved exernals:( -
I have a main.cpp and a main.h. I have most of my ints/doubles in the main.h, and when I compile my main.cpp, it compiles fine. But when I try to run my program, I get this: --------------------Configuration: Maze - Win32 Debug-------------------- Linking... Main.obj : error LNK20


Decimal symbol. -
Does anyone know how to programmatically determine if the PCs REGIONAL SETTINGS | NUMBERS | DECIMAL SYMBOL is set to a ‘comma’ or a ‘period’? Also, does anyone have pointers to reference material that addresses programming techniques for mathematical routines/functions where


fonts - subscript -
The Picturebox control is the most useful if you're working with fonts and characters because you can insert any character from Microsoft Word (thousands of symbols). For example, to put the 'Ear' symbol in your picture box: Private Sub Form_activate() Picture1.Font = "w


Printing square root symbol -
In a maths program I have written I want to be able to print a square root symbol. I have a HP Deskjet 990Cxi. I didn't think it would be possible but this week I had a 'printer runaway' - where it printed pages of space and some garbage. Among the garbage there was... a square r


Error: cannot resolve symbol -
This error occurs in the following code: public class example { public static void main(String[] args) { ArrayList list = new ArrayList(); for (int i = 0; i < 4; i++) { list.add (new Integer (i*i)); System.out.println (list.get(i)); } } } Does any


PCL Via API -
I've posted this question in the General VB Forum but think it is applicable here also. I want to set up an HP Laser to use the PC-8 Symbol table so I can print the graphics line characters to do "boxing" of data in a report. The PCL for PC-8 is: Chr(27) + "(10U"


<= symbol -
Hai , In a label box i want the symbol, <= , but the = underneath the < symbol. I checked with the Character map, it had that symbol and the shortcut was, VB Code: Keystroke : Alt+0163 When i did that i am not getting the symbol i wanted, also i tried c


[2008] degree symbol -
for some reason when i copy and paste the little degree symbol from word into a label it becomes a square so i want this in a label ⁰ do any of you know why this would happen or how i can get the degree symbol in there? thanks in advance


where can i find the Divide symbol -
does anyone know where i can find the symbol that we use for divide, in a font? by symbol, i mean the hyphen with a dot on the top and bottom that we learned as kids, not the forward slash. that is, the one that looks like this: 0 ------- 0 i want t


Displaying Unicode currency symbols -
Hi, I am looking for a nudge in the right direction. I need to display currency symbols for different countries (either in a textbox or a label). I know that setting the font and charset on the textbox will allow entry of supported unicode symbols/characters. This works because I can


Insert symbols into a Word document -
I have been using .InsertSymbol but it doesn't do exactly what I want. It seems that this method will only let you insert a symbol at the beginning of a range or selection. I want to create the word document which I have done, then insert a symbol(custom bullet) then text, then go to


Capturing Cell Values with DataGridView RowLeave Event -
Hi Folks, I've searched various forums and Google, and can't seem to find a solution to this one. Bear in mind I am not well versed in .NET. I'm using VS 2008 Express. Overview: I'm writing an application using an API from a market data vendor. I want to enter a symbol in a D


Compile problem, Iam new to C++ -
--------------------Configuration: Direct3D9Functions - Win32 Debug-------------------- Linking... Direct3D9Functions.obj : error LNK2001: unresolved external symbol "struct IDirect3D9 * Handle" (?Handle@@3PAUIDirect3D9@@A) Direct3D9Functions.obj : error LNK2001: unresolve


How Do I put it in a text box -
How can I make the names and the data print in a text box Private Sub Command1_Click() Dim number(1 To 20) As Integer Dim counter, temp As Integer Dim temp2 As String Dim nme(1 To 20) As String Dim height(1 To 20) As Integer number(1) = 2 number(2) = 4 number(3) = 6 numbe


Empty Values! How to create them here -
OK, I have this registration form where users choose from 5 different values, one of which represents a blank value (you know the - symbol) if they leave the field blank. When they submit my form for processing how do I make the variable that holds the potential - value and


Debug Symbol Files -
I've got a really weird problem... When I set a breakpoint my program will crash. If I don't set a breakpoint my code will run fine. This makes it impossible to debug. After doing some reserach I think I need to load symbols, I found some information that looked to be usefull b


What does the @ symbol mean in a string declaration -
What does the @ symbol mean in the following decleration? string keyName = @"MyKey";


Entering unicode chars -
When you look in charmap, some of the chars can be typed. For example, the degree symbol can be typed by holding down alt then typing 0176. Then presto the degree symbol appears. Then there are the other kind that say U+266B (or similar). How do you enter these with the keyboard. I


Loadin... txt boxes with 1 file -
I made somting simple and now i want the right way to load it... It saves fine but how do i load it in same way... Private Sub Form_Unload(Cancel As Integer) ff = FreeFile Open App.Path & "/txt.txt" For Output Lock Read As #ff Print #ff, Text3.Text Print


Working with datasets -
ive create a dataset for my application to reference on it needs to in the standard fashon of Code: Dim Symbol As DataColumn = New DataColumn("Symbol") Symbol.DataType = System.Type.GetType("System.String") In_Stack_Priority.Columns


'£' symbol in java -
Hey folks, Any ideas on how to display the '£' symbol in java run screen? e.g. I have: screen.println("Total price is £ " + cost); Thanks.


What is an unresolved external symbol -
I am trying to compile some code, but I keep getting the errors: LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16 Debug/cryptography.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. What does this mean, and what is an ext


Aligning currency amounts when printing -
I am printing an invoice through Printer.Print commands. Is there an easy way to line up the .'s in a column of dollar values? I know I could create a function which would pad the variables(that hold the dollar values) so they are all the same length thus forcing dots to line up but


[2005]How can you press enter in a cell of a datagridview and display a symbol for it -
Hello, does somebody know the user will be able to press enter within a datagridview cell without moving to the next cell. Also i want that the carriage return symbol , i mean a symbol that represents the new line , to be displayed. Thanks !


[2005] Opengl Text -
I am trying to label something in opengl and I figured that wglusefontbitmaps() would work, Right now I'm getting the text to print but its also printing the or (|) symbol or some thing in between each letter. for instance the call gl.glcallLists(3, Gl.GL_UNSIGNED_BYTE, "the&quo