[2008] Show MouseLocation X/Y?

Mar 15, 2009

how to always have the mouseLocation x & y so every time i move my mouse it say's it ? i serched on here and found some code but it only show's me the mouseLocation when i grab the form and move it

View 13 Replies


ADVERTISEMENT

Asp.net - Show Ajaxtoolkit Modal Popup Extendar Only If Textbox1.text="show" Esle Do Not Show?

Feb 20, 2011

I have a textbox1 and button1 and panel1 (which is used as a popup control)i want if textbox1.text="show" then modalpopup control whose id is panel1 will be visible on buttonclick event other wise .... modal popup control panel1 will not be shown ...how to do this ? using vb.net ?

View 2 Replies

Fill Combobox Using SQL Show Tables - Datagridview Does Show Table Names In Db Using The SHOW TABLES Sql Statment

Jun 6, 2011

SQL statements:

SQL = "SHOW TABLES;"
Try

conn.Open()

The remarked area works fine when I'm accessing a specific table. I've successfully inserted the products_model field into the combobox too. The datagridview does show the table names in the db using the SHOW TABLES sql statment, but I'm not understanding how to get this info into the combobox instead.

View 1 Replies

VS 2008 Can't Show Form 2 When Use TAB

Jan 6, 2012

[code] I can't show the form 2 when i use TAB.tabindex already set into 1.

View 6 Replies

VS 2008 DataGridView: How To Show Row #'s

Feb 16, 2010

This is a simple one, but I haven't seen a way to do it. I have a DataGridView that is bound to a Sql-Server database, and it works fine. The only thing I'd like to add is the row # at the beginning of every row. Yes, I COULD set the first column as "RowNUm" and maintain it that way, but it seems that having the row # on each row should be a feature already provided to us. So, is there a way to have the DataGridView display a row number for each row?

View 1 Replies

VS 2008 How To Show Dll Icons

May 2, 2010

I'm application to change some icons, and I'd like to have a window to show different dll icons.

View 11 Replies

.net 2008 Show Visited Websites?

Nov 13, 2011

I would like to be able to show all the websites visited on a machine.

View 1 Replies

2008 - ToolStripMenuItem_click Won't Show Messagebox

Feb 11, 2009

i'm using a menustrip. the menuitems click events won't show a messagebox properly. i think it does load, but i've no idea where, because it disables the form + i can't see it anywhere. it might be behind the form. i have to push the enter key to free the form. [Code]

View 8 Replies

Can't Use Method Show In My Studio 2008

Aug 21, 2009

Why i can't use method dot show in my visual studio 2008 and Why i must declaration object for using method dot show, example[code]...

View 14 Replies

From.SHOW() In VB 2008 Exits The System

May 14, 2010

I have just converting my VB6 project to VB.NET 2008. I have set up start with Model. It start with Main() sub, in Main sub I have declare as below:

Dim frm as new Formpwd
frm.show()

In formpwd I have UserId, PWD as test box and Two command buttons. The system executes form_load code and then PWD and UserId_Gotfoucus handler and then closes the system. Why is not waiting to accept UserId and PWD?

View 6 Replies

Same Progress Bar Show In 2 Forms - VB 2008

Feb 11, 2011

I have 1 form with the progress bar and 4 buttons with the following code. I would like to create another form that shows the same progress bar with the same progress. [Code]

View 1 Replies

Show An Image (from A Path) In VB 2008

Aug 12, 2010

I'm trying to get an image to show in Visual Basic 2008 from a path I set in a textbox.

The textbox is called "textbox2" and its on a window called "config.vb" The picturebox is called "picturebox1" and its on a window called "main.vb"

View 3 Replies

VS 2008 - Can't Show Text From Textbox

Mar 27, 2010

In my tabcontrol I have a linklabel and textbox made through code. The goal is to open a url from the textbox by clicking the linklabel I add the linklabel and textbox:

[Code]...

View 1 Replies

VS 2008 - How To Show All Groups In ListView

Jan 30, 2010

I hava a Listview1 component. I want show all group exits in listview, because if not exits item in listview then group not show.

View 1 Replies

VS 2008 - Show Buttons In A Region?

Jul 26, 2010

I have a Rectangle (the class) that I'm using to define a region on a form and when the mouse enters that region it shows 2 buttons (which are on the form and within the bounds of the rectangle) and I would like the buttons to remain visible when the mouse is over either of the 2 buttons then when the mouse leaves the region or leaves the form they are set to invisible again. Here's the code I have so far:
[code]....

The problem is when the mouse enters the bounds of the button, the form's MouseLeave event fires and thus my buttons are hidden which means the user can't click either of them either.

View 6 Replies

VS 2008 - Show Only Row With Empty Column

May 17, 2009

is there a way to show in datagrid only those row that has column that is empty, im using this code
Me.DataGridView1.DataSource = ds.Tables("0").Copy() but it shows all the data from my table.

View 6 Replies

VS 2008 Always Show Most Recently Added Row On A Dgv?

Feb 10, 2010

I have a project which had a listview on it which had a property set whereby the last item added was always visible, i find now the listview does not do what i need so i have changed it for a dgv. In essence what i'm doing is a log.

View 2 Replies

VS 2008 Button Show Resource?

Aug 25, 2009

I have an IMG as a resource and Im wondering how to how it with a button?

View 4 Replies

VS 2008 CrystalReport Subreport Won't Show

Jul 2, 2010

Ok a fellow employee created a CrystalReport that has several sub reports on it. They needed some kind of interface to pass the parameters to the report so I'm doing that in vb.net. This seemed very simple at first, here is the code for setting the parameters and showing the report.

[Code]...

View 2 Replies

VS 2008 Form Freezes On .show()?

Jun 24, 2009

My mate & Myself are currently building a IRC Client, a problem we have come across is when opening a chatroom the form Freezes for example.

We are currently using arrays so we can open multiple chat rooms and at this current time to open a chat room we use

Channels(ChatIndex).Show()
The form opens but freezes.

I have also tried using

Channels(ChatIndex).ShowDialog()
Application.DoEvents()

Using the above code, the form does not freeze but appears we can not access any of the controls such as (RTB)

What would be causing the form to freeze on .show(), Has anyone else had any similar issues?

View 9 Replies

VS 2008 How To Make A Applikation Not To Show

Jan 26, 2011

I'm kinda new to VB, we've just started using it in school. I'm trying to make my pplikation "invisible". I've managed to not me shown in the taskbar, but you can still se it if you press Alt+Tab. How do I make it go away from that little window?

View 5 Replies

VS 2008 How To Show Danish Letter

Jul 16, 2009

I am trying to show the 3 special letters from the Danish alphabets.

� �
� �
� �

Both upper and lower case.The letters are from a text file and I open it with OFD and shown in a textbox.At first it has those thick blocks and I used the following code to try and convert.

strDoc = inputFile.ReadToEnd()
strDoc = Encoding.UTF7.GetString(Encoding.ASCII.GetBytes(strDoc))

The 3 letters will become question marks instead.I tried several combination but the above coding gives me the closest 1.A few of the other combination will show me nonsense Chinese words instead or just the 1st letter of the whole text file.And also, is there a way to use the ASCII table for Danish?I found a website for the table but do not know if it is applicable in vb.net since the numberings are different from the English ASCII.

View 13 Replies

VS 2008 How To Show Minimized Application

May 25, 2009

I'm making a program that should have a function that detects all minimized programs and can put them back on top..

View 2 Replies

VS 2008 How To Show The Line Shape

Jun 10, 2009

how can i show the line shape in toolbox i want to draw a line

View 11 Replies

VS 2008 Messagebox.show / How To Have A Icon

Mar 8, 2011

My converter shows the answer using the message box.i want to have a icon on the message box and a title at this top bar. [code] what's the code for the messagebox.show to have a icon or a sign, a title bar, and some text.. ??

View 4 Replies

VS 2008 OpenFileDialog Show FileName Only?

May 31, 2009

I'm creating an MP3 player. I have a listbox and OpenFileDialog control. I want to load an mp3 file in the listbox but I only want the file name to show rather than the whole file path, how can this be done?

View 2 Replies

VS 2008 Show App Memory Usage?

Sep 15, 2010

Is there a way to make an application show it's own memory usage?

View 9 Replies

VS 2008 Show Data In A Table?

Dec 22, 2010

I have a DLL of classes. The first one stores an ArrayList of numbers. A method from the second class takes the ArrayList and must show the numbers in a table . I should not use windows control library. How can I make it show the data in a table?

View 8 Replies

VS 2008 Show Form On Startup?

May 25, 2010

I'm making a program, I have added it to the startup now but, How can I make it show the form on startup?

View 2 Replies

VS 2008 Show Form While Updating?

Mar 1, 2010

I have a "housekeeping Form" set up that...when triggerd by the main form, updates records, sends email, clears and refills an access table all of which runs from a Form.Load Event my problem is the form "PLEASE WAIT WHILE SYSTEM IS UPDATING" will not fully load while all these things are happning I have tried ME.Show and ME. Activate

View 7 Replies







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