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 SkipVought 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: *

  1. Cballe

    open and close recordset

    Hi there guys, I am still a newbie and would appreciate it very much if someone could help me with the open and close method of the recordset in the code below. I get error messages like the object is closed and all kinds of things, but I know that it has something to do with the open and close...
  2. Cballe

    Database Help

    HI there guys, I made use of the suggestions that you gave and also had to made some changes to the code. The only problem I still get is the one below....any help? I have added my code... Error message: Operation is not allowed when object is closed Private Sub Command1_Click() Dim...
  3. Cballe

    Database Help

    Hi Guys, I would appreciate it very much if someone could help me with the following: I have created a database application by making use of an Ms Access database format (not ODBC). The application consist of two forms: fMain fTest Database Name: UserInfo.mdb The first form asks the user his...
  4. Cballe

    PROBLEM SOLVED : NOW CONVERT DELPHI TO VISUAL BASIC

    Hi, I have came to this site with the same problem for a long time now, and due to the fact that I never came upon a real solution, I solved the problem in the language that I use, which is Borland Delphi and now just want to convert the code, that works fine, to do the same in Visual Basic...
  5. Cballe

    URGENT: HELP WITH TEXTBOX COMPARE

    Hi, I am struggling with a compare function of two TextBoxes. The situation is as follows: TextBox1 contains text, say 50 words. TextBox2 contains text (suppose to be the same amount of words (and also same text)). When the user click on a button, cmdTextStart, a percentage must be given of how...
  6. Cballe

    A Problem for th Expert programmers - or not!

    Hi there you all, I need some help with something that sound like an easy task, but in fact could be very very difficult. The problem is as follows: In my program, I have the following situation: (My program makes use of Speech Recognition) A TextBox, named TextBox1, gives the user Text...
  7. Cballe

    Not that difficult problem - Listbox help

    HI there guys I urgently need some help with a problem that I think should not be that difficult, but although I have already mentioned this problem on this site – nobody were able to help me. Therefore, I am going to give you a more brief description of what the problem actually is and what I...
  8. Cballe

    Need help withTrigger

    Hi guys, I need help with a problem. I want to write a trigger that will automatically update a EditBox number. For example: Order number = ORD01 When the a new user want to complete an order the next time the Order number field must automatically be ORD02 and the same for the users there...
  9. Cballe

    HELP: LISTBOX INSTEAD OF AN TEXTBOX

    Hi guys, Thanks for the help, but there is still a problem, don’t know what I did wrong, but it is as follows: I have replaced the code: txtSpeech.SelStart = m_cChars txtSpeech.SelText = strText & " " m_cChars = m_cChars + 1 + Len(strText) With this (like you have said)...
  10. Cballe

    HELP: LISTBOX INSTEAD OF AN TEXTBOX

    HI there guys, I need help with the following please: The code below is code that is written for a Speech Recognition program. When the user speaks thru a microphone, the code below is triggered and the speech that is recognized is displayed in a textbox. The problem that I have is that I...
  11. Cballe

    HELP WITH BDImage Component

    HI there guys I need some help please. I have developed a program that make use of a Paradox database. The database contains 4 fields: Name, Surname, Gender, Picture. Now in my program I made use of an DBImage in order to display the picture field. For the user to enter his information a...
  12. Cballe

    Help With Mic Setup and Voice training wizard functions

    Hi Guys, I am currently busy developing a speech recognition program In Visual Basic. The dictation engine that I am using is the build in Microsoft Dictation Engine in WinXP. I know that MS`s dictation engine has a facility that must only be called in one’s program for the microphone setup...
  13. Cballe

    VERY VERY DIFFICULT PROBLEM

    HI there, I need help with the following problem: ListBox 1: Contains text (say for instance 50 words). ListBox 2: Displays the text that the user reads. Above is a speech recognition program that I am working on. As part of the program, the following result must be obtained: ListBox1 gives...
  14. Cballe

    Open up a word document

    Hi guys, Can someone help me with the following: How do one open up a word document in a Visual Basic? For example: click on a button and open up a word document say for instance the document`s name is example.doc. Thanks guys Best Regards Cballe
  15. Cballe

    Help with conversion of C++ Code

    Hi Guys, I would appreciate it very much if someone could help me with the following: The code beneath is Visual C++ code that opens a microphone wizard of an spaach SDK (Microsoft SDK). Could someone please help me with the way the code should look like in Visual Basic in order to do the same...
  16. Cballe

    A VERY DIFFICULT TASK: COMPARING

    Hi there, I would appreciate it very much if someone could help me with this tough problem: I am currently busy with a speech recognition program that I am writing, but as part of the program, the following task must be done: RichTextBox 1 displays the text (say for instance, 50 words are in...

Part and Inventory Search

Back
Top