The MASM Forum

General => The Campus => Topic started by: buku on September 18, 2016, 09:35:52 AM

Title: how to show this window in vkdebug?
Post by: buku on September 18, 2016, 09:35:52 AM
how to show this window in vkdebug?It can insert code fastly,but I don't know how to display it.
(http://imgsrc.baidu.com/forum/pic/item/f407eb1b0ef41bd520fb5d4656da81cb38db3df5.jpg)
Title: Re: how to show this window in vkdebug?
Post by: jj2007 on September 18, 2016, 10:16:32 AM
Why do you want to show this image in vkdebug?
Why not in a normal window?
Title: Re: how to show this window in vkdebug?
Post by: buku on September 18, 2016, 01:17:45 PM
Thank you for your reply, the problem has been resolved, it is a plugin named  "CodeTemplates" for Radasm :bgrin:
Title: Re: how to show this window in vkdebug?
Post by: ragdog on September 18, 2016, 11:47:56 PM
This picture is not from radasm (CodeTemplates)
Title: Re: how to show this window in vkdebug?
Post by: GoneFishing on September 19, 2016, 12:19:33 AM
Google Images Search tells :
Best guess for this image:  shanghai pudong development bank  (https://en.wikipedia.org/wiki/Shanghai_Pudong_Development_Bank)
Title: Re: how to show this window in vkdebug?
Post by: jj2007 on September 19, 2016, 12:39:28 AM
include \masm32\MasmBasic\Res\MbGui.asm
Event Paint
  GuiImage "ShowImage4buku.jpg", fit
GuiEnd


Requires MasmBasic (http://masm32.com/board/index.php?topic=94.0). Source and exe attached.
Title: Re: how to show this window in vkdebug?
Post by: MichaelW on September 19, 2016, 04:34:15 AM
I have seen the image change, more than once now, so I think the post doesn't make sense because it's an ad scam.
Title: Re: how to show this window in vkdebug?
Post by: adeyblue on September 19, 2016, 05:15:45 AM
Nah. It seems Baidu just don't allow image hotlinking. If you c&p the address and navigate directly, it displays a picture of a UI which I guess is the titular program.
http://imgsrc.baidu.com/forum/pic/item/f407eb1b0ef41bd520fb5d4656da81cb38db3df5.jpg
Title: Re: how to show this window in vkdebug?
Post by: jj2007 on September 19, 2016, 06:29:04 AM
Strange. Navigating directly doesn't display anything interesting, but downloading and displaying works for me, see attached exe.