Create Special Character By Windows XP Operating System Program?
Mar 9, 2009
I create special character by Windows XP Operating System Program Start/Run/eudcedit But, i can't reduce width of charater Ex: I create number 2 in string H2O but 2 is subscript then width of "2" is short, and i can't make "2" character shorter.
View 2 Replies
ADVERTISEMENT
May 23, 2012
In ancient time, we can specify all characters with chr(56)
For example, say the character is unprintable. We want to put it in a string. Just do
Dim a as string = chr (56)
Now we have UTF8 or unicode (or whatever encoding).[code]...
View 3 Replies
Mar 16, 2011
Is there anybody could give me a function in vb.net that could shutdown the windows operating system?
View 1 Replies
Mar 16, 2011
Is there anybody could give me a function in vb.net that could shutdown the windows operating system?
View 5 Replies
Jan 8, 2011
My project is to create a virtual operating system in BENGALI through VB. I have created a virtual desktop in which there will be icons such as MY COMPUTER, MY DOCUMENTS, RECYCLE BIN, INTERNET EXPLORER... The internet explorer icon has been linked to the original internet explorer, as the case in RECYCLE BIN. But i am not able to connect to MY COMPUTER AND MY DOCUMENTS. Also in creating the START MENU, there is a RUN COMMAND........
View 3 Replies
Dec 16, 2009
Is it possible to make applikacations with VB.NET Express version to a windows CE OS?
View 2 Replies
Dec 13, 2009
im working on a replacement shell for windows xp, question is i made a little scripting langrges and i want the user to open this script up just like windows opens exe files, and how do i put icons on the foum and make new files and add files to that foum.
View 8 Replies
Jan 22, 2009
I have developed one windows application using vb.net. I have setup that application on windows operating system its working fine on windows os. Now I am trying to do that exe run on Mac operating system. Is there any other know the solution how the windows application compatible with Mac operating system.To support vista os I created manifest file and resource script files.Please help me how the windows application compatible with Mac operating system.
View 6 Replies
Mar 26, 2010
Ok basically i am making a game (personal/share with others for free)The idea of the game is its 1998 and you have windows 95 and you have to someone obtain windows 98. then slowely new operating systems are released... 2000, xp, vista, 7 and you have to continue to upgrade.
The game in played in a simualted real environment of the windows operating system. The idea is that you have access to the real programs that came with windows 95... (or whatever operating system you have ingame) and you have access to my fake webbrowser which has a bunch of fake websites (offline) in the game. You can either try to illegally download the operating system (viruses can infect you like this (fake ones)) or you can buy it off microsoft but to get money you need to do hacking jobs....
Anyway thought i should give you some back story to what i am actually making. (This project is more a test project since i am only 15 and have only really just started using visual basic for a few months.)
OK now i have so far got it looking almost completely like windows 95 and functioning like it to...
Hey just for the record... here are some nice pictures of it running
First of all heres what it looks like when you are doing selecting which program to open with the start menu:
This next picture is of notepad in my program:
Ok now this picture shows perfectly the active window has become inactive when rightclicking (or normal clicking) the desktop
Next picture shows the display properties windows... not that fasinating yet since i have not finished it and it does not accually do anything yet... its just for looks right now and scrolling through the theme names.
Now this is another tab from the properties window (the screensaver tab) you can't do much here apart from looking at the names of the screensavers)
Ok heres another pic from another tab in display properties... (this shows how you can pic a color to change the background in the display window (clicking apply makes your background of the destop in the fake os accually change)
Ok this image in the same window as the previous one shows how you can select to change different things colors (i only got active titlebar and desktop changing right now...)
This image shows the active titlebar color change...
This screenshot shows the settings tab of the properties window
This screenshot shows windows help (main purpose here is just to show the colour change has taken effect)
Ok last of all this just shows that the maximize button works
I CAN ONLY HAVE ONE PROGRAM OPEN AT ONCE basically this is because i have a panel called program and in that a another few panels such as the active window titlebar...
Now i basically have it so that the programs are all in the pannel programand when you "open" a program all the other panels in this window are closed and the one you "open" is docked... and the label (programsname) is chnged to the name of the program.
Here is a picture of the visual editor if you don't get me...
As you can see there are weird little things in program1 (forget program 2 that is a thing i was trying to do ages ago with my old crappy shell)
these weird things are my programs which get docked to the size of the program panel when you click to open a program...
This method works well but only if you have one program at a time.
A solution i thought of was to copy and paste the shell (program panel) and then just put each program in a seperate shell... this would work... but then i can't open 2 of the same program e.g. have 4 notepads running at same time. I am also having heaps of trouble with the taskbar (there in a button on the task-bar which changes text when the programs name changes)
Anyway i am going to post my full program here (code and all) just download if from this rapid share link.
EDIT: the file was 5 meg and now is 3 meg so that should be easier to download RapidShare: 1-CLICK Web hosting - Easy Filehosting and then run the solution file or whatever
Please show me some code that will get me be able to run infinite windows of same type and different type...
Do whatever you have to do (just make sure you make sure it works on your side before resending the project back to me.)
View 3 Replies
Jan 28, 2009
Is there any possible way to send e-mail using VB.net on an Windows XP Home operating system? having to work around the IIS issue by jeopardizing my computer. I've looked around a lot and just can't figure it out for myself.
View 2 Replies
Jan 13, 2011
I've found article writing about how to make os in vc++. But may I know how to make it in Visual Basic? I know it is not easy to make an operating system. Maybe I just need some more understanding on os or how to make a program that does not need other operating system to host it. If there's videos of article about it, please also recommend it to me.
View 1 Replies
Mar 27, 2010
can i install a software made in VB6.0 at windows embedded operating system.........
View 1 Replies
Apr 21, 2010
I have VS2010 and have targeted Framework 2.0 to work with SQL Server 2000 which works great. The problem seems to be when I go to my release folder, right mouse click on my test.exe file and click on Compatibility, then select 'Run this program in compatibility mode for' and then select Windows 2000 from the combobox. i get this error upon execution of text.exe:
The type initializer for 'WindowsApplication1.Module1' threw an exception.System.TypeInitializationException: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Data.SqlClient.SqlConnectionFactory' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Data.SqlClient.SqlPerformanceCounters' threw an exception. ---> System.PlatformNotSupportedException:
This operation is only supported on Windows 2000 SP3 or later operating systems.
View 2 Replies
Mar 20, 2012
I have an installer for my application that makes changes to the registry for better application performance However, depending on the language of the operating system installed this input need changes For example (which is the case itself) Systems in Portuguese the entry is called (Padrao)Systems in English the entry is called (Default) I know I have I change the property "Condition" of the entry I created but I do not know what I have to write in this "Condition" I write within this property to validate that The system is in English or The system is in Portuguese I plan to put the project set two registry entries, one that will be done on systems with English language and other entry in systems with Portuguese language?
View 1 Replies
Aug 25, 2011
How do I write an expression to calculate all characters of each row by my own defined value to each character = all the A and B and C and etc. will be as 2 and all I and J and whatever ... will be 1 so I need an end result of the total.
View 3 Replies
Jun 7, 2010
Here's my xml
<?xml version="1.0" standalone="yes" ?>
<MyXML>
<myNode name ="nameValue" webLink="http://www.bing.com/search?q=help+and+help&go=&form=QBLH&qs=n&sk=" />
[Code]....
View 3 Replies
Jun 27, 2011
I need to send the follow [URL]
View 4 Replies
Mar 22, 2010
How can I use Special Character in Labels, using VB 2008 Express?
View 5 Replies
Apr 14, 2012
this would be my string Panipat,Patna,Result should be Panipat,Patna,Panipat,Patna,Result should be Panipat,Patna Panipat,Result should be Panipat,Panipat,,Result should be Panipat How can i do it
View 3 Replies
May 20, 2012
I am willing to extract value which present between double quote with special Chartres my current code is not working in this case, I am using string to get this value
value="fc6424b77def87f99ea2127eadbbc15f+"
Following is my code
strKey6 = ExtractText("wpEditToken"" value=""", """", txt)
key6 = strKey6
View 4 Replies
Jul 22, 2010
I am developing a small application that need user authentication. How can I impose special character restriction. I mean how can I ask the user to enter at least 1 special character to make the password strong.I use VB.Net 2005.
View 2 Replies
Jun 18, 2012
how to insert special character in sql database like wise" @#$%^&&*"
View 2 Replies
Feb 21, 2012
I am not a regex guy, so I need a little help, just cant get my head around this...
I am writing registration page and using asp.net validators. I need a regex validator to match a special character anywhere within a word, so it will satisfy requirement which says that "ID must have at least one special character." Allowed characters are[code]...
Once again, I am a junior, and having problems with wrapping my head around this stuff at this moment..
View 4 Replies
Jul 27, 2009
How can I get the operating system type (32 or 64-bit) using VB 2008?
View 2 Replies
Jul 2, 2011
I would like to know how to detect if a persons operating system is Windows 7, I'm a bit new and have no idea how to do this.
View 3 Replies
Jan 1, 2010
Is it possible to make an operating system using VB.NET?
View 5 Replies
Mar 20, 2011
i always thought that visual basic is a IDE to develop windows based programs or now windows phone apps but recently i have been seeing many tutorials and videos regarding visual basics
and it's ability to make "operating system".i was wondering what is the story with that and is that true that visual basic can develop operating systems?
View 4 Replies
Sep 12, 2010
I know that my question is very strange but please , I want an answer I want to make a simple GUI and 32-bit operating system with file manager , clock , calculator , image viewer and notepad (media player if available ) .
[Code]...
View 1 Replies
Nov 2, 2009
We have a Windows application, and we want to charge clients different prices base on their OS. There are 2 prices: 1 for client OS (XP, Vista, and 7), and 1 for Server OS (Server 2003 and Server 2008). My question is how can I retrieve the client's operating system from my vb code? By the way, I don't have to get the exact OS name, I just want to know whether it is a client OS or Server OS.
View 7 Replies
Jun 24, 2010
I'd like to know the way to get information about the Operating System (windows Xp or Windows 7) and the bit information(32 bit or 64 bit). [code]In the above code, if verInfo.Minor is 1 , then it should be Xp, but I am getting 1 for both Windows Xp and Windows 7.Is there any other way to determine the OS and the bit(32 or 64 bit) used?
View 3 Replies