Symbol enqueries -
Dear gurus and members,
I am very new in VB. I am wonding is there a way to insert the copywrite symbol(a 'c' in a circle) into the label on my Form? Any suggestions or ideas are highly appreciated. Hope to hear some reply soon and have a pleasant day
Thanks in advance,
Janice
Symbol enqueries -
Dear gurus and members,
I am very new in VB. I am wonding is there a way to insert the copywrite symbol(a 'c' in a circle) into the label on my Form? Any suggestions or ideas are highly appreciated. Hope to hear some reply soon and have a pleasant day
Thanks in advance,
Janice
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.
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
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,
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
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?)
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
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
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
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
[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
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 !
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
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
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
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
[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 !
Pi Symbol -
how do you write pi symbol to appear in a textbox?
Keycode values -
Hi,
I'm trying to make a keylogger using the api GetAsyncKeyState in a timer control. I need a way to tell what symbol or character should appear on a keypress. I can make it work for keys like 1,2,a, etc... But not for ones that need shift to be pressed. The way i'm doing this no
<= 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
What does cannot resolve symbol -
I am trying to run my Java program and it keep giving me a error.
Deli.java:11: cannot resolve symbol
symbol : class Scanner
location: package util
import java.util.Scanner;
Please tell me what that means. Thanks
[2005] Regular expression in asp.net 2.0 -
Hi,
Email validation regular expression in asp.net 2.0
1.Starting and ending no special characters and digits allowed.
2.Before @ symbol .(period) is not allowed
3.space is not allowed
4.@ symbol not allowed more than once.
5.After @ symbol.(Period) is allowed twice.
How ca
(ASP) formatCurrency w/o the $ symbol. **Resolved** -
Is it possible to use formatCurrency w/o the $ symbol? I cannot assume the result will be USD (and quite often it will not be.). Basicly I just need to add the decimal and two zeros if they aren't there.
Michael
Setting regiolnal settings! -
How to set regional settings (number) in control pannel.
I want to set decimal symbol to [ , ] and digit grouping symbol to [ . ];
Thanks
Ermin
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
Inserting Symbols -
Fellas,
Word processors such as word have a Insertion Entry called Symbol that then allows the user to pick a particular symbol, such as '(C)' copyright...
Does anyone know of a method or control that does this by any chance?
Mouse movement recognition -
Hi
I don't know how many of you have played Black & White, but they have an interesting way of casting miracles.
You are shown a symbol, such as a heart or a spiral, and whenever you want to cast that miracle, you have to trace the image on the screen using your mouse.
I'd
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
Java Compiler -
I am trying to learn Jakarta Tomcat to do some JSP programming. I have downloaded the JKD 1.4 and Tomcat 4.2 to do this JSP, i have installed all the software and my Tomcat server is working, my JSP example scripts work.
But when i go to compiler one of my .java documents to get th
celsius symbol please -
guys,
what is the code to display celsius symbol ??
Copyright Symbol -
Anyone know which font and letter to create the copyright symbol?
Special Symbol -
Hi all,
I want to check any - symbol is present in the textbox.I am trying with this code.But this is not working.Can some one help.The condition is that it should contain only one hiphen symbol
Code:
function isHiphenpresent(value)
{
var j, k;
for(j=0;j&l
Symbol Recoloring -
Hi guys, I've got a text box that holds a large amount text and I'd like to know if it's possible to recolor all of certain word, symbol or phase within that text box to I color I decide. If you have any answers, feel free to post.
Syrillia
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
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
Square Root Symbol -
Hi,
I want to type the square root symbol in a textbox. Can anybody help?? In the character map the unicode given is U+221, but when I try it I recieve a syntax error message.
The @ symbol in front of some strings -
I see this @ character a lot in front of C# strings. I searched the documentation online but coult not come up with the page that explains this symbol. What is it used for?
help with parsing -
What would be the best way to parse a database field for data that contains a certain symbol, for every symbol in that string, replace it with something else and continue parsing the rest of the database?