I need a "toolbar"-like control (for my "Windows.Form"-based Document Viewer application) with functionality similar to modern ("Microsoft Office", etc.) products:
I want to have an ability to represent it floating over, or docked to the top of the main window; to have entry fields on it (like...
My application (Windows service) should wait for new XML files arriving in a specified directory and process them. To do this I use notification mechanism based on "ReadDirectoryChangesW" API with "FILE_NOTIFY_CHANGE_FILE_NAME" flag. After receiving a new notification and...
>>What exactly are you trying to achieve?
Well, I'm trying to do some processing of records based on one criteria and remove them based on another criteria (different, but related in some way to the first one - kind of processing/archiving). And I do not want to break it into 2 separate pieces -...
It is not relevant to call MoveFirst() before the loop because newly retrieved recordset "is automatically positioned to the beginning", so the very first MoveNext() is equivalent to MoveFirst() in this case - it's clearly said in documentation and actually is a result of real test...
When I try to access "MS Access" .mdb database using "native" Microsoft.Jet.OLEDB.4.0 provider I'm experiencing a problem with deleting of multiple records from previously retrieved recordset.
Here is an example:
// first, I open database in very usual way using ATL-based...
When I try to access "MS Access" .mdb database using "native" Microsoft.Jet.OLEDB.4.0 provider I'm experiencing a problem with deleting of multiple records from previously retrieved recordset.
Here is an example:
// first, I open database in very usual way using ATL-based...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.