Thank you for your answer. But my problem was not that that I was trying to trigger an event without making any change. The default value was selected (or entered in case of textbox) originally, but...
I have an UpdatePanel and some controls within it, as you can see below. If I change a number in txtGoToPage textbox and press Enter, GoToPage_TextChanged() event handler is called....
I have a javascript function that is called on tab change of a tab container. From that javascript function, I call a simple page method. But though the page method does everything...
In my asp.net application, I have a user control UC1. It contains another user control UC2 and some other controls. How can I access those other controls from the user control 2?
Thanks.
I compiled both libogg and libvorbis as static libraries. I created "bin" directory in my project folder and placed there libvorbis_static.lib and libvorbisfile_static.lib. Also, I created in the bin...
Do I really have to? For me, it is only one episode, I may never face such a task again. That's why I tried to find just a working example that I could use immediately. I am afraid it may be too time...
Thank you very much for your answer. Could you please tell me or give me an example how this can be integrated into my mfc application?
I didn't mention that my audio is in wav format.
Thanks.
I have an MFC application. I have audio data stored in bytes within a custom file. My question is, how can I encode an array of those bytes into an ogg vorbis format? Is there any...
I have a c++ application that converts .rtf files into another custom format. One of the requirements is to preserve page separation of the text. I understand that .rtf doesn't know...
Thank you for your answer. But because of some reason, I still see both vertical and horizontal scrollbars after I added this:
m_lstOldData.ShowScrollBar(SB_VERT, FALSE);
No, I tried CListCtrl. First of all, it has string length limitation of max 260 characters. Also, as I have long strings, when I scrolled to the right, the numbers on the left where not seen.
I have a ListBox. I would like to show line numbers of all items in it. I am thinking of adding another Listbox containing only numbers and synchronize it with the main ListBox. But...
Could you please tell me how I can synchronized scrolls in case of 2 list controls? I would need to synchronized both vertical and horizontal scrolls. Thanks.
I have an application that displays differences between two text files, something similar to comparing functionality of Visual Source Safe.
I am using a CListCtrl with two columns....
Thank you very much for your answer. I am not sure I understand whether it would help to change the GroupBox window's rectangle. If yes, could you please give me an example how I could do it? I tried...
Yes, of course the stored procedure has been updated, that's why 12 parameters are now required instead of 11. I just don't understand why it doesn't see the 12th parameter passed. I don't know if it...
I have a stored procedure, and I call it using ADO.Net and ODBC. And it used to work until I had to add one parameter. Now it gives me a strange error....