Posts

delphi - Website talking to client application? -

I am working on a desktop application in Delphi 2007 and on a website where content data is maintained for this application To view this website, the user is basically limited to Internet Explorer 7 or higher. (Not going to support the rest.) The website I'm looking at is a way to add that link, which means that one of my previously running applications is an ID From the website it will tell you to choose certain records. It looks simple, but it is slightly more complicated than this, in the application, the user selects a file for the user's customer. You can find a list of those products in this list. Their client - who sits next to the user - just searches on the website and chooses the product to be added. (Or the user chooses one for it.) The second life is capable of doing this by supporting a new protocol for the web browser. In this way, the second life of the link: // Jinjever / 240/72 / Second Life will bring you to some place. (Unless you have installed Sec...

SQL LEFT JOIN return 0 rather than NULL -

I want to be included in two tables, with the number of records for each type of count, if that type in the left table There is no record of I do not want to return 0, do not tap. How can I do this? / html>

c++ - How to make MSVC debug builds run faster -

We have a large C ++ application, which will sometimes run us as a debug build to check for bugs. I need debug build is very slow compared to release build, at almost point of being useless What tips are available to make an MSVC debug, can be executed faster without sacrificing debugging? select #pragma optimize ("off") of selected files It wants to debug a release in the top, it gives a better stack trace / variable view. Works well if it's just some files that you need to pursue a bug.

c++ - Retrieving DLL name, not calling application name -

I wrote two com classes in C ++, in which an MFC is contained in DLL. Those third-party applications are being loaded as plugins. How do I get the filename and version number of DLL from those classes? The main DLL entry gives you the handle of your DLL. extern "c" int APIITI delmen (histine HInstance, dword dwReason, lpvoid lpReserved) and GetModuleFileName (HInstance, buffer, MAX_PATH); can be used to obtain DLL's filename. GetFileVersionInfoSize GetFileVersionInfo The file version will be used to receive.

flash - Is it possible to change the point which as3 considers when setting the x,y position of a textField? -

I have a text field and I'm setting its position for example x = 5, y = 5. So I like it: 1-2-3-4-5-6-7-8- 9-x 2 3 4 5 6 text 7 8 9 x Is it possible to set the text field in such a way that XI value is applied to the bottom corner of the text field such as 1-2-3-4- 5-6-7 -8-9-x 2 3 4 text 5 6 7 8 9 x Hopefully I explained myself correctly. Thank you in advance David You have textfield and override With update display () you will need to calculate that there is no way to set the proper logic originally on a display object.

What's the fastest way to check if a web site is up in Perl or C? -

I'm trying to check if a web site is up and running or not. I am currently doing this with the UserAgent Library in Perl 1. However, it is still very slow for me. I call script every five minutes from the cron. There are lots of links to investigate and it takes more than five minutes to complete the script execution. Therefore, I need a more effective way to do this. It can also be a solution in C. The following ways to speed it up: Just check that Can we set sockets for 80 ports of target port, do not actually receive an HTTP request or just send a simple head request. It's fast to use multi-threads.

html - Flash AS3 url link to open separate swf in an iFrame -

I'm trying to use the swf menu to change the content swf below in an iframe so that the menu There is no problem in loading it, but adding the button is having trouble. My flash code is: homeButton.addEventListener (MouseEvent.CLICK, HomeButtonFunction); Function Home Button Function (Event: Mouse Event) {var targetURL: URLRequest = New URLRequest ("http: // SiteTiltload"); NavigateToURL (targetURL, "_iframe"); The html code for iframe is: & lt; Iframe src = home.html name = "iframe" width = "630" height = "300" frameborder = "0" scrolling = "no" & gt; & Lt; / Iframe & gt; Thanks for any help :) menuIframe or just something other than iframe . & lt; Iframe src = home.html name = "menuIframe" width = "630" height = "300" frameborder = "0" scrolling = "no" & gt; & Lt; / Iframe & gt; I can not really tell ...