Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: assimang
  • Content: Threads
  • Order by date
  1. assimang

    Microsoft sql server 2005 express operating system requirements

    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.
  2. assimang

    Create a dialog box in msi for product key

    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...
  3. assimang

    Help with connection string & setup of database and maybe application

    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...
  4. assimang

    Displaying help topic via a simple button and toolstripbutton

    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...
  5. assimang

    How sql query accept an apostrof value?

    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...
  6. assimang

    Highlight with color parts of an image in a picturebox

    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...
  7. assimang

    Very Complecated insert query, divide it or not? And how?

    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...
  8. assimang

    How check greek characters in a textbox?

    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.
  9. assimang

    Disable popup right click menu or use richtextbox?And how?

    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...
  10. assimang

    which way of inserting, updating data on tables?

    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...
  11. assimang

    Problem with loading icons in picturebox

    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...
  12. assimang

    Cannot bind to the property or column SelectionValue on the Datasource

    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()...
  13. assimang

    Variables that never lost their values

    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.
  14. assimang

    UserNames and Passwords questions

    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...
  15. assimang

    Disable text selection with mouse in a richtextbox

    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
  16. assimang

    Hide mdi child show dialog form's breadcrubs while were moving?

    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...
  17. assimang

    Is it possible the mdi parent form to be unmovable at runtime?

    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.

Part and Inventory Search

Back
Top