Make A Program That Makes A Popup On Screen?

Mar 4, 2009

I where wondering about it is pausible to make a program that makes a popup on your screen at a time you chose in the program? and then you could choose a text and a icon as a message, so the program reminded you about something?

View 15 Replies


ADVERTISEMENT

Make A Folder That Program Makes Hidden

Oct 15, 2010

How do i make a folder that my program makes hidden. I am using (MkDir)

View 5 Replies

Make A Program That Makes All The Possible Characters And Numbers?

May 8, 2009

how to make a program that makes all the possible characters and numbers (A-Z & a-z & 0-9) from 5-20 characters, and put them in a list or something?

Someone may think this is bruteforce hacking, but I don't see why I should do that? If I want to find a password on 13 characters, it would be: 62^13 = 200028539268669788905472 possibilities... in other words... it would take forever!

View 3 Replies

Make A Form Popup On The Bottom Right Hand Corner Of Screen To Display A Message

Feb 4, 2010

Im trying to make a form popup on the bottom right hand corner of my screen to display a message when the application opens.I know i can set the location in the properties but that may vary depending on the monitor the application is displayed on, how can i code it so that it can detect were the bottom right hand corner of any screen is ?

View 3 Replies

Make A Program That Makes User Type In A Password

Aug 28, 2009

Im trying to make a program that makes a user type in a password, then open a folder where the user can put files. but once they close out of the file browser. the program needs to save the files and remove the directory. for example think of a file cabinet being the program, and the drawer being the temp folder. when the user closes the drawer, it goes back into the cabinet, or in this case the program.

View 7 Replies

Make A Program Calculate The Number Of Comparisons An Insertion Sort Makes?

Jul 15, 2009

I got a list of 16 items and I have sorted them and I want to show the number of comparisons the program had to make using the insertion sort?(in a textbox for example)I mean is there a formula?

View 10 Replies

Make A Program That Will Popup A New Sentence Every 24 Hrs

Jan 16, 2010

what im trying to do in visual basic 2008 is make a program that will popup a new sentence every 24 hrs how can i do this please help me make this program i know that im going to have to us timers but not sure how to do this want to get to us it more then 6.0?

View 1 Replies

Make A Screen Recorder (not Screen Capture) Program

Aug 20, 2010

I wanted to make a screen recorder (not screen capture) program, but I am not entirely sure how to get it started. I have seen many videos and things on how to make one, but all of these just take multiple pictures and then don't compile them into a movie file, and I don't want to take many pictures (unless that is the only way possible.) I am using Visual Basic 2010 Express and I have looked at the Windows Media Encoder, but I can't seem to figure out how to use/implement it (yes, I have downloaded and installed it.) Maybe I can use some kind of ActiveX control?

View 3 Replies

Make A Popup Blocker Type Message Box That Pops Up When A Popup Tries To Load A Page?

Dec 2, 2010

im trying to make a popup blocker type message box that pops up when a popup tries to load a page, and it asks The page [URL]is trying to open,open in a new tab?

(label)
No (button) Yes (button)

how would i make a menu appear when i click somwhere on the page,how would i make it recognise a picture, and be able to copy it to a location on the local drive?

View 3 Replies

Screen Resolution - Change My Program's Size Correct To Make Program,  800x600 Such As Minimum?

Jun 1, 2010

I made vb.net program for 1440x900 resolution, if i run my program on 800x600 or 1024x768, my program's resolution is bigger then windows, so i have problem with resolution. Now i want to change my program's size and i am interested in, wich resolution is correct to make program, 800x600 such as minimum?

View 9 Replies

Make My Program Fit Itself To Screen?

Feb 1, 2011

Does any one know the code to fit the program to any screen res.?

I have Visual Studio 2008 Standard

View 1 Replies

Make A Program To Grab Numbers From The Screen?

Oct 13, 2011

I am making the tough transition from VBA to VB and would be pleased to hear from a VB expert. I am trying to make a program to grab numbers from the screen so that I can log them to a text file. The numbers are part of a flash animation which is regularly updating the number I want to capture and as there is no API i am grabbing the region where the number is displayed into a bitmap and then want to recognise the number with OCR. The code below grabs the screen region ok.

[Code]...

View 1 Replies

Make Program Full Screen For All Resolutions?

Sep 1, 2011

I have a problem.How i can to make my program full screen for all resolutions ? i have 1280 x 1024 and if i change the resolutions, my program does not look good.

View 1 Replies

Make A Program Automatically Align To One Side Of The Screen?

May 23, 2010

How would i make a program automatically align to one side of the screen, and fill the whole side? (Like windows sidebar).

View 9 Replies

VS 2008 - Make The Program Print To The Screen A Picture Of The Triangle?

Sep 6, 2009

I have a program that Outputs a measurement after in putting an angle and a width... solves the triangle.

[code]...

Make question is if there is any way to make the program print to the screen a picture of the triangle with the correct angles and measurements?

View 3 Replies

Freezes Up The Program And Makes It Unusable?

Mar 26, 2011

In a function I have

Do Until PageLoaded() = True
{
Nothing
}

The problem is it freezes up the program and makes it unusable. I fixed it using timers but it makes my program real sloppy and hard to edit.

View 13 Replies

Identify When Another Program Makes Sound

Sep 10, 2011

I was wondering if it would be possible to monitor a programs audio output and identify when its on / off? I'm coding a carpc frontend and would like to mute the audio when the navigation program speaks directions.

View 1 Replies

Progress Bar Makes Program Hang?

Sep 4, 2011

Try
OleDbConn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\list.mdb")
OleDbConn.Open()

[code]......

View 5 Replies

Threading Makes My Program Not Responding?

Feb 12, 2012

here is my script:

Private Sub UpdateThread()
Dim AppDir As String = Application.StartupPath()
My.Computer.Network.DownloadFile(MyUpdate.UpdateFetchURL,

[Code]...

It does perfectly the UpdateThread task, but program just hangs.

View 1 Replies

Line - Make A Console App That Basically Makes A Big X Between Pipes

Feb 3, 2011

i am trying to make a console app that basically makes a big X between pipes, but with a fixed line on the bottom where you can freely move a <#> with the arrow keys i did the giant x but i have no clue how to make the fixed line and i cannot find any information about it. i tried using the Console.write() but that only gives move a line that i cant use. Il paste the code i have to far.

[Code]...

View 2 Replies

Click On Button That Makes Program Bar Activate

May 23, 2010

[code] When I click on the Button that makes the Prog Bar activate then when its all full it spams the MessageBox saying "Hai" Unlimited times.

View 1 Replies

VS 2008 - Program Which Makes Tables In MS WORD?

Apr 7, 2012

I am working on a program which makes tables in MS WORD. But there are many parameters that should be asked. Its so embarrassing to ask all of them with inputbox while codes are working. I made forms for each tables which will be created. While codes are working, when it is the time to create table, form appears and user inputs the datas and press OK button and table is build according to these datas in MS Word. Does anyone has an idea ?

View 1 Replies

Plugin That Makes It Available To Make Visual Studio Language Independend?

Nov 3, 2011

does anyone know if there is a plugin that makes it available to make visual studio language independend? So when I "push" a button I can see and edit the code in C# or in VB.net? I would be ok if I cant use all language specific options.

View 1 Replies

VS 2010 Anyway To Make Button That Makes All Enabled Timers Turn Off

May 24, 2010

i was just wondering is there was anyway to make a button that makes all enabled timers turn off. Because at the moment i am going to end up with loads of lines basically repeating this.. [code]

View 4 Replies

Add A Feature To Program That Makes It So When The Cursor Moves Off Of The Form?

Jun 13, 2010

I'm trying to add a feature to my program that makes it so when the cursor moves off of the form, the form drops in opacity, making it sort-of transparent. However, it's not working for some reason.

Private Sub hovertimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles hovertimer.Tick
If MousePosition.X < "0" Then Me.Opacity = 60%

[code].....

View 5 Replies

Retrieving Processor Current Speed Makes Program Run Slow?

Jun 5, 2012

I am trying to create a program in Visual Basic which will measure the performance of the CPU with every core, one at a time. In this program, I decided to place a couple of text boxes that display the processor speed and the actual processor speed. I need to get the actual processor speed to update and I have tried doing this already using a timer set to tick every second. However, when I load the program it runs really slowly and prevents me form doing anything within the program, including trying to close it down, and all it does is updates the text box every second. I have looked in task manager to find out how much CPU the program is using and it shows that my program is using 0 - 3% CPU.

Here is the code currently use

Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer3.Tick
Dim mSearcher As New ManagementObjectSearcher("SELECT * FROM Win32_Processor")

[Code]....

View 2 Replies

VS 2010 Higher Level Of Access Makes Program Dysfunctional

Mar 13, 2011

So I have this program which I can use to drag files in it and do something with it, and when I run it as administrator, it doesn't let me drag the files in at all, but when I run it normally it does. Is there a reason behind this? And how would I go about fixing it?

My code if it means anything:

Imports System.IO
Public Class Form1
Dim SetSU As Microsoft.Win32.RegistryKey

[Code]......

View 5 Replies

Make A Program With First Form To Enter The Serial If Correct Just Continue To Form2 If Incorrect Just A Popup Say Like "Serial Incorrect"?

Aug 13, 2010

i just want to make a program with first form to enter the serial if correct just continue to form2 if incorrect just a popup say like "Serial Incorrect" how i can make it ?

View 2 Replies

Make Popup Open In New Tab?

Apr 4, 2011

i am trying to make a webbrowser but i am not having any luck with opening pop ups in say webbrowser2. I click a link when browsing in webbrowser1 and a ie instance pops up. Is there a way to not let the pop up come in a different ie and have it go to webbrowser2(other tab)? like how it does in google chrome or other major webbrowsers.

View 1 Replies

Asp.net - Make Ckeditor As Popup Menu?

Apr 19, 2011

How can i call ckeditor as a pop up menu. I want to retrieve a file on the ckeditor. For example .txt file. How can i do to call the .txt file. I implement it on vb.net.

View 1 Replies







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