Make A Gallery That Loads Directory Automatically?
Jan 24, 2010Is there a way to make a gallery that loads a directory automatically?like no browse.
lets say opens folder/images1
and list all images(pictures not names)
Is there a way to make a gallery that loads a directory automatically?like no browse.
lets say opens folder/images1
and list all images(pictures not names)
Want to make the text in the textbox control disappear when clicked
View 14 RepliesIs there any way that a button on web page should pressed automatically when page loads? I have following code on button to make rows of grid-view
[Code]...
Can i automatically turn on or activate the CAPS Lock key when the form loads?
View 3 RepliesI use the binding navigator in my application, but when the resolution of the display gets to small and I have to use the scrollbars I get a problem. the scrollbars automatically scrolls down below the navigator bar instead of showing it when the window loads.
View 1 RepliesIm make a portable program which has a form with a few different pictures like a photo gallery.when you hover the mouse over a picture it will appear enlarged in a floating box infront of the form. Then when the the mouse is taken away from this floating box the box will disapear and leave you with the picture gallery again?
View 3 Replieslet's say that in my vb.net application i have a resource called "song.mp3", how can I make it possible, so when i press a button, it automatically saves the resource in c: directory.
View 1 Repliesi am trying to make an application that loads images from the internet (from my FTP Server).The problem is that when i want to change the image by selecting another image from a ComboBox control my application becomes non-respondive.When the image is loaded the application works properly again.
I tried to move that in a separate thread so instead
[Code]....
im an amateur programmer making a program for somebody else. i need to get it to run out of the box no problems and i need to find a way to automatically find the desktop for xp but it would be nice if the same code worked on vista/7 to but thats only if its convenient.
View 4 RepliesThe first column in my Data Grid is actually not my first column. It has an arrow pointed to the first row and then the last row has an asterisk by it. Is there anyway to make this column not show every time my form loads?
View 1 RepliesI have looked through the properties control but could not seem to find the option which let me to display the item in a combobox when form loads. I don't want to leave it empty when form loads.
View 3 RepliesWell I want to make a log-in system that loads the .txt files from your server (Simular to this code:
[Code]...
How to make when the program loads to give 1 textbox to enter password: if they enter wrong password to give them message that the password is not right and to try again..if the password is right to open the corect form.can someone help me with that i have made 1 keygen program and i have insert there the keygens and to make the program to has more than 1 password inside to check
View 1 RepliesFirst, I launch a website in Internet Explorer from VB.net and automatically login the user with ther username and password. As soon as the username and password fields are automated, I send "enter" to the website so it goes to the next website. This part works perfectly. However, my problem is that i want to send a mouse click event, which i have already written, to click a hyperlink on the next website page. I tried a few different things, none of which worked. My program is automatically logging in the user and doing the mouse click event at the same time. I have tried to use the "sleep" command, but the mouse click event is still not executing after the second webpage loads. I have tried using nesting "If, then" statements and that has not worked either. Does anyone know how to make sure the webpage fully loads before executing a sendkeys routine or a mouse click event? This is my code thus far:
If (Search.ComboBox1.Text = "IWR") Then
BlockInput(True)'this disables the mouse and keyboard
Dim IE As New Object
[code].....
There are no errors, everything is just executing all at once instead of letting the second webpage load and then executing the mouse click event.
I'm new(ish) to Visual Basic and I'm rapidly picking things up as I go.I am currently programming a photo organiser program with the aim of easy tagging, titling, commenting etc.I would like to create a gallery view similar to Windows Live Photo Gallery or Picasa. I've tried searching on Google and these forums for where to start with this but I'm not having much luck! Most search returns just give a guide on displaying one image in a picture box but I would like to display multiple images that can be selectable.
View 3 RepliesIs there any code snippet available for Image Gallery in VB.net 2.0
View 3 RepliesHow can I call Windows Photo Viewer in VB.NET? I want to use some code similar to the one below but it does show up because it does not have an .exe file, but has a .dll file instead.
Dim PlayerPath As String = "C:Program FilesGRETECHGomPlayerGOM.exe"
Dim process As Process = New Process
process.StartInfo.FileName = PlayerPath
[Code]....
I am using asp.net repeater to display the photos and am following [url] However, I am getting the following javascript error:
[code]...
I have created a photo gallery in web.. was just wondering how to create a interactive in windows form. I wana put in all my pictures in a folder. Then call all the pictures from that folder. I am also wana set a caption for all the images but I dun wana use any db.
View 3 RepliesI thought only Microsoft employees would be able to upload here? >>[URL] Why then, is the UPLOAD link enabled for me? This dialog pops up when I click on it, but I am not a Microsoft employee.
[Code]...
how to copy, delete, show files, show current directory, change directory, make folder, rename folder. My problem is i have a method on deleting a file and copying a file, but i don't know how to pass the method so that when i click the delete button it would let me choose what file to delete. By the way im using buttons on each function.[code...]
View 2 Replies[code]...
How do I make it when you type in a number above or below 1 and 100 the messagebox comes up? I can only make the msgbox come up after Ive clicked the button, how do I make it automatically come up when I try to click anywhere else?
How could you make a script that automatically email you. Not having to open up microsoft programs and just sends it?
View 1 RepliesI want my system to run when the computer boots.
View 1 RepliesDo you know how to work backgroundworker with this code? The request would be as I pulled out of google with a background worker and if so it is possible to collect links from google pagination.
[Code]...
how to make button click automatically ...only single click....vb.net
View 5 RepliesI have a program and i want every time the timer ticks the mouse clicks on its own but how would i get it to click?
View 9 RepliesI have a web browser on my form and it is definitely big enough to warrant a tab control, with the web browser being on the second tab. I have a button on the first tab that should have the browser navigate, but how do I make the program automatically switch to tab 2? i.e., this is what happens:
1 - user is on tab 1,
2 - user clicks a button on tab 1,
3 - the program does what it needs to do and automatically switches to tab 2
For instance, here is the button that will be clicked:
Private Sub swap_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles swap.Click
If video = False Then
[Code].....
So the button will make the web browser go somewhere, I just want to have the form switch to the other tab automatically so that the user doesn't have to do it. I tried using webbrowser1.focus() to no avail. Is there a tab switch?
I don't need this declaration because it only makes my code big and unreadable.Is there a way to make Visual Studio (VS) not add it automatically. Every time I remove it, it is added back by VS.
Function DoStuff(Tom As String) NOT Function DoStuff(ByVal Tom As String)
i am trying to build a program ( i am a beginner) that display the pictures from a media card ( or other removable media) in a gallery in the form, and that allow the user to select the ones he likes and store it in a folder.
View 4 Replies