Jump to content
Xtreme .Net Talk

geonaf

Avatar/Signature
  • Posts

    38
  • Joined

  • Last visited

geonaf's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, how could I play music in vb net using mcisendstring? ty
  2. ok, got it, thanx!!
  3. very funny, bpayne
  4. ^and where i can find it...
  5. Hello, does anyone know if i can find an online tutorial about game programming in vb net? Thank you in advance
  6. for example?? where can i look for that?
  7. how can i play a wav file with that?
  8. Hello guys, could u tell me what i can do with the active x control? Is it sth like directx? Can I play multimedia files (wav,mid,mp3,mpeg,etc.) with active x and how??(pls give an example) Thank you :confused:
  9. heiko, bist du schwul?
  10. Hello guys, I have a diamond viper 770 agp card, can i use directx 9? Can I also use the dx9 developement kit?? and secondly: How could I play a music or video file with dx 9 (using developement kit)? tyvm
  11. Hi guys, where can I find online libraries to use with VB net??
  12. Is there a command which can convert string variables to arithmetical values, eg: user types "x^2+5*x" as string and the machine regocnise it as an operation.???????
  13. geonaf

    Scripting

    No, imean the element Microsoft Script Control, found on the menu project->add reference->COM
  14. geonaf

    Scripting

    Hello guys, How can a use a script file for an application, what does it do and which language do I have to use in order to write it?
  15. It doesn't work... Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem2.Click Dim windowsmediaplayer As New MediaPlayer.MediaPlayer() OpenFileDialog1.DefaultExt = ".mp3" OpenFileDialog1.AddExtension = True OpenFileDialog1.Filter = "mp3 files|*.mp3" If OpenFileDialog1.ShowDialog() = DialogResult.OK Then windowsmediaplayer.Open(OpenFileDialog1.FileName) windowsmediaplayer.Play() End If End Sub ps:I have added a reference (media player) error message: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in WindowsApplication11.exe Additional information: Exception from HRESULT: 0x800A0005 (CTL_E_ILLEGALFUNCTIONCALL). please help with details!!!!!!!, tyvm
×
×
  • Create New...