Search results for query: *

  • Users: PLH
  • Content: Threads
  • Order by date
  1. P

    Finding and Selecting a record in the dataGridVeiw

    Finding and Selecting a record in the datagridview Hello all, I am almost finished with my app but there is this last search functionality that I like to add to it. The app has dataGridView with more then 30000 fields and a search textbox that will speed up for searching and selecting Cell/row...
  2. P

    Autonumber Problem

    Hi guys, I have searched three forums and didn’t find any similar problem to mine. That really surprised me because this should be very conmen problem with database apps. Now, I have a database connected to the app which was created by the wizard (in the design time). The problem is that if a...
  3. P

    Update Problem

    Hi all, I hope some one can help me with the problem I have in my app. The problem is that I can’t save the datagrid data into the database. The app uses tabledapter and dataset which were automatically created by the wizard in the design time. When I fill the first row with the data and call...
  4. P

    Help pleas!

    Using Row's FIND method Hi all; Can any one show me how to use row's Find method with three primary key columns?
  5. P

    Dictionary

    Hello all, I have this app that I created a year ago is basically a dictionary that shows word's definitions. Now, it is using a MS access database and dataset which is in disconnected mode (I mean that it is not created in design time and it exist only in the run time.) To find a record that...
  6. P

    Desktop icon?

    Hell oeveryone, I have this problem for a long time for every my apps that I did not pay attention, But I decided to solve this problem ones at all with your help. The problem is the desktop icon that I set for my app. When I double click on it to open the app, it blinks ones. Does anyone know...
  7. P

    MS Access?

    MS Access? [RESOLVED] BY jmcilhinney Hello all, I hope any one can help me with a little problem I have in my app. My app uses MS Access and I need to sort it by Date and Time. The app uses DataView. It seems that MS Access only stores the date even though I set the format property of data type...
  8. P

    Database Connection

    Hi there, I have a very odd problem with my app. The problem is that when I establish a database connection through the Server explore and add an setup project to it, after I install the app to target computer I get an error which says that the database is missing. It seems that the path which...
  9. P

    Creating a new Table

    Hello everybody, I am working on customer oriented app which uses MS access to store customer information and also orders. I have done with customer information part but it seems I have little problem with orders. The way I want to set the orders is to create a new table with customer name and...
  10. P

    Any suggestion is welcome!

    How to hide my application Hello there, I have an app that may run at startup. The problem I have is that if the user wants it to run at startup of windows he has a chose to make it invisible which I could not get it done. I used Me.Opacity = 0 which works fin on XP but it isn't supported on...
  11. P

    How to place a control on "title bar"

    Hi there, I wander if there is a way I can place a textbox and a button on the title bar?
  12. P

    Microsoft Word and Internet Explorer

    Hello everyone, I need help with my application that will use Microsoft Word and Internet Explorer. It is seven days I am looking for the answer in almost everywhere, but can’t find it. I need to know how my application can determine if Microsoft Word or Internet Explorer windows are open...
  13. P

    File extension

    Hithere, Recently, I created a VB application which uses a database (.mdb) file. I want to set the file extension to some other extension (for example .sss) in the deployment project, in order to prevent outside access to the file after installing the application into another computer. Does...
Back
Top