Hello everybody,
I don't know if I am posting in the right forum, I hope so.
I want to ask if microsoft sql server 2005 express edition can be installed on Windows Vista operating systems?
Thanks in advanced.
Hello again
I've created via setup wizard a msi file, for the installation of my application in vb.net 2005 and I want to create a different product key for every computer I will install the application. I saw that in View->User Interface I can add some forms that will display when I run the...
Hello everybody,
I have created an application in vb 2005 which interacts with a sql database (mdf) created on microsoft sql server management studio express 2005. Well, I want to deploy my application, it's my first time and I am not familiar with, maybe I ll need your help.
In my project my...
Hello everybody.
I created a chm file, and I am searching how to display it from my vb project. Well in some forms the help button is a simple button but in some others it's a toolstrip button in a toolstrip menu. I have tried several things in a simple button HelpBtn in the LoginFrm for...
Hello everybody,
I have a table in my sql data base, and the field type CharValue is nchar(1) which means that accepts characters.
In a record the value of CharValue is the character "'"
And that gets me in trouble when I try to execute the query
sql = "Select * from KbrdCharacters where...
Hello everybody,
Is it possible to color a part of an image in a picturebox without hide the part? I have a keyboard image in a picturebox and I want everytime the user types a character in a textbox to highlight the key in the keyboard image. For example if the user types A or a I want to...
I have this query:
NewUserSaveSettingsSql = "Insert into UserSettingsBookmarks (UserID,SettingsID) values ('" & _
TempUsername & "'," & "select SettingsID from Settings where SelectionValue='" & True & "')"
I am getting syntax error when I am trying to execute it...
Is there a way to check if greek characters are typed in a textbox and how? There are a few. I want to avoid them all. Which event must I have to use?
Thanks anyone
in advanced.
Hello everybody,
I have 2 textboxes on a form, one for username, and one for password. I want to disable the popup menu appears when I right click on a textbox because I want to avoid paste data, in case these are not allowed characters such as punctuation sticks, symbols etc. Well, how can I...
Hello to everyone.
I am very new in vb 2005, and I am confused which is the best way of inserting, updating data on a database created in microsoft sql server management studio express 2005 with code. When user runs my application he inserts usernId and password and if he is a new user his...
Hello everybody,
I have a teaching typing form in my application and when the user completes an exercise if his accuracy and his speed are good I want in a picturebox to display a png icon and if the his speed and accuracy are bad, to display a gif icon. These icons are in resources folder. I...
Hello everybody I have 3 radio buttons in a groupbox in a form. I have a piece of code:
Public Sub SettingsFillDataSetAndViewAndBindFields()
SettingsFrm.EasyLvl.DataBindings.Clear()
SettingsFrm.IntermediateLvl.DataBindings.Clear()
SettingsFrm.AdvancedLvl.DataBindings.Clear()...
Hello everyone,
I am very new in vb.net 2005 and I want ask if it's possible to declare some variables that will keep it's values even if the program will end without lost their values the next time I run it? And how? Any help much appreciated.
Thanks in advanced.
Hello everybody,
I am creating an application which interacts with a dadabase typing.mdf created in Microsoft SQL Server Management Studio Express 2005.
One table of typing.mdf is Users with two fields UserID and PasswordID.
The purpose of Users table is that when the application runs I load a...
Hello everybody.
Is it possible to disable text selection with mouse in a richtextbox? And how can I do this? Any help will be much appreciated.
Thanks in advanced
Hello,
I have a mdi application. A mdi parent form (CentralFrm) and 4 children forms. Because i was wanted the user being unable to access the mdi parent form, while he was loading a mdi child form and during the child form is visible, i didn't declared the clildren forms as children which means...
Hello everybody.
I am new in vb 2005. I have a mdi application. Is it possible the mdi parent form to be unmovable at runtime? And how can i do this? It's my central form in my application so i don't want set the formborderstyle to none. Any help will be much appreciated.
Thanks in advanced.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.