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 strongm 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: drkarr
  • Content: Threads
  • Order by date
  1. drkarr

    VB.net Application Error Message (Has to do with audio)

    Hey, "That Rick Guy" or one of you other VB.net experts": A VB.net application has been running all right for a year or so. I recently changed an audio .wav file to a different .au file; I'm not sure if this was the cause of the error, but it is the only thing I have monkeyed with. Even after...
  2. drkarr

    Crystal 10-Group on Server Question

    I have prepared the following SQL query using the Command function of Crystal 10. It runs OK, however when I check performance I find that grouping and sorting have not been done on the server. Further, it required two passes. When I go to file/report options, the "Group on Server" option is not...
  3. drkarr

    Summary (Count) of "whileprintingrecords" Events

    In Crystal 10 I have created a printable field which equals 1 if a condition is met and 0 otherwise. Since that "whileprintingrecords" field does not appear as a report field in the "Insert Summary" window, how can I count (i.e., total) the 1's that are printed?
  4. drkarr

    Direct audio to Left or Right Channel

    I need to output .wav audio clips to only the left or right channels as directed by a VB.NET program. Any ideas?
  5. drkarr

    How to direct audio to left or right speaker

    In an experimental setup I need to direct audio exclusively to the left or right channels as determined by the VB.NET program. Help appreciated.
  6. drkarr

    Eliminate ampersand in Crystal multiple check boxes

    Data entered in Crytal 10 multiple check boxes are stored as ampersand delimited text strings, such as: &friend&family&neighbor&email&flyer&other& What is the best way to extract the data in readable form, such as: friend; family; neighbor; email; flyer; other OR friend family neighbor...
  7. drkarr

    Append data to Excel sheet using VB.NET

    After VB.NET is used to automate creation of an Excel worksheet, how do I subsequently program VB.NET to open that Excel worksheet and append data to it? I don't want to overwrite the original worksheet, rather I just want to add more data to it. Appreciate your help. DRK
  8. drkarr

    Manage automated Excel chart with VB.NET

    I have managed to create an Excel chart through VB.NET, however I still need to add axis labels, a trendline, control line width, etc. Is there a comprehensive reference available to cover the .NET syntax for this application? Thanks, DRK
  9. drkarr

    Media Player Exception in Windows Application

    I have written a VB.net program that uses Windows Media Player to play very short .wav files at appropriate places. The default name of the player has been changed to "Player" and this has not been a problem with other programs. The problem now is that when I call the program I get an exception...
  10. drkarr

    VB.net Sub Main problem

    I have programmed an application program (not web based) with several forms. Several versions worked fine by clicking the Solution Explorer Properties and selecting the name of the first form to be processed. Now the only thing that appears in the dropdown list, where all forms usually appear...

Part and Inventory Search

Back
Top