GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 412 of 453    Print  
I want to show user a dialog box(modal window - already ready) when user deletes any task on ultragrid and hits on save button on main screen, this modal window should get displayed on screen, stating that user has to enter comment/reason for deleting that task, how i can show that modal window, pl explain its needed very urgently.

  
Total Answers and Comments: 2 Last Update: December 25, 2006     Asked by: Prasanna 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 30, 2006 07:14:50   #1  
Swapna Gentyala Member Since: October 2006   Contribution: 10    

RE: I want to show user a dialog box(modal window - al...
Hi You can use form1.show VBmodal
 
Is this answer useful? Yes | No
December 25, 2006 08:18:16   #2  
lalita.p        

RE: I want to show user a dialog box(modal window - al...

Hi

I am giving u an example see whether it helps or not.

dim str as string

str msgbox( do u what to give reason? vbquestion)

if str vbyes then

statement

end if


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : cancel property set to True ...

Answer posted by santhanam on 2005-05-19 16:01:20: yes Ans : Set the UseMnemonic property to True if you want to  define a character in the Caption property of the Label as  an access key. 
Latest Answer : Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key.Also one thing is that u should place text box to set focus because lable canot get focus in run time.Remember to set tab index. ...

Latest Answer : Text1.Locked = TrueText1.Enabled = Falsethare two properties to lockand we can write code in key events and lock the textbox ...

Latest Answer : modal and modeless ...

Latest Answer : The data-aware DataGrid control appears similar to the Grid control; however, you can set the DataGrid control's DataSource property to a Data control so that the control is automatically filled and its column headers set automatically from a Data control's ...


Latest Answer : Dim fso, hfile, msgvalue Set fso = CreateObject("Scripting.FileSystemObject") Set hfile = fso.OpenTextFile("D:x.txt")  If Not hfile.AtEndOfStream Then  Do While Not hfile.AtEndOfStream  msgvalue = hfile.ReadLine  ...

Latest Answer : Yes we can edit the tdata through flexgrid. ...

Latest Answer : Controls which are data-aware. Controls whose datasource property can be set a datacontrol. ...

Latest Answer : please refer my answer for previous question ...


 Sponsored Links

 
Related Articles

jQuery - Basic Alphabetical Sorting

Learning jQuery Basic Alphabetical Sorting Now let s perform a sort on the Title column of the table We ll need a class on the table header cell so that we can select it properly geshibot lang html" Title Author s Publish Date Price geshibot mosgoogle To perform the actual s
 

Working with XML in Visual Basic

Working with XML in Visual Basic Extensive markup language and Visual Basic is the odd couple of the industry Visual Basic is one of the most common languages that are being used today This Microsoft introduced language was meant to be middle tier in characteristic but has managed to get the top tie
 

How is the main() function declared?

The declaration of main can be done as int main() One more declaration that can be taken by main is command line arguments form int main(int argc, char *argv[]) or this can also be written as int main(argc, argv) int argc; char *argv[]; NOTE: It is not possible for one to declare the main
 

What happens when a variable is not initialized in main function?

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf(“%d”,x); z= sample() } sample() { printf(“Testing program”); } Output is   &n
 

Explain about TNSPING

You can also use tnsping utility on command prompt to check Oracle Net connectivity. Follow these steps to check the connection to particular SID. Open Command prompt. Write tnsping < SID for the database connectivity you want to check > If you get the message “Used TNSNAMES
 

SDLC Model Basic Stages

SDLC or the Software Development Life Cycle refers to the steps involved in creating a software from scratch.  During earlier days, software used to be scarce and its creation was comparatively easier.  Developers could create any programs they want and experience no competition. I
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Basic PC Skills

For those that have decided to walk into the world of technology, they may be overwhelmed by the types of knowledge that are available.  There are several code languages and words as well as different areas that you can move into.  If you are a beginner in technology, you can fin
 

JavaScript Window Object Timeout Methods

JavaScript Window Object Timeout Methods In this JavaScript tutorial you will learn about setTimeout clearTimeout and open methods of window object along with syntax usage and examples for each method mosgoogle center setTimeout The setInterval method of Window object is used to call a function or
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape