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

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,

 

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,


Symbols in Code. -
I was wondering, is there a way i can embedd a symbol in Code so that i show it in a label? I would like to show the small Zero Symbol for degrees in a lable.


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


running a task through sql 7 -
Hi All, Is there a way I can schedule a task in sql 7 that would call a vb exe at a certain time, what I need to do on a daily basis at 12:01 am, I must run certain criteria against the data base and update my tables accordingly so I've written a small app with all the necessary cod


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


XP and ctrl-alt-del -
Hey all. Small matter here. I had a problem with the PC the other day and one of the IT guys came over, clicked open a couple hundred things and now whenever I hit ctrl+alt+del I get that menu dialog with 6 buttons, one button being the task manager (like in 2k) but origina


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


Table Design Q (might be simple) -
I have been given the task of figuring out how to create a Stock History Database for my firm. I have been given a bit of time to do it- and I'll need it because my experience with DBs is limited to a few simple Access projects. This Database will track the Open High Low and Close


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


mapping 1:N relationship with Classes -
I have two tables: TASK ----- ID [Int PK UNN] Description [VarChar(200) NN] Start [Date NN] End [Date] SUBTASK --------- Task [Int PFK NN] Index [SmallInt PK NN] Performer [VarChar(100) NN] As you can see a TASK can have 1 or more SUBTASKs; each subtask is identified


Small app in taskbar -
Hi guys, to demonstrate my problem, i have enlisted the help of windows media player, as you can see from the screen shot below, WMP sits on the task bar, is there a way i could get a small form to do the same thing? With a simple icon and a text box? Thank you ILMV


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


Making a Maths program, is there a font for the special characters -
Hi all, I'm creating a little maths program but am having trouble finding a suitable font. To indicate that a number is squared or cubed for example, I will need a font that has the small 2 and the small 3 in the upper corner. The font would also need the pi symbol too. I've been usin


execute sql -
Hi, My new project is to go through a list of tasks against each sql server 2005 machines. Each task has a different sql query which gets executed and the data is returned for each task. I am thinking of having each task with the relevant sql inside an xml file. i.e. <tasks>


[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 !


Outlook: Copy a Task to another Task Folder -
Hi! I've been trying to find an answer to my problem for a while and still have no clue about it... Perhaps anybody here would be able to help me?? Information: I work with Outlook 2003 and Public ShareFolder v1.2 To make it simple Public SF is an application allowing all Outloo


Pi Symbol -
how do you write pi symbol to appear in a textbox?


WMP in taskbar possible -
I would like to make an app that keeps a small video (either Windows Media Player or something else) in my task bar. I know video size will be small however, but just something to be running where I can see it. I dont need controls so video will be maxed. Is this even possible?


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


How to close .exe program -
Hi, I can exit my .exe program by clicking on the EXIT command button which closes all the files and unload 3 forms. When I checked Windows Task Manager, the .exe program is also closed. This confirms that it has been closed down properly. However, if I click on 'X' symbol in the


[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


Log off/disconnect a user in Windows XP in code -
I'd like to be able to make a small program that will discconect/logoff a specific user in Windows XP. I have fast user switching enabled where I can have more than one person logged on locally at one time. Any ideas? The task manager lets you do it, but it's a frequent task and I'd


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?


[02/03] Design related question -
I want my application to do three tasks simultaneously. Each of the three tasks must be performed at a periodic interval of time. Each of the three tasks is somewhat complicated and is thus composed of a number of sub-tasks that are to be performed in a linear sequence. The three ta