How To Make A File Downloadable
Jun 8, 2011I am generating a text file on server. I want this file to be able to get downloaded by clients accessing the site. How can I do this ?
View 10 RepliesI am generating a text file on server. I want this file to be able to get downloaded by clients accessing the site. How can I do this ?
View 10 RepliesI'm using visual basic 2010 express..I'm building my own web browser and want to add a download manager.I have been able to build one that will download a file if I type the file location into a text box.What I'm trying to figure out is how to have the download manager open when I click on a download link on a web page.How to make the download manager know it is a link to a downloadable file as opposed to something like a link to another webpage?
View 3 RepliesI have made my program using Visual Basic 2010 Express, I have looked everywhere and I cant find out how to make this into an executable so other people can download it on to their computers.
The closest I have come is going to "Project"
"Publish My Project"
to which I can then put it on the internet or CD but when I try to load it on another computer it says something like "Installing .NET Framework" and it takes literally hours
visual basic 2008 is not letting me make a new project on the homepage in basic visual 2008?
View 2 RepliesAre there any external components available for vb.net 8 that are downloadable ? if yes please suggest me some sites to download ?
View 7 RepliesIs someone know a place where I can find a downloadable (MDB, XLS, XML, ...) list of phone country code?
View 2 RepliesI was working on a project lately where my manager asked me to develop a vb application that can download files of the website [url]...
i was thinking if i can make a form that display all downloadable files on the website with a checkBox next to every file so that the user can check which files he wants to download and proceed.
How to get a list of the downloadable files of a website
View 4 RepliesI was just wondering if anyone knows of any free Open Source software wich demonstrates multitrack recording support? I was thinking of something in the lines of this: [URL] I want to include multitrack support in my own software, for personal use and I don't even know where to start to be able to do that. So preferrably a control or something would have been great. I could also be able to pay for something like this, as long as I'd be able to include it in my own VB.NET solution. Edit: What's with the vote down? I was just wondering if there are any components I can buy and download to use in my own project..
View 1 RepliesI have 2 blocks of code, if someone could help me put them together I would get the functionality I am looking for. The first block of code downloads a gridview to excel using the download dialog I am looking for:
Public Overloads Overrides Sub VerifyRenderingInServerForm(ByVal control As Control)
' Verifies that the control is rendered
End Sub
Private Sub ExportToExcel(ByVal filename As String, ByVal gv As GridView, ByVal numOfCol As Integer)
Response.Clear()
[Code]...
can we make code which can make copying a file in a particular drive invalid/access denied?
View 3 RepliesI wish to add refrence with a dll file.But it fail,it show message 'Make sure dll file is valid assembly or COM component '.I also try use regsvr32 to register it,but also fail.
View 7 Repliesi want make a program like a login tool game..in login tool program..i put a button and WebBrowser page..then i want make a my button and WebBrowser read link or target in ini file or inf file...how to make it?
View 2 RepliesHow can i make a button that download a file using http show a progress bar about the downloading file state?
View 10 RepliesI am making trying to make a program that can read the file information directly from a specified file, but I am having a lot of difficulty reading things like file comments.An example of this can be found in windows XP when you alternate / right click on any file and click on properties. You'll get a lot of extra information.Now I have a few questions about this.
1.Can this information even be read in VB.NET
2.If so how
3.If not do I need to create some kind of data file to store the file information
Here is what I did so far
[Code]...
What im trying to make is too make a file much easyer to understand
--
Normal ull have to go in and fine all these stuff but im tryn make it so that if u press a button it make it true to false
--
example
(THIS HAS NOTHING TO DO WITH VB2008)
me.maxgametime = 600;
NTConfig_LifeChicken = 30;
NTConfig_ManaChicken = -1;
NTConfig_UseMerc = true;
NTConfig_ResetWeapon = true;
( and i want it like this)
me.maxgametime = Numberic1.value;
NTConfig_LifeChicken = Numberic2.value;
NTConfig_ManaChicken = Numberic3.value;
NTConfig_UseMerc = Clicked Label1;
[CODE]...
heey guys, befoure I explain the problem. I know some vb coding so you can just give me some codes and I can add it to the program. ok,
I want to make a html file with "tags" to make a music database,
<html>
<Song_Database>
<Song Number="1" Name="Memories" Artist="David guetta" Category="Pop">
</Song>
</Song_Database>
</html>
I create a project using query sql ( Select, Update,Delete,Insert ) in many various way. example by Select with condition ..etc someone work in programing field. tell me that you are not profession in using vb.net , because you have to use OOP instead all of these Sql query. because if you want to make any update on your program after start to work on the Pc you will open your project on design and change the code. but in OOP you will make update on class and then put it as DLL file in the file of program.
View 5 RepliesI have this pretty simple application, it uses a webService to transfer data to my servers DataBase. Now it is very important for me to keep this application as one single file, and not having some XML files needed for it to work, but this is the case. I think the XML file holds the information to this webService, so without it the application crashes. Is there a way to get the application to work without this XML file, or a way to put the XML inside the exe archive?
View 1 RepliesHow to make DLL file that returns File Path which is selected in the Dll while creating, using openfiledialog, Button, Textbox.
View 1 Replieshow do i make this open a file with the name of .mxp and any text file how do i add that in. and how do i open the file mxp to Private Sub SaveToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripMenuItem.Click
[Code]...
I have an .exe file which is using a .dll file.I want to make an .exe file which will do the work. The reason I want to do this is to hide that dll file from the user.
View 3 RepliesI have made an app and I want to add it to " open with menu" sub menu which appears when user make right click on any file ie I made photo viewer app and I want to add it to "open with menu" so user when make right click on any photo and go to "open with menu" sub menu will find my app name to chose it to open the photo with it
View 7 Repliesi have my code until now,like a set-up file.First when i click on my button it sends me to the form with the setup steps,when in setups it is copying a identical file into the startup menu.I want my button to check if i have that file into the startup folder,if i dont have it to send me to the setup if i have it to send me to the form with the program.I must mention that there are 2 forms,the setup form and the form with the program.Until now i tried this,but it dosent work so well...
Public Class Form1
Dim OS() As String
Dim UserName() As String[code]....
Checks,if i dont have the copy-cat of this file it sends me to the setup where it is copying the file.And if i have the copy-cat in the startup folder then send me to the other form:).
I am developing a Windows application in VB.Net (.net framework 3.5 | Visual Stuido 2010). I dont know how to make .exe file of that app.
please help me.. I am a professional PHP web developer and new to .net Windows Programming
if user delete datagridview row .all detail store in logfile (datagridview eleted row,time date,login user name.etc )if user cancel the record(all detail store in log file)if user user save the record (all detail store in log file)
View 2 RepliesHow do you make a txt file in vb.net adn be able to write in it and read it the simplest way
View 4 RepliesI need an INF file for the simple game i'm making. How can I write multiple lines to the file aswell.
View 5 RepliesHow can i make an executable file from the program that i've wrote.I want to know that by making exe file would i become able to run my programm in any computer even without vb.net installed on it?
View 1 RepliesPrivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Cursor = New Cursor("C:WINDOWSCursorsarrow_rl.cur")
Me.Cursor = Cursor
End Sub
can i use jpg or bitmap gif file for curser ....