|
VB 6 and Multimedia I'm trying to learn VB6 and I'm now busy trying to figure out the Multimedia functions. When studying examples, I encounter 2 functions: mciSendString and SoundPlay. Both appear to be part of Windows API, and I've seen code examples using either one of them, but also a few that uses both functions. Could someo... 14 Jan 2008 09:13
How to send a mail through a web application Hi...friends ,I am making application where i need my appplication to send a mail to a particular id. I have to do this without using a browser ( through my application ) In short I want to automat the process of sending a mail can anybody help me ... 12 Jan 2008 17:03
Non-breaking sentence in a textbox Hello, If you put a sentence into a textbox that is wider than the width of that textbox (no horizontal scrollbar) than the sentence is broken off at a space. That is nice if you want that. I need to put sentences/characters in a textbox without that VB6 breaks that sentence. Does anybody know how to switch off t... 12 Jan 2008 04:57
Non-breaking sentence in a textbox Hello, If you put a sentence into a textbox that is wider than the width of that textbox (no horizontal scrollbar) than the sentence is broken off at a space. That is nice if you want that. I need to put sentences/characters in a textbox without that VB6 breaks that sentence. Does anybody know how to switch off t... 11 Jan 2008 05:26
ascii file reader hi, i have an ascii file which is updated realtime,its tick data. I want to read that file in realtime as and when its updated tick by tick,and then store that line fields, (seperated by comma) in some sort of array. i m a novice programmer, i can open the file,but dont know how to make it update automatically wh... 10 Jan 2008 11:29
someone is crashing my app! Hi I have developed a kiosk booking application using Visual Basic 2005 Express Edition, the application is running on windows XP .NET runtime 2. One of the end users is able to terminate the application but I am not sure how to prevent this. The PC has security software disabling Crtl +Alt+Delete, so it is n... 28 Jan 2008 22:10
Nearest colour problem Hi A problem with trying to find the nearest colour. I have an image which I use GetPixel to return the colour of various points. However .... not all colours returned will be a System/Known/Pre- defined colour. So they wont have corresponding names - this is a problem because my app needs to return the colour... 10 Jan 2008 13:38
Download and Install from the web Hi all, I've got some software I need to distribute. The Install program is too large to send via e-mail, I don't want to burn a bunch of discs, and it's impratical to visit each site personally. I've been looking into putting the install on a web site and running a small program that would D/L the install fro... 10 Jan 2008 22:37
Consuming .NET web Service in VB 6.0 client Hi, I have a .NET web Service which expose a web method say GetConfigurationItem(). This web methord returns an object of custom class. Here is the definition of class class ConfigValue { String Name; String Value; } Now the problesm is wehn I call a web method from VB 6.0 client which only retu... 7 Jan 2008 17:22
CommonDialog substitute? Hello, Anyone know a substitute to the CommonDialog (save method) that do not require to enter a file name? I only need to browse for the proper directory, maybe create one, but not enter the file name. The current CommonDialog (save method) require to enter a file name, when I do not need it. Any sugges... 7 Jan 2008 12:51 |