Make A Mini Browser For IT Department?
May 11, 2009
I want to make a mini browser for my IT department. I want to have buttons that will load internal websites and log in. I understand how to load th epage but have no clue how to pass the log-in information.
View 3 Replies
ADVERTISEMENT
Jun 12, 2009
i am a student of b-tech i want a ppt for my mini project i.e. web browser using vb.net .
View 4 Replies
Apr 24, 2011
creating a mini mp3 library and a mini mp3 player?
1. With the library, should I use a database or how would I create a file holding Title, Artiste, Filepath to MP3 file.
2. With the player, is there a built in mp3 feature in Visual Basic Express Edition 2008?
View 2 Replies
Jan 7, 2010
How can I make a floating toolbar (like the font toolbar that appears when highlighting text in Word 2007)?
I would like it to appear at a given point when mouse is clicked.
View 9 Replies
Apr 29, 2007
Im using VB2005 express and the app im creating uses the web browser control.Basically I want to know if its possible to make the web browser control connect through a different ip address and port from your default web browser.
View 7 Replies
Feb 12, 2012
I coded a web browser over the course of a year called Nova - very advanced with tabbed browsing, bookmarks, homepage, history, etc etc etc etc. I could go on all day about how advanced it is. But.. there is one flaw. You cannot make it the default browser; I don't know the code!I already know the CommandLineArgs stuff so it actually opens the HTML file rather than just opening the program; in fact, I already can make files open with Nova completely. It's just the other stuff - you know, when a website is to be opened from a help file or something, it opens with Nova, Windows recognises it as the default browser, stuff like that.
View 3 Replies
Feb 11, 2012
Other topics around the Internet are all unfinished topics, so I'll ask this myself. How do I set a self-made browser as the default browser? I know it has something to do with accessing the registry and checking what the value is in some places, but I'm not quite sure. Now, I've made this browser called Nova;
very well coded and advanced, tabbed browsing, bookmarks, homepage, history, can change default search provider, uses Gecko as its engine so it's not just an IE shell, etc. It's been developed over the past year and will still continue to be developed. I'm almost ready to release the first version - but I just need this annoyance solved.
[Code]....
View 6 Replies
Nov 14, 2009
How do I make my web browser made in visual basic the systems deafult web browser, as well how do I make a feature that checks that the program is the deafult browser.
View 5 Replies
Jun 5, 2010
I am trying to read infofmation from the database where i list each department and thier subdepartments in the database so i have all departments and subdepartments in one database Called Departments there is also a field called SubDeptID the SubDeptID will have the value 0 if the department is a parent or a top level other wise it will have it's parent DeptID now i used 2 function to try to create this - it seems that the function add only the parents to the listbox but not the childrens?
here are my functions
Code:
Public Shared Sub FillDepartment(ByVal DropName As Telerik.WinControls.UI.RadListBox)
Dim displaymember As String = "DptName"
Dim valuemember As String = "Deptid"
[code]....
View 19 Replies
Jun 14, 2011
I have a collection of a DTO, Department, and would like to extract only one of the columns for all the Department-objects. I know that in C# you can do like this:
List<Department> departments = corporation.GetDepartments();
List<int> departmentIDs = departments.ConvertAll(dep => dep.ID);
Out from my understanding this is use of LINQ, with the argument to ConvertAll() being a lambda expression.
When trying to achieve the same in VB, it seems that one must define a Converter-method:Dim departmentIDs As List(Of Integer) = coll.ConvertAll(New Converter(Of Department, Integer)(AddressOf ConvertDepartmentToInt))Public Shared Function ConvertDepartmentToInt(ByVal dep As Department) As Integer
Return dep.ID End Function
View 1 Replies
Mar 18, 2010
I want to get a list of all users and groups that belong to a specific department (entered by the user) from Active Directory using VB.Net and DirectoryServices.
View 2 Replies
May 12, 2009
I wrote a VB.NET windows service and I'd like to know if there is some library or something that will provide me with a very simple mini web server. If my service is running, I'd just like to be able to type, in my browser:
[URL]
And have a status page popup. It will only be one single page and very simple html. Anyone know an easy way to do this before I attempt it on my own and over-engineer?
View 8 Replies
Mar 9, 2009
Would it be an easy task to convert MINI-BASIC, written using MASM, on over to VB.NET?Here is the Yahoo Groups page for MINI-BASIC: [URL] MINI-BASIC is a modern variation on the old Tiny BASIC language from 1976.
View 17 Replies
Jul 30, 2009
I have created a application that I have installed on the user computer. However, I want the application to be self-updating. But I am not sure if this would really update the application.The application will download all the files from the web server, and replace the files in the directory where the program as been installed to. The user will restart the application.I am just want to be sure, because I can't replace the installed files with the updated ones. As the application will be running. So really the application cannot delete/replace itself
View 5 Replies
Nov 30, 2010
i am taking on some new program ideas! And my first one ist to make a mini vb devoloper i already have a html editor but i would like to make one like .net with the tabs solution exsplore and controls and maybe visual designer if possible. If you know of any ways of doing please let me know i am desprate.
View 1 Replies
Jan 24, 2009
I'm making a WPF form that has a large map as an Image in a ScrollViewer. It also has a mini-version of the map as another image. I want to make it possible to click the mini-version of the map to scroll the big version to a certain area of the map. So I need to do the following:
1. When moving the mouse over the mini-map change the mouse cursor to a square with the appropriate size to indicate what part of the map will be shown.
2. Scroll the big map to the appropriate section when the mini-map is clicked.
View 10 Replies
Nov 16, 2011
I tried a mini encryption with the modulus operator but now I can't DECRYPT what I encrypt.How do I use the modulus operator to decrypt this:
Public Class Encryption
Private Sub btnEncrypt_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEncrypt.Click
'Encrypt digits entered by user[code]......
View 9 Replies
Jul 16, 2009
I just got finished writing a mini on screen keyboard for the xp login screen.Does anyone know if this will be easily possible with Vista, or 7 ?If not, what are the hitches?
I was beta testing 7 until recently, so I don't want to waste time re-installing it for no reason.
View 14 Replies
Mar 6, 2012
I'm writing a program that will be searching files for the user and I need to find a good method to do so. Obviously it will need to filter the search to try to get the best result possible.
View 6 Replies
Aug 3, 2010
I urgently need a working routine which cycles thru all users in an AD domain to find those with the "Department" property set to "XXX" and change it to "YYY".
View 12 Replies
Sep 13, 2011
I need to read data from a GPS logger that plugs into a computer using mini USB.
I need to do this with C# but ive never used C# before so i am completely clueless.
I dont need code right now though the first thing i need to do is just recognise what processes this task consists of. What method is used what are the things i need to do.
I really need it explaining in as simple terms as possible ive tried searching the net for it for hours but terminology is so complicated and im so clueless i dont think i would recognise the correct information if it hit me in the face.
View 2 Replies
Jun 20, 2011
Bit of a long shot but does anyone know if it is possible (I said possible, not easy ) to create a file system mini filter driver in .NET? I'm assuming not but I don't really know of any technical reason why... just that every single example on the interwebs is C++.
I realise it would take me a very long time just to convert all of the functions and structures required to .NET before I even got started on the actual functionality of the filter driver itself but theoretically is it possible?
View 2 Replies
Apr 25, 2010
I'm making a small web browser to put in a program. Basically its a tab control and a button atm, when the buttons pressed it uses the code below to add a new tab and make the tab a web browser. [code] What I want is when I navigate to a web page for the tab name to be the title of the web page (instead of tabpage1, tabpage2 etc). I was told to put the below code in the web browser navigated sub but seeing as that sub isn't available because there isn't a browser in there until its running I have no where to put the code. [code]
View 33 Replies
Mar 3, 2012
-How to use my own browsing history (without adding pages to history of IE)
-How to zoom in and out a page
-How to make my browser remember last page [ before closing (something like a autosaving/opening txt file)
-How to copy Project .exe file and make it work on other pc's (because copying C:Documents and SettingsuseraccMy DocumentsVisual Studio 2008ProjectsProject nameProject nameinDebug doesnt [maybe because framework or something isn't installed in other pc] please explain)
-How to copy with my own button (form selected text in webbrowser) ?
-How to get the icon of Website to a picturebox ( or to webbrowser icon )
-How to block sites (before navigating)
View 4 Replies
Feb 6, 2010
Basically I want to make a Web Browser in VB in which will load up websites, let me login, etc.... but I want to make it change what I see visually on my computer, not the site itself, but what I see when a site is loaded.
Like say I know a website that has spelling errors and code errors and stuff, then I can code for my browser to change those words automatically as the page is loaded, but also being able to login on the website and everything still.
I don't know if this is possible, and I know it's like kind of possible for IE itself with stuff like GreaseMonkey for IE, and the same for FireFox, so how to build an VB app which will do this either directly in IE or from within my own custom VB app?
View 2 Replies
Mar 23, 2010
I actually know do webbrowser but what i need is :
-How to use my own browsing history (without adding pages to history of IE)
-How to zoom in and out a page
-How to make my browser remember last page [ before closing (something like a autosaving/opening txt file)
-How to copy Project .exe file and make it work on other pc's (because copying C:Documents and SettingsuseraccMy DocumentsVisual Studio 2008ProjectsProject nameProject nameinDebug doesnt [maybe because framework or something isn't installed in other pc]
-How to copy with my own button (form selected text in webbrowser) ?
-How to get the icon of Website to a picturebox ( or to webbrowser icon )
-How to block sites (before navigating)
View 3 Replies
Aug 11, 2009
ok guys im wondering how do i make a file browser in vb.net ok 1st i did look around and found 1 tut but seeing as i am a nub i did not understand it so
View 3 Replies
Sep 25, 2008
Could you give me an example of how to make a website?Remember, I was trying to make my business in the future.I will accept the codes if you can give me an example of how to make a website.
View 4 Replies
Oct 23, 2011
I have VB 2010 Express installed & are working through some Labs.Also I'm trying to run my first code into an external software package acad.exe. I'm supposed to be able to launch this via right click properties underproject name then on debug tab, again can't find ?
View 7 Replies
Oct 11, 2009
If i was to develop a simple webbrowser that goes straight through a proxy service (Unblock Facebook Proxy Site - UnblockFacebook), how would i be able to make it just like any other browser, except the information goes straight through the proxy server?
View 2 Replies