Firefox Extension That Was Written In Program 6?
Jan 18, 2011
Is there some Firefox extension that was written in VB.NET / VB6?
Would be nice to have a template for changes.
I have to intercept the Firefox reloading of data (XML data refreshed regularly by some javascript routines).Pretty much as the extension "tamper" does it (url...)
View 4 Replies
ADVERTISEMENT
Nov 21, 2011
I created the upload page using with FileUpload server control. And I used regular expression validator to validate file extension.
<asp:FileUpload ID="AttachmentUpload" CssClass="text" size="58" Width="376px" IE:Width="385px" runat="server"/>
<asp:RequiredFieldValidator SetFocusOnError="true"
ID="AttachmentUploadRequire"
runat="server"
[code]....
It is Ok for chrome and IE but not Ok for firefox.
View 2 Replies
Jul 22, 2011
[vb.net] I want to create the program Firefox Optimizer
View 1 Replies
Jul 22, 2011
[vb.net] I want to create the program Firefox Optimizer I want to approach. I should start ? For example this program [URL]
View 1 Replies
Apr 5, 2009
how to make a program that reads the url of ie or Firefox.. really Want to make a program like this ..
View 7 Replies
May 5, 2012
I need to make a program that will log into various websites in firefox. I have done this using the webbrowser control. But now I need to do it using Firefox. I have looked into HTTPWebRequests but with that it seems that you are just pretending to be a web browser. I actually need the page to load and log in in firefox. Considered just bundling a load of sendkeys in but that is very un-professional.
View 1 Replies
Feb 18, 2011
I made a program yesterday. I have a webBrowser in my program. The webBrowser uses Internet explorer as its default browser. I would like to use firefox as the internal default browser. How do I do this without having to launch a separate program?
View 1 Replies
Nov 25, 2009
I have a VB.NET User Control (compiled in VS 2008 into a Class Library DLL that is COM interop enabled). This is embeded into a HTML page (using its GUID), is driven by Javascript method/property calls and sends feedback back to the HTML page using <script for="id" event="method()> tags. It was developed for (and works great in!) Internet Explorer.
I am now looking at the possibility of porting this VB.NET Class Library DLL to Gecko-based browsers such as firefox 3.5 based on customer demand. I've downloaded the Mozilla development code, but all the examples are in Visual C++ 6.0.
From what I understand from the Mozilla docs, I should be able to register a specific media type against my DLL (installed in the firefoxplugins directory) and, as long as it supports the correct interface/DLL methods, I should be able to use the object tag to embed in the same way as IE.
I don't mind having different web-pages for IE and Firefox but I don't really want to re-write the VB.NET control in Visual C++ and ideally I'd like to use the same code base for both.
I've googled but not found any examples so I'm guessing this is either hard or impossible! :
(1) Has anyone done this and has a hello world style example?
2) How would I code the VB.NET methods/classes so they appear the same as ones built using Visual C++ 6.0[code]...
View 7 Replies
Apr 7, 2010
I have a contact manager program that I'd like to design for multiple network marketing companies. My desired structure would include a core program which covers basic contact management functions. After that one could purchase a module for their specific network marketing company. This module would contain a variety of controls that the original program would need to be able to manipulate. Here is an example of what it would have to have:A group box containing buttons that link to a genealogy view, and the option to import one's donwnline from the back office provided by a company.A panel which is displayed on the contact page allowing the user to input business information or which will be filled by importing a downline from the back office: ie business ID, qualification level, sponsor information etc.a panel displayed when one searches for contacts on the contact list page which allows the user to sort based on information such as when they joined, what their business id is and so forth.a panel which is displayed in a personal business overview page which presents to an individual how many people in their downline are at each qualification level and develop a mailing list for individuals of a certain qualification level.
I have the code developed to perform all these functions, I just wanted to give you an example of what needed to be done. I'm thinking that what I'm trying to create is a library that one can download and the program will recognize, but I'm not really sure where to go. What I'm really trying to do is figure out what kind of file I can make that will contain all this code and the GUI information that the program will recognize.
View 2 Replies
Nov 22, 2011
I have question to ask.
I have a dll file written for reading&writing data on USB.To use dll in VB.Net, one needs to integrate a .vb file which interface to that dll file to use its functions, properties etc..
What I need is to use this dll in a C# project. is this possible?[code]...
View 3 Replies
Jan 2, 2010
I just want to know whether I can use "Reflector" to disassemble a Program written in DOS and go through all the Codes of that program to learn how that program was made? If the "Reflector" is not the one for DOS Program, could you recommend a Free Disassemler for DOS Program?
View 5 Replies
Mar 21, 2011
I have a program written in VB 2005, the computer used to write the code was running in Windows XP and 32 bit Pentium D. Now, my boss want to buy a new computer to run the program, and he wants the one that comes with Windows 7, 64 bit. Can my program run in the new computer without any problem? Or, is there anything that I need to change for it to run there?
View 12 Replies
Mar 30, 2011
I have never used Visual Basic before.
I have some source code for a project to look at. How can I tell whether the code has been written in VB or VB.Net?
View 4 Replies
Oct 1, 2010
I have been trying to create a timer program with VB 2010 to the accuraccy of 0.05seconds (If possible, 0.01s)I insert a timer into the form (Timer1, Interval - 50).[code]But when I run the timer for 1min, the recorded time was 48.05 sec.How can I make my timer more accurate? Is there anything i have done wrongly with the code?
View 2 Replies
Jan 4, 2010
Is there an easy way to convert a program written in VB 4 to VB 2009 Express? VB 2008 wil not open a .MAK project.
View 7 Replies
Oct 5, 2008
i have written a small program to set wallpaper on the desktop when i change the wallpaper then if I refresh the desktop then problem is that,wall paper is disappeared and a blue screen comes.secondly i want few changes i want to set wallpaper as Tile,Center and stretch i want to use radio buttons on the form for this purpose so how can i make these changes.
View 1 Replies
Mar 29, 2010
I have the below C# Lambda function and I need to convert it to a VB.Net code. I tried many times but I couldn't convert it the right way. [code]...
View 10 Replies
Oct 5, 2010
VS 2008 VB/I've implemented an interface to a .com program written in c++. I'm trying to access a data structure array(uNewValues) of type PLCCOMMLib.ANALOG_CONTIN. uNewValues should be a datastructure array of several elements (iSigIDCount). My problem is I only get the first array element of the datastructure.I've tried several methods and looked into marshalling but don't understand how to implement marshalling if that is the correct option.
Code below:
Public Sub AnalogContinUpdate(ByVal iSigIDCount
As Integer,
ByRef puTimeDateStampGMT As PLCCOMMLib._FILETIME,
ByRef uNewValues As PLCCOMMLib.ANALOG_CONTIN)
[code]....
View 2 Replies
Jul 23, 2009
I have a small program on the menu written in VB6 retrieve data from Acess run very fast and now want to switch to VBNet2008. VBNet2008 conversion is still normal, but when running the menu does not appear that waiting in line, then click on the menu bar of this menu appears, but not the font is in Unicode data is available. Expect you to help debug programs that run on VBNet2008 still running good access Menu fast as running on VB6. Also supported is Unicode font on VBNet2008 does not function for unicode font. Attach program with VB6 and VB2008.
[Code]...
View 2 Replies
Oct 16, 2010
'i have written the following code:
Private
Sub Combo_Mth_KeyPress(ByVal
sender As
Object,
[code]....
'even thogh it seems to clear the text and select default text yet user written 'keyword appears in the text area of combobox?
View 3 Replies
Sep 6, 2009
After upgrading code to VS2010, the error "MSB3134: The permission set requested by the application exceeded the permissions allowed by the Internet or Intranet zones. Select Full Trust or to continue using partial trust, define your custom permission set in the Security Page of the Project Designer. Bentley Software Loader". The same code ran fine in VS 2008
View 3 Replies
Dec 20, 2011
I am parsing a web page with the HTML agility pack in vb.net and it works great most of the time, but I have come across a site I need help with.
When I go to grab the web page with my http object (I am using chilkat http and it does not have a javascript engine) I get back the page which is poorly written with document.writes for basically the entire page.
I do not want to use the browser control to first render the page.
Do you know of anything that will allow me to parse this page easily with xpath... does xpath work with javascript? Is there a way for me to remove the javascript with the agility pack?
View 1 Replies
Nov 16, 2010
i need the codes which written in the key press events to enable me to connect barecode to my program
View 6 Replies
Jul 25, 2009
I know pretty much how to save information into a text file from runtime VB2005. However, I wish to be able to write the information into any kind of form of file that cannot be simply opened and read by anyone (such as text file can be). Is there anyway that VB2005 can do this?
View 3 Replies
Aug 3, 2011
I have VB 2008 Express installed in my PC. I downloaded a program source code written in VB6 but could not open the files. What do I need to do to get this codes displayed.
View 4 Replies
Aug 15, 2010
Is There any Function For changing a file extension in .NET?[code]...
View 4 Replies
Feb 20, 2012
How do import all files whit the same extension (whit extension i mean all for example .exe files or .avi files) directly in an listbox as the program loads. [code]...
View 4 Replies
Dec 3, 2009
Why would I use an extension method instead of just creating non-extension sub or function?
For ex, I could have an extension function called IsNullOrEmptyOrAllSpaces on String, which does a check as its name implies. Or I can write a stand alone function that does the same thing. Other than having the extension show up in Intellisense, is there any advantage? Is a call to the extension quicker/more efficient than a call to a regular function?
View 8 Replies
May 29, 2009
I am a sys admin for a company and our programmer left several months ago. a program they wrote is now failing and i am struggling to work out why. the program basically pulls data from a csv file into a readable form, written in visual basic. the application works on a couple of machines but not on a couple of others. i have matched up .Net framework versions, MS Primary Interop Assembly versions, still no joy. As the app works on some pc's i am wondering what other differences could cause this?
The error output is:
see the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
Exception Text
CODE:
JIT Debugging
To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
CODE:
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
View 8 Replies
Dec 2, 2009
I am making a program thats writing to a file. Another program is also writing to the file. Its a txt file. My program adds some text to it.When i click a button in my program, i first want it to check if i was the "last" program who wrote to that file. If i was, then it should not write. If i wasn't, then it should write to it.
I don't know a good method for this, but i know 1 method:after the program has written to the file, it gets the size of the file and saves it. Then next time it gonna write, it checks the size of the file and compared to the saved one. If its the same, it was my program that wrote to it last.
View 5 Replies