"Hacking" A Shockwave Applet Thing And Getting Values Of Var?
Nov 14, 2009
get the pitch/frequency of the sound entering my computer's default microphone, and keep feeding that into an integer in my VB.NET application. But I'm pretty sure that I'm not advanced enough in VB.NET to use DirectSound to do this.I was thinking of a concept similar to one that CheatEngine uses to "look into" the variables of the flash game thing. Is that easy to do?
View 8 Replies
ADVERTISEMENT
May 20, 2011
I have a timer calculate the mean and stddev from listbox items. However my code seems not to be the best. After a while my app is slowing down, other timers is hacking ...[code].......
View 10 Replies
May 3, 2010
how to run java applet from vb.net form its like when pressing a button in vb.net form the applet will run
View 7 Replies
Jul 11, 2009
is there anyway to convert my VB application to a web based applet
View 9 Replies
Dec 12, 2009
I use the following coding to show six images from the latest photo album i uploaded picture to. However the images being shown are the 1st six images in the folder (which are the ones the oldest uploaded) not the final six images uploaded.Anyone can help me what should i change in the following coding to show the last six images in the folder.
<%
latestfolder = "na"
latestdate = cdate("01/01/09")
[code].....
View 1 Replies
Apr 7, 2010
I have created a submit button "sbutton" that should take all totals from 3 boxes and if that total is greater than 1, then it should be subtracted from 1 and the remainder is suppose to be displayed as change...this is what i have
public void actionPerformed(ActionEvent evt) {
if(evt.getSource()==sButton){
change.setText(---"I DON"T KNOW WHAT TO PUT HERE")
[code].....
View 1 Replies
Nov 10, 2009
I am trying to navigate the URL to an applet login interface. Is there a way to determine if the applet is ready to take input? You know when Java is loading. My timing is not right, and I want to be able to make it stable by determining when Java applet login object is in a ready state.
View 1 Replies
Apr 15, 2012
It's my first time to use this component and I manage to simply load a simple website in my program. My question is, how do you handle webpages that loads a java applet? I am able to load a webpage login form via navigate function and successfully logged in too, but now here's the problem, when I click a link, the page will load a java applet, how can I handle this?
View 1 Replies
Apr 13, 2010
accessing data in a Java applet using Visual Basic? I need to do some research on whether or not it is feasible for the project I am working on, but it has been difficult to find any information.
View 1 Replies
Jun 13, 2009
i am using IE7Clone from
[URL]
I also commented
Enum oCommands As Long
Options
Find = 1
[Code]....
View 4 Replies
Jun 4, 2010
So here is what I have working: frmMain loads and detects the screen resolution. If the resolution is too low (below 1024x768) it tells the user to turn up the resolution.From here they can either click Yes(to open the display properties control panel)
or No to close the program.I have this working: clicking yes opens the control panel (desk.cpl).I need the program to wait until the user click OK/closes the display properties window; the control panel opens and frmMain continues to run instead of waiting.
This is what I'm doing so far:
result = Shell("rundll32 shell32,Control_RunDLL desk.cpl,,3", AppWinStyle.NormalFocus)
What comes next in terms of pausing the program until the window closes?
View 5 Replies
Jan 29, 2011
Ok i'm loading a webpage in the WebBrowser Control, but what i need to do is manipulate that webpage. Here is the webpage (you will probably need to take a look so you know what i'm talking about). [URL] Now i'm trying to remove the advert at the top of the webpage OR somehow get the handle of the Java applet and set it to an x and y co-ord on my form.
View 2 Replies
Jun 19, 2009
In the process of upgrading one of our applications, it was decided that the users needed an image viewer. We already have a browser based application that does a great job at that task. Since a lot of time and effort was put into the browser based code, I really want to use our browser based viewer rather than write new code to do the same.So, I've added a WebBrowser control to a form and figured I will call our Java applet from there and not re-invent the wheel.
View 2 Replies
Oct 30, 2009
I have a shockwave on a form in my VB.NET application. Everything works great. Although, when a user right-clicks over the flash movie a flash context menu is displayed. How do I use the form contextmenu on flash??
View 1 Replies
Feb 12, 2011
I put a shockwave loader into my VB.Net application. When the shockwave loads, it opens about 20 different IE windows and says page cannot be found, while correctly loading the shockwave movie into the application. It's bizarre... how do I fix this? Not even sure if I should post this in this forum or a flash forum.
View 5 Replies
Dec 3, 2009
I am trying so that when the webbrowser has completed, It gets a SWF flash into a shockwave movie. Things i've tried.
[Code]...
View 2 Replies
Jul 16, 2007
how do we add a shockwave flash object to visual basic 2005 express edition without the message saying: Failed to import the active-x control. Make sure it is properly registered.
View 11 Replies
Aug 17, 2009
how do we add a shockwave flash object to visual basic 2008
View 4 Replies
Apr 7, 2010
I'm trying to add it, but it will not show it in my tool bar. I click project, add reference, switch to COM tab, and click shockwave flash and then click ok. I have done this multiple times, and of course it doesn't get shown in my tool bar. Why is this/ how can I fix this?
View 1 Replies
Oct 11, 2009
I did a little search on here and google, I tried to find the answers for how to change the aspect ratio on shockwave but there is no answers. Is it possible to change the pixel ratio on shockwave?? I hope there is solution for my needs.
View 10 Replies
Oct 12, 2009
how to change the aspect ratio of the frame size on shockwave. I have tried to use the property but it's not there. In which methods of the properties that I can control the frame size on flash?
View 4 Replies
Apr 11, 2010
i want to play multiple swf files in a single shockwaveflash object instance one after other as a playlist..
so how can i create a playlist for shockwaveobject...in vb.net
View 1 Replies
Oct 14, 2009
Now i have this Shockwave component in my formBut how to select a movie to thisregardsalvinALK
View 1 Replies
Oct 11, 2009
how to change the aspect ratio on shockwave but there is no answer.
View 13 Replies
Nov 9, 2009
I have a form with contextmenu where you can get the menu items on shockwave. I uses the menu items event to get the method of working when clicking them on shockwave by using right-mouse button. When I debug the project and when I clicked on testmenu item, nothing have happens.
Form Code:
Code:
Public Class Form1
[code].....
View 7 Replies
Nov 9, 2009
I have a form with contextmenu where you can get the menu items on shockwave. I uses the menu items event to get the method of working when clicking them on shockwave by using right-mouse button. When I debug the project and when I clicked on testmenu item, nothing have happens.[code]Please can you tell me why it doesn't do anything when I click on testmenu item?? And please can you help me to get this fix by when I click the point on shockwave to get the contextmenu items then click them to get the menuitems fully in working order??
View 2 Replies
Dec 29, 2011
i have a simple app of one form.on this form there is:
webbrowser -
axshockwavecontrol -
combobox -
[code].....
View 2 Replies
Nov 22, 2009
I would like to set the label background to none where I could see the shockwave behind the label, but I couldn't be able to do that. How can I set label background to none so I would easily to see the shockwave?
View 1 Replies
May 13, 2010
I am working on a project that I want to make a single click on the shockwave control to display the messagebox. Well, I ran a form without make any click on the shockwave and the messagebox displaying automatic.
[Code]...
View 1 Replies
Apr 11, 2010
have placed picturebox in front of shockwave control and I can see the picturebox black color. I would like to know how I could use picturebox as shockwave transparent??
View 2 Replies