User Is Waiting Or Staring At The Hour-glass?

Nov 2, 2011

This is my follow up question to my earlier topic about Memory management.Now I believe I have good code that gets me the results I want. The main application form has a Label field which tells the user to wait with message "Getting the data from the AD Database......". I am noticing that the "Wait" message is up for too long. However, once I get the data, it is processed fast and loaded into the DataGridView.

I would like the user to have a better feedback than the stardard "Wait" cursor. Is there a better way to show how much data (records) were fetched during the data aquisition phase and present it to the user? This would allow the user to guess how much longer he has to wait to complete the data fetching.

View 3 Replies


ADVERTISEMENT

Extend Glass To Program That Not Using Glass Like Zune Software V 1?

Jun 23, 2009

how to extend glass to program that not using glass like Zune software V 1.

View 2 Replies

Windows - Timer - Service To Execute On The Half Hour And Top Of The Hour Marks

May 6, 2009

I wrote a VB.NET Windows Service, which works fine. I have only one issue with it. I want the service to execute on the half hour and top of the hour marks (e.g. 9:00, 9:30, 10:00, 10:30, 11:00, etc etc etc). I am using the following code:

Protected Overrides Sub OnStart(ByVal args() As String)
' Add code here to start your service. This method should set things
' in motion so your service can do its work.

[CODE]...

This code works, however, if the service starts at, say, 10:15, then it executes at 10:15, 10:45, 11:15, 11:45. How do I make it so it always executes on the 30 minute and top of the hour marks?

View 4 Replies

Two Texts Boxes Where User Can Enter Pay Per Hour And Expected Raise % Per Year

Jan 25, 2011

i have two texts boxes where the user can enter pay per hour and expected raise % per year.when the calculate button is clicked it calculates yearly base on a 40 hour and 52 week base. the raise increases each amount after the first year and does it for the next ten years. yearly amount is displayed for the next ten years.

View 3 Replies

Convert A 24 Hour Time To 12 Hour In .net As Hh:mm AM/PM?

Jun 12, 2012

So let's say I have 1400, I want to convert it into 2:00PM I tried the following:Dim convertedTime As String = DateTime.ParseExact(theTime,"HHmm", Nothing)

And it would give me this: 6/12/2012 02:00:00 PM

I do not want the date part, neither do I need the seconds. All I need is 2:00PM

View 3 Replies

Program To Display The Text "Waiting For Connection..." While The Program Is Actually Waiting For A Connection?

Aug 10, 2010

I want the program to display the text "Waiting for connection..." while the program is actually waiting for a connection. However, when I run the program, the form doesn't even appear because the TCPListener is waiting. What can I do to have the program appear and show the text while it's waiting for a connection?

Imports System.Net.Sockets
Imports System.IO
Public Class frmMain
Dim client As TcpClient

[code].....

View 5 Replies

Magnifying Glass In Vb?

Feb 11, 2011

Is there any way to create a function of magnifying glass when cursor hover on the image (Picturebox)?I have a picturebox in a panel that I declared. When user hover the cursor on the image it call the function of magnifying glass.

View 14 Replies

Get Controls To Work Right When They Are On Glass?

Feb 9, 2010

How do I get controls to work right when they are on glass?

I am trying to do like IE and extend to a textbox for address bar but the text becomes transparent, how do I do it?

View 7 Replies

Set Picturebox As Glass Effect?

Mar 30, 2010

I would like to know if it possible to create an effect of magnifying glass for the picturebox, so I could see the other controls behind the picturebox which make them looks like a glass?

View 7 Replies

Using Any Control On Aero Glass Possible?

Mar 4, 2011

Is using any control on Aero glass possible? If not, is using buttons, checkboxes, radiobuttons and some other common controls possible?

View 3 Replies

Way To Have That Aero Glass Effect Using XP Pro

Mar 31, 2012

is there a way to have that aero glass effect using XP Pro when creating forms and please give me walk thru on this. I want to have that look on all my forms.

View 4 Replies

.net - AeroGlass - Add Glass Effect To A Win Forms?

Mar 14, 2012

how to add glass effect to a win forms in vb.net or c# I looked a lot of examples like using e.graphics to make a square with the win form dimension and others are done really good without any e.graphics trick. But my problem is that I didn't look any example that uses windows controls like buttons, labels, dropdowns, etc on a glass effect win form.

[Code]...

View 2 Replies

C# - How To Create A Simple Glass Effect

Jul 12, 2010

I am currently painting a light blue, partly transparent overlay over owner-drawn objects to indicate certain state. It's OK but I thought that it would be even nicer if I could at some sort of glass effect to further establish the idea that the particular object has "something" overlaid over the top of it.

I thought that some glass streaks, for example, in addition to the blue transparency would lend a nice effect.I've Googled around for GDI+ (and others) algorithms to do simple things painting like this but have come up empty. I prefer .NET but can figure out the painting from pseudo-code on up.

Sorry, shoul've also specified that I need to target WinXP and using .NET version 2.0 - So unable to use WPF or Vista/Win7 goodies.

View 3 Replies

How To Make TabControl With Aero Glass

Sep 7, 2011

Can I make a tabcontrol with Aero Glass or another effect?

View 8 Replies

Make A Glass Form In Program?

Jun 12, 2009

How do you make a glass form in VB.NET? Like the vista/win7 effect, but extended into the form. I saw a tutorial for C#, but can't find one for VB.NET

View 6 Replies

Modify Aero Glass Color?

Jan 12, 2009

I can't figure out how it is possible to change the color for aero glass (which is blue by default).I want to change it to yellow (or brown) if the battery level (only for laptops of course) is low, to red when its critical. I have read a lot and was able to read the color (registry and api) and I was able to get notified when the color changes (wndproc) but there is no api call to set the color. I am able to set the registry key. That works, but requires a reboot, which is (in my case) not a solution. I have tried to simulate the wndproc message as broadcast, no result...What does the control panel applet do? If I change the color there it will be instantly applied, even the setting is not saved to the registry (which will be the best solution for my case). Programming language is vb9, vista is required by the application itself, so no other checks are required.

View 8 Replies

Aero Glass In A WebBrowser Control With Text?

May 16, 2010

I using the VistaControls control library (here) and I have a WebBrowser control that will have black in it on the form. When I set the background color to black in the HTML, the glass renders fine. So I added some text that is red, but it shows up as a transparent red. How do I get the text to be opaque?

Also, if I want to have black text in the HTML, how do I get that to show correctly?

View 2 Replies

Create Form With Glass Border But No Title Bar?

Apr 13, 2010

How can I create a form with no title bar, but still have a glass border just like the Volume, Power Options, or Network windows have when you click on their icons in the system tray.[code]...

View 7 Replies

Disable Aero Glass Effect On The Form?

Dec 9, 2011

I had set my form initially load in aero glass effect.Then i want let the user can choose solid colour or aero glass effect.Wat should i put in my coding to let the form can become solid colour?

<StructLayout(LayoutKind.Sequential)> _
Public Structure MARGINS
Public cxLeftWidth As Integer
Public cxRightWidth As Integer

[code]....

View 1 Replies

Enabled The Glass Effect To Windows Forms?

Aug 22, 2011

I have enabled the glass effect to Windows Forms in Visual Basic 2010. When I drop controls, they are not displaying well as usual. Whats is wrong with this?Image:

Texts are displaying only front of Black color.

View 3 Replies

Get Aero Glass On A Windows Form Without Borders?

Dec 12, 2010

I'm trying to have Aero Glass look in my forms in VB.NET 2010 app with DWM API, but as function call suggests, it extends look of Frame to the client area, and if form has no border, nothing will happen and form will become invisible. So, can I get Aero glass in a form without any border.... ??

View 1 Replies

Render TextBoxes Correctly On Aero Glass?

Feb 3, 2010

I've got an app that I'm writing that will have TextBoxes and Buttons on a glass form, much like what you'd see in Windows Explorer. I'm wondering how can I get the Textboxes' text to render properly on the glass? The text looks all messed up. I've tried a number of different ideas, but to avail.

View 4 Replies

Web Browser Project Aero Glass Onto Form

Sep 28, 2009

I am having a problem with the aero glass effect on the form. I have successfully spread the glass to the background of the form, but now the buttons ext ect. look like this (I have tried EVERYTHING on this page with no success):url...[code]

View 1 Replies

Draw Text At Aero Glass In Visual Basic?

Nov 21, 2011

I had following coding to make form have aero glass effect. but the text is become transparent too when i run it. how to make the text become no transparent? Thnx

<StructLayout(LayoutKind.Sequential)> _
Public Structure MARGINS
Public cxLeftWidth As Integer

[Code]....

View 2 Replies

Glass Form - Changing Text Color Automatically

Mar 15, 2010

I have a Vista Glass form using dwmapi.dll. I have a problem, which is whenever I put the form over a white color, the text becomes very difficult to read, as it is white as well. But if I put it over a black or darker color you can read it fine. I want the text color on my form to be able to change when the form is moved over a certain color. No, I'm not trying to make a virus / automater...

View 2 Replies

VS 2008 Glass To Get Added To A String Or Something So It Can Be Called In MyAddNew?

Mar 24, 2010

If GlassRadioButton.Checked = True Then

well here's where im stuck, I need Glass to get added to a string or something, so it can be called in myAddNew

vb.net
"VALUES"Dim myValue As Integer ' Base value of frames Dim myValue1 As Integer ' Glass or plastic value Dim myValue2 As Integer ' Scratch Coating value Dim myValue3 As Integer ' UV value Dim totalCost As Integer ' Total value Dim deposit As Integer ' Deposit value, 20% of total myValue = 50 'Base value of frames, always 50 If GlassRadioButton.Checked

[code]....

View 10 Replies

Windows Aero Basic - Doesn't Use The Transparency Or Glass Look

Oct 17, 2010

My program can detect when Aero is present, but it has trouble when the user is in Aero Basic because it doesn't use the transparency or glass look. I am wondering if there is a call to the dwmapi that can tell me if the computer is using Aero Basic.

View 5 Replies

Rendering Controls With Black Text On Glass In Visual Basic?

May 26, 2009

Rendering Controls with Black Text on Glass in Visual Basic

View 7 Replies

Created That Has Aero Glass When In Vista/win7 And When Running In XP Or 98 Use A Regular Border?

Aug 2, 2010

Can a form be Created that has Aero Glass when in Vista/Win7 and when running in XP or 98 use a regular border? If so can I have a link to the infromation or a code sample?

View 8 Replies

Getting The Current Hour?

Oct 11, 2008

I am stumpted when it comes to getting the current system hour.

View 3 Replies







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