Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for bruno386

In xp, my Tascam US 122 usb audio interface works fine. On my windows 7 computer the device works, however when i restart/shutdown it hangs at the "shutting down" screen forever. If the usb cable is removed prior to initiating restart/shutdown then everything goes fine, the computer restarts as normal. …

Member Avatar for iqlas
0
101
Member Avatar for bruno386

I am trying to send a udp query, the query works and I recieve -some- data back. However the string I recieve back is not complete, its cut short. If I send the same UDP query using netcat I get the full response. Must I increase the size of the …

0
119
Member Avatar for bruno386

Im using the following ffmpeg switches to create a video from a sequence of jpegs; [CODE] ffmpeg -f image2 -i image%d.jpg -vcodec mpeg4 -b 800k video.avi [/CODE] The output file is very short, only 6 seconds or so, however there are lots of jpegs in this folder, names starting from …

0
60
Member Avatar for bruno386

Hi again Daniweb! Im just fishing for ideas here, Im not a great coder - I'm currently working with c#.net in visual studio. a new jpeg is being posted to the ftp server every 3 seconds...I want a client side app that can dowload this new jpg every 3 seconds...the …

Member Avatar for Ketsuekiame
0
106
Member Avatar for bruno386

Hi Guys, Another quick question which I cannot find the solution for......... I need to load a directory into an array and then delete any file which has the name of an integer. for example 1.jpg, 500.jpg...these files will be deleted. I already implemented a similar function elsewhere in my …

Member Avatar for kdion1024
0
180
Member Avatar for bruno386

Hi guys, I need to sort an array by date created. Please take a look at this code thus far [CODE] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; namespace listboxarraysortexample { public partial class Form1 : Form { string[] …

Member Avatar for bruno386
0
2K
Member Avatar for bruno386

Hello! Im writing a small windows form app in VS2008express which uses the directx audio class to play a selected mp3 when an event triggers, however it will play the mp3 everytime the event triggers, but i only want it to play the mp3 when the current one has finished. …

0
60