VS 2005 - Make The Browser Size Smaller?

Jul 16, 2009

using visual basic... well, its for my project...making a webpage i made a webpage with a drop down list...so when i click on the drop down list and click on the item there, a box will pop out i dont want the browser box to be the standard maximize internet explorer browser size or standard minimize internet explorer browser size...i want it to be in a A9 or A10 paper size the moment I select an item and it pops out...

View 4 Replies


ADVERTISEMENT

Make The Browser Size Smaller?

Jul 16, 2009

i made a webpage with a drop down list...so when i click on the drop down list and click on the item there, a box will pop out i dont want the browser box to be the standard maximize internet explorer browser size or standard minimize internet explorer browser size...i want it to be in a A9 or A10 paper size the moment I select an item and it pops out...

View 5 Replies

WMI WIN32_DiskDrive.Size 5MB Smaller Than Win32DiskPartition.Size On The Same Disk?

Apr 8, 2012

Try it yourself: Plug in a USB flash drive (just a normal one with a single primary partition on it, as is the manufactures configured) to your computer.

Run WIM "Select * From Win32_DiskDrive"

Note the USB drive's size (in my case, it is a Kinston DataTraveller G3 2GB drive):

Win32_DiskDrive instance

BytesPerSector: 512

Caption: Kingston DataTraveler G3 USB Device

[CODE]....

Why the partition is bigger than the disk on which the partition is created and just a part of the disk?

View 6 Replies

VB 2005 Express Make The Web Browser Control Connect Through A Different Ip Address And Port From Default Web Browser?

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

VS 2008 Setting Form Size To Anything Smaller Than 132 X 38

Jun 6, 2012

How do we set a form size smaller than 132 x 38 pixels? I would prefer any native vb.net way (if possible) over use of any windows API.

View 10 Replies

DataGridView Image Cell Losses Resolution If Cell Size Is Smaller Than The Image Size?

Apr 30, 2012

I have just found that if a DataGridView image column's size (height & width - in pixels) is smaller than the image's original size (in my case all images are exactly 180 x 180 pixels) at the time the cell is populated then the image is automatically being converted to a lower resolution I assume to fit the image completely within the size of the cell). How can I stop the automatic scaling of the image?

The image below show the same file displayed twice, both at 60x60 pixels ('Thumbnail' column) and a blowup of the image (PictureBox populated via the CellMouseEnter event) to it's right. You'll notice the resolution of the first blowup is far less the the second. so, what made the difference in the resolution of the blowups is? In the second blowup's case I'd first stretched the image column's width to ~180 pixels and set the row height to match (via the ColumnWidthChanged event) then populated the DataGridView then stretched the image column to 60 pixels (its minimum).

View 11 Replies

VS 2005 Make Picture Full Size?

Nov 17, 2009

Ok so I have my picture loading in my picture box on my form and resizing to fit box (smaller) I want the user to be able to move his mouse over the picture and have the picture displayed as full size, anyone know how to do this

View 9 Replies

[2005] Make Own Contextmenustrip For The Web Browser Control?

Sep 7, 2007

What I'm trying to do is make my own contextmenustrip for the web browser control, this menu has two items so far: "Select All" which will select all the text displayed and "Copy" which simply copies whatever text is highlighted or selected. No images are displayed so no need to worry about that.

Also I've noticed that whenever a file is dragged from windows and dropped onto the web browser control on my form, the browser simply displays the file (these are xml files that I'm dropping on the control, on my form) which is not what I want it to do, instead I want to grab the file path & name and use it elsewhere. The browser control doesn't have the DragEnter, DragDrop, DragLeave events like labels, forms, textboxes, etc... how would I handle this?

View 2 Replies

Make A Form Smaller Than 27 X 112?

Jan 15, 2010

I'm making an app with several forms and wanted to add a label to each form that, when double clicked, would resize the form to 10 x 10 pixels.

ControlBox, MaximizeBox, MinimizeBox, properties are set to false so there is no title bar. No text or icon. MinimumSize is set to 0,0.

I made a new project that consists of one form with one label to make sure there was nothing in my code causing the problem but still every time I double click the label the form is resized to 27 pixels high by 112 wide.

View 4 Replies

Make Overall Program Files Smaller For End User Install?

Oct 22, 2010

My program has 1,000 + .rtf files and when I publish/Install it's HUGE! 200mb +. I have other apps from other software companies that have more documents than mine, and their entire application is around 50mb. What am I missing here? How do I accomplish the same thing? Does it have to do with the Property Settings of the .rtf files called: "Build Action" and "Copy to Output Directory"? I set my "Build Action" to "Content" for all my .rtf files, and set "Copy to Output Directory" to "Copy Always".

View 4 Replies

VS 2010 Make A Form Resize On Smaller Screens?

Nov 15, 2011

I made a program on a computer with a big screen.I set it to open in 'maxamized state' , and I took away the top, so you can't close/resize/minimize it. How can I get the form to automatically resize to the screen size??

2) Is it possible to make a form ( in visual basic express edition 2011) not close when user shuts down computer and/or logs-off ...maybe run in back grond..?

3) Is there a code ( in visual basic express edition 2011) that can make the program start automatically when a user logs-in ?

4) Is there a code that can make something happen (e.g. play music, etc.) from e.g. 7:00 A.M. - 10:00 A.M.

View 1 Replies

Make The Form Size Automatic Setting The Size Equals To The Screen?

Jun 9, 2011

How to make the form size automatic setting the size equals to the screen. or Maximize the whole form including the form components.

View 3 Replies

Make A Custom Made Browser Default Browser

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

Make A Custom Made Browser The Default Browser

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

Make Web Browser Made In VB The Systems Default Web Browser?

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

Make The Size To Automatically Fix The Screen Size?

Jun 9, 2011

i've been coding a sidebar but i dont know how to make the size to aoutomatically fix the screen size..i mean if the screen resolution is 1000x789 or 890x678 s stilll fit to it I have find in google and youtube but still i didn't get any ides on how to do it And also if possible can we code s sidebar that automaticcally hide when we did not move our mouse to it?

View 1 Replies

Make Toolstriptextbox Size With Form Size?

Aug 4, 2010

i want to make it so my toolstriptextbox will smoothly size with the form as i resize it. I tried using a timer and just say txtbox1.width = me.size.width - 100 or whatever space for the buttons and handling it for when it reaches negative numbers (with autosize off on the textbox) but its not at all smooth.

View 4 Replies

Changing Text Size In Browser?

Jul 23, 2009

Ok, I have this command, which I think should change the text size in the webbrowser:

CType(AxTabControl2.SelectedTab.AttachedControl.Controls.Item(0), browse).document.ExecCommand("EditMode", False, System.DBNull.Value)
CType(AxTabControl2.SelectedTab.AttachedControl.Controls.Item(0),

[code]......

View 1 Replies

VS 2008 Auto Size Browser?

Aug 26, 2009

What size to u guys create your web browsers at ?

How can i set my browser to auto allign all its items to fit whatever size i make my browser screen?

Ive created a browser , it fits my screen perfectly but its all pushed to the right on my m8s screen

View 4 Replies

View Entire Webpage In Webbrowser Depending On Browser Size?

Apr 19, 2009

I'm currently working on my personal html editor. i have it where i can preview the page in a webbrowser. on maximized screen i can see the entire page as is. is it possible to keep the webbapage viewed, as viewed maximizied, in a resized browser with this size: 201, 106.

i know i won't be able to read much of the text, i just want to see the page preview, image location, etc. just a browser with view zoom properties.

View 5 Replies

VS 2008 Possible To Shrink Text Size On A Webpage Through Browser Control

Dec 7, 2010

1.Firstly i am using a web browser control and i wish to get the URL of the current page and write it to a text box and to a text file.

2.I would also like to read the text file back and make some sort of bookmarking menu but dont really know where to start.

3.Is it possible to shrink the text size on a webpage through the browser control some sites the text looks huge.

View 3 Replies

VS 2005 Saving Image Changing Image Size And Canvas Size?

Dec 11, 2010

I use some code to successfully resize and save images - but I want to save the image to 800x800 px size on a canvas of 900x900px so it has a white border type thing around it.

View 8 Replies

VS 2008 Make Button Open A Program And Make It Windows Size?

Aug 23, 2009

How do i make my button open a program and make it windows size?

View 6 Replies

VS 2005 Web Browser Control?

Apr 23, 2010

I am trying to create a program that will do stuff in the web, more specifically, insert usernames and passwords into certain boxes, open e-mails, or click on buttons in webbrowser.

View 2 Replies

VS 2005 Form Size Scrollable?

Mar 19, 2011

I need to increase the size of my form and allow it to be scrollable vertically but I cant set my size any larger then 780 I have auto scroll set to true and from what I thought I understood I should be able to make the form longer and it would be scrollable Can someone tell me what I am doing wrong ?

View 15 Replies

Add A New Tab And Make Tab A Web Browser

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

How To Make A Web Browser

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

Make A Web Browser In VB?

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

Make A Web Browser?

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

VS 2005 Folder Browser Dialog?

Jul 21, 2009

theFolderBrowser.Description = "Please select a folder for the download."
theFolderBrowser.ShowNewFolderButton = False
theFolderBrowser.RootFolder = System.Environment.SpecialFolder.Desktop
theFolderBrowser.SelectedPath = My.Computer.FileSystem.SpecialDirectories.Desktop
If theFolderBrowser.ShowDialog = Windows.Forms.DialogResult.OK Then
Me.TextBox1.Text = theFolderBrowser.SelectedPath
End If

I added the above code in the button click event and it worked perfectly.I have created a folder in d:movieshorror.Now i want to make the horror folder present in the path mentioned above as the root folder(not the desktop)Then sir what will be the following two

[Code]...

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved