Questions tagged [opendialog]

38 questions
0
votes
1 answer

Disable MDI Parent when Child is Active

I menu strip in my software and when users click on about I want to open the another child window but I want to make the the parent window disabled which means only by closing or clicking kk make it available again. My current code opens the form…
0
votes
0 answers

WPF Load images from selected Folders in Tab control

I Want the UserControl in which Multiple Folders can be Selected where each selected Folders contains Images,Further these selected folders must be opened as a tabItem. Say for example i have Selected "7" Folders,so that "7"Tabitems will be…
Selva
  • 1,310
  • 2
  • 14
  • 31
0
votes
1 answer

SSRS 2008 R2 - Export as PDF - Save/Cancel, No Open Dialog

Hopefully this will be pretty simple! I've googled around but apparently I'm the only person in existence with this issue. When I go to Export my report as a PDF, a dialog box opens that only has options for Save and Cancel. I want either: An…
Jimfletcha
  • 81
  • 3
  • 12
0
votes
2 answers

trying to output more than one filenam into textbox vb.net

Apologies if this is really simple but I'm fairly new to programming. I've created a program that uses an open dialog box and outputs the names of the file to a textbox. Where I'm having issues is trying to get the textbox to display more than one…
user2039317
  • 3
  • 1
  • 4
-1
votes
2 answers

How can I see system files in standard file dialog?

I can see hidden files, but cannot see superhidden.
-1
votes
1 answer

Using dialog Windows in SQL external procedures

I wrote dll for my SQL database which takes BLOB data from tables and converting it into pdf file. It works good, but i try to add dialog window for choosing pdf saving path and it gives me next message: System.InvalidOperationException: Showing a…
-1
votes
2 answers

Delphi OpenDialog for FTP server

Is there a way to use opendialog or savedialog to navigate on FTP server? I've tried to use InitialDir := 'ftp://ftpip'
AlexScr
  • 442
  • 2
  • 10
-2
votes
1 answer

OpenFileDialog hangs, Waiting for Localhost

I'm trying to create my first File Dialog box using C# and MS Web Developer 2010. I got the System.Windows.Forms reference set up (from the .NET tab, the one on the COM tab gave me an error), and imported the namespace OK. I found a few very helpful…
Stanton
  • 1,334
  • 4
  • 18
  • 32
1 2
3