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
~1K People Reached
Favorite Tags
Member Avatar for akoloff

I am recently converting an application to the office style look, with a ribbon menu instead of regular menu. Surprisingly, I cannot change the title of the main window when using SetWindowText(). GetLastError() return success. The title which is displayed comes from IDR_MAINFRAME string and isn't changing no matter what …

0
50
Member Avatar for akoloff

I am wondering if it is possible at all to do the following things with modal dialog: I want some kind of task scheduler to automatically open dialog and execute the code, which is envoked usually by pressing the button inside the dialog. The problem is as soon as I …

0
47
Member Avatar for akoloff

i have search the forums and although this problem is nothing new, i have not found any solution to it. If anybody knows the solution please reply. the problem started with ie6 and i have downloaded and installed ie7 in attempt to fix it but the problem is still there. …

Member Avatar for agogddy
0
231
Member Avatar for akoloff

It seems like my hosting server does not support inet activex control for whatever reason. Is there any alternative to the inet control to retrieve the contents of url I'm looking for?

Member Avatar for Andy Greenwood
0
120
Member Avatar for akoloff

I want to capure events sent by the standard download message box (dialog box?). That is, I want to know if download was initiated ("Save") or cancelled ("Cancel"). Is there any way to capture those events from the page where the message box was envoked?

Member Avatar for william_stam
0
85
Member Avatar for akoloff

Ever since I added InetCtls.Inet control to my ASP pages I started experience the following problem: After a little while the pages containing this control can't open and hang. When I go to the Task Manager I see that dllhost.exe with username IWAM_COMPUTERNAME is taking all the CPU time and …

Member Avatar for campkev
0
104
Member Avatar for akoloff

Here the code where I'm trying to set last-accessed attribute of the file to some value. [code]hFile = CreateFile(szDestName.GetBuffer(255), GENERIC_WRITE | GENERIC_READ, FILE_SHARE_WRITE | FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, 0); GetFileTime(hFile,&createTime,&accessTime,&writeTime); writeTime.dwHighDateTime -= 1000L; accessTime = writeTime; SetFileTime(hFile,&createTime,&accessTime,&writeTime); // at this point access and write(modified) times are equal CloseHandle(hFile); // at …

Member Avatar for Ancient Dragon
0
159
Member Avatar for akoloff

to protect the shareware program how do i detect that system time/date has been changed or reset i want to stop my shareware program if i detect that the clock been reset. how do i do that?

Member Avatar for Rashakil Fol
0
74
Member Avatar for akoloff

this seems to be a very simple problem, but i just can't get it done. how do i set a variable which is to display url response? let's say my request is "http://domain.com/datavalue.htm". the request returns some value ( let's say "30.0" ) when i use it with browser. now, …

Member Avatar for Troy
0
196
Member Avatar for akoloff

this seems to be a very simple problem, but i just can't get it done. how do i set a variable which is to display url response? let's say my request is "http://domain.com/datavalue.htm". the request returns some value ( let's say "30.0" ) when i use it with browser. now, …

Member Avatar for william_stam
0
141
Member Avatar for akoloff

i want to delete part of a binary file, let's say 12 byte record somewhere in the middle of the file. i can think of only one thing: - put the file pointer on the spot - shuffle all the following records up there're gotta be a better way ... …

Member Avatar for Narue
0
71