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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by arkomnv

  1. arkomnv

    ERR trying to load audio file VB.NET 2005

    Nevermind the problem i have solved it !!!! the directX reference has 2 types 1. and 2. that was the problem but THX anyway
  2. arkomnv

    ERR trying to load audio file VB.NET 2005

    Thx but this wont work the my.computer.audio.play object is only good for playing .wav files I would like to play all audio files like .mp3 , .wav , .midi ,... Does someone now the error or could someone give me an other way of playing all kinds of audio files in 2005 my intensions are to...
  3. arkomnv

    ERR trying to load audio file VB.NET 2005

    TO play audio file's in 2005 !!! I'm rewriteing a prog from 2003 to 2005 and adding some functions to the prog but a piece of code that was working in 2003 now gives a error message: LoaderLock was detected Message: DLL...
  4. arkomnv

    VB.NET 2005 Prob

    In 2003 i used this code: Datagrid!!! MsgBox(DGrid1.Item(3, 3)) to get the string at cel 3,3 but now in 2005 i used this code: DataView!!! MsgBox(DView1.Item(3, 3).ToString) i would like the same result as in 2003 that the data in the cel is put in a msgbox
  5. arkomnv

    copy directory and all files within

    I would like to copy a directory directly from a cd-rom to my C Partition in the directory that needs to be copied are subdirectorys and files. how can i copy the dir with all the subdirs and files from one partition to an outher??? THX
  6. arkomnv

    Control Music Volume

    Hello there I am using: Microsoft.DirectX.AudioVideoPlayback to play audio files I have 2 consoles so now i can play 2 songs at the same time now i would like to ad some more controls to them: Like control the volume of each player this is the code i have in the class where all the...
  7. arkomnv

    AUTO EXTRACT

    Hello there I would like to create a cd witch a has 3 small programms on it. When i put the cd in the drive it will autorun thx to the autorun file. Now i have created a small installation program witch will put all the requerd textfiles and databases in the wright directories. Now my...
  8. arkomnv

    Ibuttons and vb.net

    I dont now if you now them but they are callad << Ibuttons >> from the makker << Dallas >> see the link for more info http://www.maxim-ic.com/appnotes.cfm/appnote_number/3808 Now i have some ibuttons and a reader to read the data i want to write a small vb.net program to extraxt the id...
  9. arkomnv

    Display Data as Hyperlink

    Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked Dim thisfile As String, retval thisfile = "Readme.txt" retval = System.Diagnostics.Process.Start(thisfile)...
  10. arkomnv

    Keyboard control

    could you give me a little code example on that code thx
  11. arkomnv

    Zeros in decimal places

    I believe you just handle them in your database as a string and when you need to calculate convert the numbers to a decimal value or whatever you need example: DecimalNr = CDec(StringTextFromDatabase)
  12. arkomnv

    Keyboard control

    could any1 give me a code example or a link about how i can control a button click event with a keypress on my keyboard i am trying to make a screen keyboard that can be countrolled with the mouse but if a lettre or number on the keyboard is pressed i would like to handle the some line of...
  13. arkomnv

    Music player FADE OUT/ FADE IN

    Hello there I am curently working on a music player with a playlist i have got it working now but to give it that extra touch i would like that when the end of a song aproches the next song (from the playlist) will fade in and the old one fade out how can i fix this anyone an idee or sample...
  14. arkomnv

    Searching a database

    Hello there could some1 help me to a example code or programe thats search a database using query's or something a like I now how it works in vb 6 but not in .NET could some1 pls help me out with this 1 THX

Part and Inventory Search

Back
Top