I have a window that has a visible bar on one edge that is intended to pop out the actual UI. I want the UI to be transparent other than the buttons sticking out of the bar. But as soon as the mouse goes over the transparent section it triggers a mouse leave event and the buttons snap back in...
I am trying to get the count of all entries per day for 14 days. Days where there are 0 results I want to return as 0. My current SQL that gets the data I need but only for the days with data:
select COUNT(ID), DATE_FORMAT( madeTime, '%Y%m%d') from test where topicID=X group by DATE_FORMAT(...
Odd problem with php, if I call index.php it works fine. Try index.php?x=1 and I get No input file specified.
I assume its a config error but I just can't find the cause. I have configured php a few times before and never had this happen, maybe something to do with the newest version.
Anyone...
I have been trying for the past few days to get a list of the running applications, the window title (window class would be nice) and the applications path and exe file. I have had some success with enumwindows, getting the windows processId (via GetWindowThreadProcessId) then finding the...
I need to get a list of installed applications and the location of the exe. This data will be presented to the user is a nice clean list showing the icon and application name (I will shield them from the exe name).
I have tried a number of methods...
I am trying to simulate an open as dialog(like the one you get when you right click a file in Explorer) but just can't get it.
I played about with ::ShellExecute(NULL, NULL, "RUNDLL32.EXE", "shell32.dll,OpenAs_RunDLL " ,NULL, SW_SHOWNORMAL); but I have 2 problems with that. First is it brings...
I have a class for a token object, when a token object is created it draws information about the token on the screen along with a button. Is it possible to set a message map for this button so it works? Every example I can find assumes I created the cbutton object in my dialog class, I can't...
Hit a brick wall getting this to work (im a C++ newbie).
I can launch my app no problems with createprocess but then I have problems getting SetWindowPos to do anything with it.
As I didn't have the hWnd I tried to use an EnumThreadWindows to optain the hWnd of the window in a hope that I...
The following script detaches the attachments and places them into a folder. I had it working at one point if you opened the message and it currently works on the first email rather than a selected email. I need it to work on an email that triggers the "before new mail arrives"...
I have never managed to work out how to structure regular expressions and could use some help explaining how and why you would construct a regular expresion to extract the content between 2 html tags.
The tags are <td id=(a numerical value)>(text I want)</td>
I tried this...
I am new to C++ and decided to learn by jumping in. The current sample code I am looking at has a problem with some of its include statements.
The files to be included are in the same path as stld.h
stld.h calls for
#include "3d/file.h"
now file.h calls for
#include...
I have an Intenet Explorer object in my project that monitors web pages and hilites specific information on them as when they load. The problem is that refresh doesn't trigger the download complete event so I have no way to know when to do my scans for information to hilite.
Does any know how...
I have generated a dynamic menu with Createpopupmenu and TrackPopupMenu. My problem is that I have no idea to now detect when and what menu item is selected. Any suggestions?
Thanks in advance
I am shareing a dbase between two apps, basically one adds records and the other displays them. I use sendmessage to let the second app when to update. The problem is that the second app always seems to end up with a version of the dbase one step back from the current version.
eg, I add an...
I have made a web toolbar that users can drag items onto and I capture the URL.
The problem is that the getdata function requires you to specify the format you want to get the data in. When they drag a jpg I get an error because I try to read it as a string and not a binary. How do I get...
I need to use the various Win32 cache functions but have no idea how to expose them to VB. Does anyone know how to get access to the functions or a web site that might have the info.
Thanks
I'm trying to get all the links out of a web page, getting the urls the links go to isn't a problem, but does anyone know how to get the link text.
eg <a href=demo.html> I WANT THIS TEXT </a>
anything inside the <a href> part is not a problem, IE exposes all the methods required to get that out...
I have created a web toolbar that requires the user to login.
Currently I am using
inet.OpenURL("URL.cgi?username=" & txtUserName.Text & "&password=" & txtPassword.Text)
to send the login request but the users password is visible in the browsers progress bar. Is it...
This is the uninstall command for an acitveX control I have made.
rundll32 advpack.dll,LaunchINFSection TLregmods.inf,UnInstall
Can anyone help me with calling this from withing visual basic? I need to be able to uninstall the control that is in use so it can be upgraded.
Or the URL of...
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.