Search results for query: *

  • Users: morphnike
  • Content: Threads
  • Order by date
  1. M

    Show Powerpoint in VB.Net Form

    Hello guys, I'm in some trouble. I have made an application (kinda a slideshow) I can import pictures, video-files, flash-files and these files are shown like a powerpoint presentation. it goes to next picture every ... seconds. if there is a video or a flashfile available for a product, it...
  2. M

    Creating Acces Database & Stopping Process

    Hello guys, I have a problem here which I'm trying to solve for a couple of hours now, But I just can't find a solution for it. The idea is the following : First it looks on the ftp-server if there is a database called "Products.mdb". If there isn't such a database, it makes an Access Database...
  3. M

    Ringtones & Wallpapers

    Guys, I need your help on this. I need to find out how I can send mp3-files and wallpapers to a mobile phone through code. Think on Jamba-ringtones, how they do it. Any suggestions? I thank you in advance.
  4. M

    Transparent ListView?????

    Guys Is there a way to make the listview-background transparent??? I really need this. Can you please help me. I appreciate it a lot. thx in advance
  5. M

    Listview with images and checkboxes, NEED HELP :(

    guys I have this problem I cant solve here is a image as attachment of what I already have what I wanna do is : I want to show a checkbox under each productname. however, if I put the "checkBox"-property to true, it doesnt work, the listview freaks out. any ideas???
  6. M

    control Windows Media Player with Visual Studio 2005

    hi guys, I've been looking a whole day after how I can control WMP inside Visual Basic. I'm not using a WMP control, I want to stop, play, pause WMP thats running on Windows XP itself and not on my application. Can I control those processes? Any suggestions?:confused:
  7. M

    Movie Controls !!!!!!!!!!!!!

    Hi guys, I need some help with this. Is there a way to play movies of different types on a form with 1 control. for example : .wmv, .avi, .mpeg, but also .swf if its not possible, what controls can I use for those????? thank you very much
  8. M

    The server has rejected the client credentials.

    hi guys, Now, this is something weird. I think the problem is in .net 2.0 it works on localhost, but it doesnt work on tcp Dim objServ As Server Dim objWellColl() As WellKnownClientTypeEntry = RemotingConfiguration.GetRegisteredWellKnownClientTypes objServ =...
  9. M

    Help needed with For Each Childnode

    Guys, need some help with the following problem the following code deletes all the records of the selected node + the childnodes. But I need to start with the last childnode instead of the first (otherwise it will give an error when a node has 3 or more childnodes). How can I start the loop with...
  10. M

    Use cursor as Out Parameter in Stored Procedure

    Hi guys, I have a serious problem. I need to use my cursor as an out parameter, but the problem is, HOW CAN I CLOSE THE CURSOR?????? If I dont close the cursor, my server is getting really slow because of the open cursors, cause I have more than 100 stored procedures, which have a cursor as an...
  11. M

    ASP.NET 2.0 drag&drop TreeView

    hi guys, I'm working on a project right now, and I was wondering if it's possible in ASP.NET 2.0 to drag a treeview-node onto a textfield (for copying its value)? Can you help me with this? Is there a sample code you hav for something like this? It's an aspx/aspx.vb - file thanks in...
  12. M

    The Real Challenge Slideshow

    Hi Guys (and girls if there are any);) If you are looking for a real challenge in VB, then you're at the right place. I have a problem with an application. I need to create an application which can do the following: - It must be able to select pictures from the hard drive and add them to...
Back
Top