Search results for query: *

  • Users: eagle
  • Content: Threads
  • Order by date
  1. E

    forms and classes

    Hello, this is maybe a bit of a stupid question, but i just need to be sure of this. Is it possible to change properties of a control on a form from a class file? So i have form with a text box. Then i make a class file and in that class file i want to change the text property of the text box...
  2. E

    Calculate duration of MP3 file

    Can somebody tell me how it is possible to calculate the duration of an mp3 file? I’m working on an mp3 program at the moment, and I want to make a library from my songs. Of course I want to get the duration of a song, but I can’t find a way to calculate it. Can somebody help me? Thanks a...
  3. E

    Embed flash project

    Is it possible to embed a swf file into a mobile application. I know how to do it for a windows application, but for a mobile application this doesn't seem to work. Anybody knows? Thanks Eagle
  4. E

    Socket programming

    I have already some experience with socket programming. But now I would like to use socket programming for a Bluetooth connection. Does anybody know how to do this? I’ve done it before for a wired network, and then you just had to use a tcpClient and a tcpListener, and in the client program you...
  5. E

    Bluetooth problem

    Hello Can anybody help me with this? I have got a new assignment from school, and I have to make a client-server application. The connection between the client and the server should be with Bluetooth. And that is where the problems start, I already searched on the internet for a couple of...
  6. E

    Transparency key

    Hello, I have a little problem with my form. I used the transparency in my form to make my form round, I made a little GIF file with a round shape, and made the transparacy key black, and my form is perfectly round now. The problem is that i'm using a Listview now, and that's it seems...
  7. E

    MP3 properties

    Does anybody know how you can get the properties of an mp3 file in an easy way? And with properties I mean the Album name, the song name, the artist and the duration of the song. Thx
  8. E

    Bluetooth connection

    Hello, Can anybody help me? I have a new project for school. I have to develop a Bluetooth connection between my portable and my mobile device. So I have to make a server-side and a client-side application, and this with VB.NET. It just has to be possible to sent data from my portable to...
  9. E

    saving an image

    Can anybody help me? I want to save an image, and I can, but when I want to open it, the program tell's me the file is corrupted. Does vb add some bytes to the file so it's impossible for some other program's to read it??? and if so, how can I solve it? Thx Eagle
  10. E

    Resizing images

    I just want to resize some image, when I look at the resized picture in windows, it is oké, but when I want to put it on my php website, it tells me that the file is corrupted. Can anybody help me? Thx 'Load the source bitmap Dim bm_source As New Bitmap("C:\test.jpg") 'Create the destination...
  11. E

    open XML-file

    Hello, can anybody tell me how I can open an XML file in de local browser of the pocket device, and this from my VB.NET program thx
  12. E

    Generate random integers

    Can someone help me? I want to generate random 4 integers (1,2,3 and 4) but I want them each time in a different order. The problem is, when the integer already exists, he should do the function again, and he does that, but in the end, he takes his double values back. My exit function doesn't...
  13. E

    Start a movie on a pocket device?

    Does anyone know how to start a movie on a pocket device? thx
Back
Top