File Manager -
How do I delete a file after a user sucessfully downloads the file from the IIS Web Server ?
I want to prompt the user with a dialog box to open the file from current location or save the file to the disk
The file to be downloaded maybe a .xls file or a .csv file
File-Manager -
I posted this at Galah but it's not getting a lot of response. I'm making an online file manager, and wanted to know if anyone else can think of any more features? None of the actions actually work yet by the way - most are coded in but I commented them out for security at the moment.
Add-in not detected by VS.NET -
I am trying to get an add-in visible in the add-in manager.
I follow the instructions and they say I must copy their file addin.xml to the VS.NET Common7\Ide folder.
And then start the IDE and go into the Add-in manager and set some properties on the add-in.
Problem is, the
Windows Task Manager and the VB "EXE"... -
hi guys,
this is a puzzle for me... in the Windows Task Manager, it displays you the Task and Status of the applications that you are currently running or not in your PC.
for any VB exe file, there corresponds a Task name for any executable application/s.
how do you
How to link the MDF File into SQL Server EnterPrise Manager -
Hi friends,
I have problem with my SQL server....
I have the SAL server that crashed on several time ago, but i have the backup file of my database, when i restore my database, the tables are not complete. when i saw on the backup file, i saw that data of these table are exists,
Opening Question and Task Manager Question.. -
I have 2 questions....
1. If i have a program running, and on the form_unload there is code written to open a folder. But, if the program is directly ended through Task Manager, the Form_Unload sub does NOT seem to be called, and the program just ends without opening a folder for th
asp filemanager -
Does anyone have a good file manager or any code for making a file manager in asp?
Source for Remote File and Process Manager -
Sup, Just wondering if any of u guys have any vb6 source codes about Remote File Manager and/or Remote Process Manager (Hopefully with the "Kill Process" option included). And yes I have downloaded the 1's of PSC but most have runtime errors and/or not what I'm looking for.
Help: Using LoadResData Function... *SOLVED* -
It's a repost because no one answered and I bumped like 3 times...
Anyway, I've designated the file w/ resources manager, and when I made the executable file, the filesize was larger than when I didn't use resources manager. But when I renamed the original file's name, to make sure
VB, VBA or Vbscript with Picture manager -
I am looking for how I can use Picture Manager in code to compress images and possibely change file types to jpg, but i can't seem to find any tutorials or direction on hwo to interact with microsoft office picture manager. If anybody coudl point me in the right direction or has some
Visual Data Manager Problems -
Im new to DB programming and so i thought i would try experimenting with the data manager...
However, the database i want to use has workgroup security determined by the system.mdw file.
Even though i tell the datamager where the file is, and my user and password... it still brin
Download Manager Help Needed -
Hi experts I am in the design of building a download manager little like get-right well ok not as that advanced yet anyway and maybe never but.
well at the moment the program works fine but I want to add a little function so that when the user clicks on a link in internet explorer p
Audio Compression Manager -
I found a terrific sample on the MSDN cd for converting wave files via ACM (Audio Compression Manager).
For example converting from PCM to IMA ADPCM and vice versa.
Unfortunately this was for Visual C++, and although it works exactly how I want it to, I need to use it in vb.
How d
Selectin gitems in a combo box -
I'm trying to set the text in a combo box when the form is loading. Itemdata is fetching 0 for all. Should this be put in some other event?
For i = 0 To manager.ListCount - 1
If Trim(rs!manager) = Trim(manager.ItemData(i)) Then
manager.ListIndex = i
Exit For
Defaulting item in a combo box -
I have the following code in the form load event. Somehow itemdata is always retrieving the value as 0. Whats wrong here?
While rs.EOF = False
manager.AddItem (rs!firstname & " " & rs!lastname)
rs.MoveNext
Wend
For i = 0 To manager.Lis
Help with Task Manager -
When my program gets closed via task manager, it freezes and somtimes locks up the entire computer, forcing you to head for the switch. I need to fix that, either by making it not show up in the task manager at all, or make it so when the task manager attempts to close it, the program
Replication Manager -
Hi Guys,
I have Office 2000 premium and I cant seem to find the Replication Manager,
I want to sync my online DB with the one on my pc.
Can I download Replication Manager anywhere?
I read that Replication Manager only comes with Developers editions of Access?MSOffice?
I
Updating Text File in VB -
hello everybody
i have a text file in vb wherein i am having records like this
1,manager
2,ceo
3,director
and so on.now i want to add salary for each line.so now my file should be
1,manager,10000
2,ceo,50000
3,director,40000
Add-Ins - Visual Data Manager -
I went to access a data base using the visual data manager and it asked if i wanted to add the system file to the ini file, click yes or no. I cliked yes(the default). Now I can not access any data bases. i get an error everytime i try to access the visual data manager. The error is as
File Manager Version 1.00 [Executable only] -
Here is my Beta release of File Manager.
Enjoy
and no, it isn't a virus
And to the mods/admins with their finger on the ban button when they run this.... IT ISN'T REAL!
vb alternative to enterprise manager -
Does anyone know of a freeware (or modestly priced shareware) tool that will allow access to a sql 2000 server like enterprise manager? I have a customer who can't afford to purchase sql just to get enterprise manager, so I'm trying to find another alternative for him. Or is there a
Device Manager -
I have two proceesson showing up in the device manager, anyone know how to update the registry/windows so it does not show up on the device manager?
I know how to turn off the hyper threading off in CMOS and that does remove the second processor from the device manager list. I
MQSeries messaging and transactions -
Help!
I urgently need to know how to rollback an MQSeries transaction.
The scenario:
Set Session = Nothing
Set Session = New MQSession
Set Manager = Nothing
Set Manager = Session.AccessQueueManager("ShuntCe")
Manager.BeginOptions = M
Add-In Manager **Resolved** -
I was attempting to load the Resource File Editor in the Add-In Manager and I could not find it. There are only two entries: Componet Services and MZ Tools. Other Add-ins are not there. I re-inserted my VB6 Professional Program Disk and attempted to install the missing Add-ins but to n
IIS Manager -
Under Windows Vista RTM, does anyone know where the snap-in or web utility is for viewing website connections? In other words, in order to determine the number of connected visitors and any other info about them.
There is nothing in the IIS7 Manager nor the IIS6 configuration manage
File Manager - Client/Server -
hey. how would i make a File Manager over a Client to Server based program?
Excel VBA Graph[urgent] -
I did manually create a graph on a sheet called "Graph" according to a sheet called "Project Manager". Each project has a graph with their detail to show their performance.
IN VBA part, I did create a button to add project manager to add and delete the Project M
Program dock/file manager -
What code and controls is needed if I wanted to create in VB6 a?:
* Program dock (dock is Mac Os x's dock) or launcher-what code could I use to make it customizable-ie adding new buttons for launching new apps.
File manager
Security Issue for VB.net {RESOLVED} -
Can someone please be so kind to tell me the best way to encrypt/decrypt or make an .ini(config. file) and access database secure? I am using a .ini file to store user input and an access database as a Oledb. In order to change the .ini info the user has to use a password protected a
how to (visual basic 3.0) -
hi since no one has replied to the request for source code on the net for file manager. i was wondering can anyone tell me how to make a file manager interface using visual basic 3.0. any certain help perhaps how to make visual basic recognise which files and folders you have on which
vanished titlebar & file menus -
Hi,
Before I tell you my problem, I know this isn't a programming-related question but I didn't see any board that was suitable for this question. This is really strange.
I like to keep my task manager running in the system tray to see how much CPU time/memory each process is using.
Task manager problem, need solution -
I seem to have picked up a virus that has blocked out my task manager and seriously slowed Windows in the process... I'm running a full virus scan right now, but I'm forced to use IE as an instance of Fx is running, but I can't get to it to close it, and I can't close the process with
Task Manager disabled by administrator. -
Hi when I do a ctrl + shift + esc I get a message saying Task Manager disabled by administrator. When I open group policy editor and scroll down to User Configuration / Administrative Templates / System / Ctrl+Alt+Delete Options / Remove Task Manager, the set policy is NOT CONFIGURED !
Using VBA to get file currently opened by office picture manager -
I have a VBA app that needs to get the file path currently opened by picture manager.
Creating a Task Manager -
I want to create a task manager just like the regular task manager of the windows. It should display all the running application processes and one should be able to close any process. If you offer me the code its nice and if you offer me information how to make it, it would be nicer.
Multiple instances of an app... -
Hi,
We use this application which stays open in the task manager when you close it with the X button
of the window instead of the exit button from the file menu. Sometimes we find up to 10 instances of the same application opened in the task manager because they were closed with t
Remote Desktop - Get task manager -
Hi,
I make connection to a server through Remote Desktop.
From this server I need to initiate a second Remote Desktop connection to connect to another server.
On this server there's a program that's won't quit. (it hangs)
Now I want to kill the process through the task manager.
Multithreaded download of a file -
I want to do a download manager, but i don't know how to download a single file in many threads(like in any download manager), for example first thread download a file from first bite till middle and other thread from middle till end.
File Manager -
How do I delete a file after a user sucessfully downloads the file from the IIS Web Server ?
I want to prompt the user with a dialog box to open the file from current location or save the file to the disk
The file to be downloaded maybe a .xls file or a .csv file
How to control MS Picture Manager from a C# application -
Hello everyone:
I want to call MS Picture Manager to view some pictures and do some actions(e.g.
go forward and go back) in my application,but i cann't find any com object about MS
picture manager like PPT.
Help me, thanks~
Looking for some vb sources... -
Hi,
I'm just trying to find some sources on the follow subjects:
Webcam Capture
Screenshot Capture
File Manager
Process Manager
I looking for some visual basic source codes I can learn off (Would be better if there like remote eg. Client/Server.) Please Email, Post here or