-
Began Watching Search Button Error
Hello All ... Iam Getting An Error With try to excecute the stored procedure . I have Have Sql database , the stored procedure like so : USE [MPRS] GO … -
Replied To a Post in Detect a sound within a sound/audio
Mmmm well what you have refered to or mentioned above is not quite what I want to do. I have a special sound (beep) which I want to analyze or … -
Replied To a Post in When Calling One Private Sub another Private Sub Disturbing
The code that @Shark_1 gave you, should go to your database connction function or what ever you have put your database connection at. Make sure that everytime when you open … -
Began Watching When Calling One Private Sub another Private Sub Disturbing
I had face dificult problem. So I'm hoping your help. First I would like to discribe my form. Then You can understand my problem. This form had Comboboxes and textboxes … -
Replied To a Post in Detect a sound within a sound/audio
Thank everyone and @Null you are right and based on those types you matchined I think mine fall on the 3rd type. Well there is one sound that I want … -
Created Detect a sound within a sound/audio
Hi DW. Is there anyone know how to detect a pre-recorded sound on an audio? What I mean is taking a face detection as an example. To recorgnize that face … -
Began Watching Detect a sound within a sound/audio
Hi DW. Is there anyone know how to detect a pre-recorded sound on an audio? What I mean is taking a face detection as an example. To recorgnize that face … -
Replied To a Post in How to get values from listview and display it to textbox using sql databas
First of all you don't hijack other people's post. You need to create yours as I don't think these questions are similar. Secondly what is `ShowItem` I mean is it … -
Began Watching How to get values from listview and display it to textbox using sql databas
How to get values from listview and display it to textbox using sql database ? and then i can update the items in listview using a button..then refresh the listview … -
Replied To a Post in How to change file bits without reading entire file
@Null I've tried playing around with bits and changed it using VB5.0 and the file keep on playing. On the other post you also mentioned other 16 bits that comes … -
Replied To a Post in How to change file bits without reading entire file
Thanks and I've just played around with XOR and I was able to understand it now. @NULL > very handy when converting on the fly - you could actually decrypt … -
Created How to change file bits without reading entire file
Hi DW. How can one read a file or change a file bits without reading the entire file. But first of all how can I read a file in such … -
Began Watching How to change file bits without reading entire file
Hi DW. How can one read a file or change a file bits without reading the entire file. But first of all how can I read a file in such … -
Replied To a Post in Working with mp3 tags
Thanks well I'm pretty new to C++, and I'm still learning it along the way as this entire system most of its parts require the use of C++, thats also … -
Replied To a Post in Working with mp3 tags
@Jim can you provide more details to this `bytes(4) = Asc("\")` I also tried this and I didn't write the part to write the bytes back to file because at … -
Replied To a Post in Working with mp3 tags
The 100 I have to change it right? because even if I try to read a file it will write the file with 100 bytes, but the original file is … -
Replied To a Post in Working with mp3 tags
You are the pro... Thank you so much. Now I think I will have to finilize and wrap everything up here, but I would like to ensure that I'm on … -
Gave Reputation to AssertNull in Working with mp3 tags
Wow, you're right! I'm glad you attached the screenshot. Let me add "tell me which IDE/compiler/operating system you are using" for future debugging purposes. I left that off my question … -
Replied To a Post in Working with mp3 tags
Thanks will look even more into binary arithmatics, I think its need some more time to focus on it to understand it, but at least now I can see what … -
Replied To a Post in Working with mp3 tags
I did the changes but no luck. -
Replied To a Post in Working with mp3 tags
@Null, Thanks, well the program seem not to return the correct word at the end, its return the same misspelled word. Also as of Ascii table I think I will … -
Replied To a Post in Working with mp3 tags
Also just a quick add on, by writing to H I wasn't corrupting the file but was storing the key to tell how to correct the file as I've stated … -
Replied To a Post in Working with mp3 tags
Thanks, well as of the language, I wasn't that specific as I knew the solutions maybe on C++, C#, as also the complete system is written in different languages because … -
Replied To a Post in Working with mp3 tags
Thanks everyone. @Jim, I tried that out and it only returned "ID3" with some special charector after "3". But I've [found this](http://www.codeproject.com/Articles/9711/Read-MP-header-information-and-read-write-the-ID) and looked it close. @Null > you can … -
Replied To a Post in Working with mp3 tags
Thanks but the media protection I've an already finished system which will protect the file, its like a bag with files and the bag is locked, so I have that … -
Replied To a Post in Working with mp3 tags
But someone might crack that up and get the MP3 file. The Idea is that the file can be distributed with special CD/DVDs which we will recommend to our customers, … -
Replied To a Post in Working with mp3 tags
@Jim, well the format part is just a building block or should I say a puzzel piece, the whole project is not just about introducing/making new format, but the format … -
Replied To a Post in vb.net listview :low stocks in database hightlight background of listview
Simply replace `BackColor` with `ForeColor`, this will color your matching Item with a specified color from the code you posted. -
Began Watching vb.net listview :low stocks in database hightlight background of listview
For Each itm As ListViewItem In ListView1.Items If itm.Text <= CStr(56) Then itm.BackColor = Color.Orange Else itm.BackColor = ListView1.BackColor End If Next this codes change background color of all items … -
Replied To a Post in Rounding Up
Using `Math` can help you. Also your "2.80" is wrong it will be "2.90". Try this Dim core As Double = 3.481 REM: You can get or loop to your … -
Began Watching Rounding Up
I am struggling to do somehting so simple in Crystal Reports I have some numbers I.E 2.851 3.481 0.791 I want to round them up so they are 2.80 3.50 … -
Replied To a Post in Working with mp3 tags
Beside looking for example code I also want to understand how it is read it can be theoritical it not a problem as I will be working with different formats … -
Replied To a Post in Working with mp3 tags
And now this has took a wrong side with just a simple question of how can I read the desired bit(tag) and the entire thread has missed the core question … -
Replied To a Post in Working with mp3 tags
Well it may sound as a bad application but I'm not developing a bad application. What I'm trying to do is to create my own format, this format will be … -
Replied To a Post in Working with mp3 tags
Ok basically the key will be a locater of the header. What I want to do is to first corrupt the mp3 by mixing its binary and then have this … -
Replied To a Post in Working with mp3 tags
Thanks guys. @rubberman & @rproffitt, the idea is to write some sort of key on this field as it is free. Now I want to be able to write and … -
Edited Working with mp3 tags
Hi guys. Well according to the research I had, and MP3 file structure is as follows: ` AAAAAAAA AAABBCCD EEEEFFGH IIJJKLMM ` which is refered to as frames, and each. … -
Created Working with mp3 tags
Hi guys. Well according to the research I had, and MP3 file structure is as follows: ` AAAAAAAA AAABBCCD EEEEFFGH IIJJKLMM ` which is refered to as frames, and each. … -
Began Watching Working with mp3 tags
Hi guys. Well according to the research I had, and MP3 file structure is as follows: ` AAAAAAAA AAABBCCD EEEEFFGH IIJJKLMM ` which is refered to as frames, and each. … -
Replied To a Post in Is it possible to detect file copying/moving
That exactly what I'm looking for, but it seems as if it is not recommended to use it with vb.net, only c++. But I think it would be nice to … -
Replied To a Post in Is it possible to detect file copying/moving
Thanks Pritaeas, But I'm not sure if this will raise an even as the user is attempting to copy/move the file, also It seems as if it doesn't support removable … -
Created Is it possible to detect file copying/moving
Hi Guys. First of all is it possible to detect a file copying/moving within the system, I'm sure this is done in lower languages like C++ but I've tried searching … -
Began Watching Is it possible to detect file copying/moving
Hi Guys. First of all is it possible to detect a file copying/moving within the system, I'm sure this is done in lower languages like C++ but I've tried searching … -
Marked Solved Status for How to suspend an external process using it name
Hi Guys. I'm trying to suspend a process by it name, but I found the sample that demontrate this using ProcessId. The problem is that I don't know the process … -
Replied To a Post in How to suspend an external process using it name
Found the solution. [Here is it.](http://www.d3scene.com/forum/development/48523-vb-net-suspend-resume-threads.html) -
Created How to suspend an external process using it name
Hi Guys. I'm trying to suspend a process by it name, but I found the sample that demontrate this using ProcessId. The problem is that I don't know the process … -
Began Watching How to suspend an external process using it name
Hi Guys. I'm trying to suspend a process by it name, but I found the sample that demontrate this using ProcessId. The problem is that I don't know the process … -
Created Which languages are used when developing softwares like word processing
Hi Dw. If there is anyone who knows how and which languagies are used to develop software's like word processing, Excel, Access, basically things like Office suite. I know Linux … -
Began Watching Which languages are used when developing softwares like word processing
Hi Dw. If there is anyone who knows how and which languagies are used to develop software's like word processing, Excel, Access, basically things like Office suite. I know Linux … -
Replied To a Post in My app doesn't connect over wan
:-) lol, No I won't be hosting it on this computer, I'm performing a test to ensure that it functions over WAN, once done then will be installed on a …
The End.