 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; DialogBox</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/development/dialogbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 00:35:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Memory leak while running a dialog that is derived from CAxDialogImpl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/memory-leak-while-running-a-dialog-that-is-derived-from-caxdialogimpl/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/memory-leak-while-running-a-dialog-that-is-derived-from-caxdialogimpl/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 14:15:28 +0000</pubDate>
		<dc:creator>ShilpaSatavalli</dc:creator>
				<category><![CDATA[DialogBox]]></category>
		<category><![CDATA[Open Dialog]]></category>
		<category><![CDATA[VC Programs]]></category>
		<category><![CDATA[VC++]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I have taken a MFC dialog application. I derived a class called CMyDialog from CAxDialogImpl. I created an object of CMyDialog and called DoModal(); The application runs but i found a memory leak. I learnt that the memory allocated by HeapAlloc is not freed. Where do i free this? Please help me. Sumee]]></description>
				<content:encoded><![CDATA[<p>Hello,</p>
<div></div>
<div>I have taken a MFC dialog application. I derived a class called CMyDialog from CAxDialogImpl. I created an object of CMyDialog and called DoModal(); The application runs but i found a memory leak.</div>
<div></div>
<div>I learnt that the memory allocated by HeapAlloc is not freed. Where do i free this? Please help me.</div>
<div></div>
<div>Sumee</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/memory-leak-while-running-a-dialog-that-is-derived-from-caxdialogimpl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do you create a dialog box in Login script?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-you-create-a-dialog-box-appear/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-you-create-a-dialog-box-appear/#comments</comments>
		<pubDate>Wed, 13 May 2009 02:31:26 +0000</pubDate>
		<dc:creator>Harry0squirrel</dc:creator>
				<category><![CDATA[DialogBox]]></category>
		<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Login scripts]]></category>
		<category><![CDATA[Telnet]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[My OS is WinXP. My telnet software is AbsoluteTelnet. I have this script which logs me into the central server and displays a message box. I was thinking, instead of copying and pasting in POP addresses, I would like my message box to become a box that holds 45 different POP names ( DNS names [...]]]></description>
				<content:encoded><![CDATA[<p>My OS is WinXP. My telnet software is AbsoluteTelnet.  I have this script which logs me into the central server and displays a message box. I was thinking, instead of copying and pasting in POP addresses, I would like my message box to become a box that holds 45 different POP names ( DNS names ). When clicked on a POP name it automatically copy and paste into telnet session. </p>
<p>This is how I do it. MY PC &#8211;connects to CENTRAL SERVER via AbsoluteTelnet.<br />
From CENTRAL SERVER I telnet to 45 different POP sites. Every day the same thing, you can imagine how tedious and boring it gets. </p>
<p>I open AbsoluteTelent, it automatically logs me into the Central Server by using a login script I modified. Now I want to press F1 (or which ever key I assign) to run a script that displays a box with 45 POP sites. I click on a POP site dns name, box disappears, and the DNS name appears on my telnet session like this: </p>
<p>Central_server% telnet POP_123-Cisco_box2a</p>
<p>Central server has a different username and password. All 45 pop site share a common password that isn&#8217;t the same as the central server.  central server is basically like a gatekeeper.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-you-create-a-dialog-box-appear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Dialog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/custom-dialog/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/custom-dialog/#comments</comments>
		<pubDate>Mon, 04 May 2009 10:01:50 +0000</pubDate>
		<dc:creator>Ragas</dc:creator>
				<category><![CDATA[Custom dialog]]></category>
		<category><![CDATA[DialogBox]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am using a custom dialog box once it gets poped up all the back ground should be disabled.But I am not able to disable few fields like drop downs that tooo only in IE. It works fine in Mozilla. Can any body suggest &#8230; Thnx in adv]]></description>
				<content:encoded><![CDATA[<p>I am using a custom dialog box once it gets poped up all the back ground should be disabled.But I am not able to disable few fields like drop downs that tooo only in IE. It works fine in Mozilla.<br />
Can any body suggest &#8230; Thnx in adv</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/custom-dialog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lotus &amp; Domino 7 Application Development Query</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-domino-7-application-development-query/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/lotus-domino-7-application-development-query/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 10:56:34 +0000</pubDate>
		<dc:creator>Supermum</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[DialogBox]]></category>
		<category><![CDATA[Lotus development]]></category>
		<category><![CDATA[Lotus Domino 7.x]]></category>
		<category><![CDATA[Lotus Notes 7.x]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a multiple choice dialog field with 16 sorted choices, 8 beginning &#8220;Additional&#8230;&#8221; &#038; 8 beginning &#8220;Repeat&#8230;&#8221;. Users will select up to and including 4 choices (any combination of Additional or Repeat). I have 4 computed fields that I wish to inherit each choice made in the dialog list order. i.e. computed field 1 [...]]]></description>
				<content:encoded><![CDATA[<p>I have a multiple choice dialog field with 16 sorted choices, 8 beginning &#8220;Additional&#8230;&#8221; &#038; 8 beginning &#8220;Repeat&#8230;&#8221;. Users will select up to and including 4 choices (any combination of Additional or Repeat).  I have 4 computed fields that I wish to inherit each choice made in the dialog list order. i.e. computed field 1 will always inherit 1st choice in sorted dialog list, computed field 2 will always inherit 2nd choice in dialog list etc.  If user selects i.e. only 2 choices then computed fields 3 and 4 will remain blank.<br />
Junior developer asking for assistance please?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/lotus-domino-7-application-development-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to open media fils?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-open-media-fils/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-open-media-fils/#comments</comments>
		<pubDate>Thu, 08 May 2008 09:45:48 +0000</pubDate>
		<dc:creator>Shwetha</dc:creator>
				<category><![CDATA[DialogBox]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[Visual Basic 6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to open media files using vb6 using dialogbox control please get me the codings to open and to read]]></description>
				<content:encoded><![CDATA[<p>how to open media files using vb6  using dialogbox control please get me the codings to open and to read</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-open-media-fils/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.025 seconds using memcached
Object Caching 585/668 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 03:11:29 -->