[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
[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
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
Degree Symbol file.getalltext -
I have a text file that has a degree symbol in it chr(176)
1°2
when i use
Dim D as string
D=file.getalltext("c:\temp.txt")
D now equals 1?2
how do i read the "special" character?
CS Degree vs. MIS Degree -
I got into a discussion with a friend of mine tonight at dinner about a computer sci. degree vs. a MIS degree. He has a BS in CS and makes pretty good money (I'd say around the 50k range). He was telling me that a MIS degree right now is pretty much worthless. He says it is hard to get
Rotation by 90 Degree Increments -
I need to know how to calculate new x,y coordinates based on 90 degree increments. I have the 180 degree flip, but can't seem to get the 90 degree and 270 degree rotations. Does anyone have a formula? Thanks!
How to write Symbol degree celcius (°C) -
hi all,
Does anyone know how to write this symbal (°C) in vb6? Any tips are welcome.
regards
cocoonwls
Cis Career -
Hi
I am pursuing an Associate Degree in CIS. I'm wondering what qualifications employers are looking for these days with this kind of degree as well as the salary ranges for new graduates and what industry is growing with needs for employees with this degree? What are the chances
Inserting special characters into string.. -
I am trying to insert the degree symbol (Alt+0176) into a Label on my VB Form, obviously to show the temperature. When I put this character next to the number (say 32) it seems to be ineffective and actually is used to calculate something (32 becomes like 61)? Any ideas?
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,
icon problems -
hai...
may i know how to make the new icon and resize the new icon to suitable saiz....and how to make the icon can rotate 90 degree,180 degree ,270 degree...after user drawing the icon in the picture box?
thanks for ur help....because i need to do it in my poject...
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?)
Computer Science Degree peeps list your classes -
If you have or are getting a CS degree, please list your classes. I am getting a Computer Information Systems (CIS) degree (which is the closest thing my University offers to CS) and I want to know exactly what classes I am missing out on.
Don't bother with listing Humanties and al
180 degree turns with pictures -
Hi,
Is it possible to do a 180 degree turn with a picture and make it go upside-down?
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
In the News -
CNN is reporting a weird double death.
If the shooting was intentional, then I say 1 count of Murder in the First Degree and 1 count of Murder in the Second Degree. If the shooting was accidental, then 2 counts of Murder in the Third Degree and a host of civil infractions.
[1.0/1.1] i canot get values from datagrid -
I am populating grid dynamically on page load .it contains webcontrols like dropdown and labels.now i am trying to get values from the grid but i am unable to get the values.
foreach(DataGridItem objDataGridItem in dgPrice.Items )
{
DropDownList objDropDownlist = (DropDownList)(
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
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
Rotate Picture(s) 90 / 180 degree -
I would like to rotate a picture 90 degree and 180 degree. Is there any function in php to rotate the picture ? If not then what is way to do it ? I need some guidelines. Please suggest. I need to get the code also. So please try to help me.
check submenu -
i have two submenu
1. decimal
2. degree
i want to let user select the decimal or degree by checked. only one of the submenu can check each time. the title(decimal/degree) which is checked will show in a text box. how to write the code?
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
Problem in retrieving a degree sign from a form field -
I am having problems when retrieving a degree sign in a ms word form field.
It seems that the degree sign which should have a value of 176 is being converted to a space(32). Although the character can be displayed in the field, after calling ActiveDocument.FormFields(<index>).R
Ascendent Degree when i born -
Can Any one Help Me how can i find ascendent degree with help of swedll32.dll file please give me some code 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 !
Degree -
Hey!
Can i move a line at an angle of 30, 40, 50,.... degree. Is there any method or procedure in vb which will help me do this. If so please let me know.
thanz
----------------------------------------------------------------------------------
Thanz! even if you don't help
Need advice on Online Colleges / Training -
I want to get a degree in programming, so I can switch careers. My job will reimburse us for college courses (that we pass), however I have children and can't seem to make it to class. I was wondering is anyone getting their degree online? I just need to start with an associates deg
I need job advice -
I am getting a computer programming and analaysis degree.....I can choose from a Number of programming languages.....please tell me which ones I should study so i can make the most money, and that would last the longest.....Also.....how would I be able to increase my income once i get
i cannot get values from the grid -
I have populated a datagrid on page load.The grid contain a bound column and 3 template columns.The template columns contain dropdownlist and labels.i have a button on the page and the action of that button is to get the values from the grid and print it on the label (lblMessage.Text)
[2008] Rounding to the nearest half (0.5) -
Hey guys,
I am reading the temperature of a device and the values are rounding to 1 decimal place. For example, right now it's 13.8 degrees.
What I want to do is round to the nearest half of a degree, so using the 13 degree mark as an example:13.1, round to 13.0
13.2, round to 13.0
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
Degrees of terms in a polynomial -
Can anyone explain why the degree of 9 in the polynomial 4x3 - 5x + 9 is 0? The explanation i get from an alternate source is this. 6 = 6x0. But then wouldnt 61 = 6 = 6x0? So why would 9 have a degree of 0 and not 1?. Thanks.
Is your Degree/Previous Education Relevant To Your Occupation -
A long title I know, but it makes it easy to see what the thread is about.
Me? I have a degree in Marine Biology (as well as idleness) - absolutely irrelevant to a software developer, apart from the idleness bit . . .
[2008] restricting a key being typed -
heya guys Is it possible to stop a user typing a & symbol in a text box? Thank you in advance Frosty
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