Possible To Host File Inside A C# App?

Nov 6, 2009

I have an application that I've set default language to c#, is it possible to run a .vb class inside of this IIS application?

View 3 Replies


ADVERTISEMENT

Host A Windows Form Inside A Control?

Oct 7, 2011

I have a customer which as a Visual Basic Project in single instance mode with a wired presentation logic.

The main form contains a TabControl with mutliple TabPages.If I click on TabPageA another form is shown in front of the Form and resized to have the same size as the TabPage.

If I click on TabPageB the first form is hidden and another form is displayed.So basically for the user it looks like you have a TabControl with different TabPages which is not the case.

I tried converting the Forms to UserControls and put them inside the TabPage, but, thanks to the SingleInstance app, this would take a whole lot of refactoring. I tried it but eventually gave up because of many many runtime errors and I don't want to put any more effort in this.

View 3 Replies

Replacing Host File In Program Possible?

Jan 15, 2012

What I want to do is replace the host file in windows so basically I want to make a button that says change host file so when click I have a host file in resources so when I click the button I want to to overwrite the old one with the new one but the C:/windows/system32/drivers/etc then hosts is there a way I can change it tho my program.

View 4 Replies

Verify If A File Exist On Host?

Oct 1, 2011

I want to create a program that verify if a file on my host exist.Example: I have a button and if i click on, it verify if exist http://myhost.ro/test/test.txtAnd then if exist, textbox1.text = "The file exist " else textbox1.text ="the file don't exist ".. Can I create this program ?

View 17 Replies

VS 2010 Get Access To The Host File?

Mar 27, 2012

i am trying to get access to the host file with this

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim path As String = "C:WindowsSystem32driversetchosts"

[Code].....

View 6 Replies

Blocking Websites And Add The Text To HOST File

Sep 23, 2011

I want to make a program where it would read the text from textbox1(Ip Address) and textbox2(website) and add the text to my HOST file. I found this, and modified it a bit. I guess what I'm asking is if this would work, the only reason I'm not debugging it is because I don't wanna f/// up my HOST file.

[Code]...

View 5 Replies

VS 2008 Blocking Websites With Host File

Jan 6, 2012

I read some posts in the vb.net forum for how to modify your host file on your computer adding the domain website to block. this worked great. Then i went to a website such as vtunnel.com and was able to view the blocked website through it. So to still block it I need to add [url]... to the host site as well as any others?

View 4 Replies

Open And See Data Inside A .ISO Bin File From Inside An Application

Mar 30, 2010

im new to coding (started coding last month) so im a little stuck on how to do this, im making some emulation programs to learn coding with, and a part of it is to point the app to a .iso/.bin file and scan the data inside of the iso/bin to check if a file exists.[code]My issue is i cant find any class examples, or any information etc on how to code it so my application can see the data inside of the iso/bin instead of just see'ing the iso/bin file, so that i can then check the data inside the iso to see if the file exists etc.Im a novice still at coding so making a new class myself to look inside the iso/bin is to complex for me.

View 1 Replies

Replace Text File String On Remote Host?

Aug 15, 2010

What would be the most quickest way to edit a text file on a remote host?

View 3 Replies

IP Host Error 'No Such Host Is Known'

Apr 24, 2011

I am working on an app that searches my network and retrieves ips and host names, but when using this.[code]

View 2 Replies

Compress The File Without Loosing File Extension Inside Compressed File

Jan 4, 2011

I have File Like "Sample.bak" and when I compress it to be "Sample.zip" I lose the file extension inside the zip file I meann when I open the compressed file I find "Sample" without any extension.

I use this code :

Dim name As String = Path.GetFileName(filePath).Replace(".Bak", "")
Dim source() As Byte = System.IO.File.ReadAllBytes(filePath)
Dim compressed() As Byte = ConvertToByteArray(source)
System.IO.File.WriteAllBytes(destination & name & ".Bak" & ".zip", compressed)

Or using this code :

Public Sub cmdCompressFile(ByVal FileName As String)

'Stream object that reads file contents
Dim streamObj As Stream = New StreamReader(FileName).BaseStream

[CODE]...

I need to compress the file without loosing file extension inside compressed file.

View 1 Replies

Parse Some Text To Extract The Name/path Of An Image File Inside An X File?

May 9, 2009

I need to parse some text to extract the name/path of an image file inside an X file. The part of the file looks something like this:

TextureFilename {
"C:\\Users\\USER\\Documents\\Map\\Textures\\Grass01.dds";
}

[code].....

View 14 Replies

File I/O And Registry :: Create Some Data Inside An App And Send It To Another App As A File?

Feb 20, 2010

This is what I am trying to do. I need to create some data inside my app and send it to another app as a file. But this 'file' should never be written to the hard drive. It will only ever exist in RAM.

View 17 Replies

Open .exe File Inside Resource File?

Feb 29, 2012

how to running an .exe file that ive benn emmbed into my resource?mean when i click the button it will be open..

View 2 Replies

Compare Version Between Host And Client Download The File If Compare Version Not Same In .net?

May 20, 2011

they need to make some compare version between host version and client version.. and each 1 version different will download the file to the client..[URL]..with both example, how can i make a program in VB.NET just like i said just now?

View 15 Replies

Create A DLL File With The Other One Inside?

Oct 14, 2009

I'm creating a DLL file that has a reference to another DLL file.Is it possible to create a DLL file with the other one inside (thus not referring to another DLL file somewhere outside, but referring to itself).Eg: I've a.dll referring to b.dll.I want to include b inside a, hence having one dll file instead of 2.I know this is not the purpose of dynamic link libraries, but my libraries are about 15kb and with not page fault so often. So it doesn't really matter.

View 4 Replies

Download An XML File Inside App?

Aug 26, 2009

I need some pointers to how I get my VB6 Application to extract some data from a website. I have a page address where an xml file is sitting and I need to know how to make the prog reach out and grab it.

View 3 Replies

Replacing JPG File Inside A File?

Sep 29, 2011

I have question that very difficult for me, I have one File that contains 2 Image File in footer of File, The Image File is Jpg and Bmp File, in Offset 200 of File contain Jpg File and in end of Size Jpg File, there are BMP File.

View 8 Replies

Get A File Inside A .zip File Without Unzipping The .zip File?

Jan 21, 2010

I am trying to create an application that will copy files with a "*.1" extension over to another directory and change the file extension to .tif. The problem is that the *.1 files are located within zip files. Is it possible to copy files out of a zip file without having to extract it? The code I have so far is below. I have only gotten to the point to list all *.zip files found in a specific directory in a listbox. I am really looking to list all *.1 files found within all .zip files in a specific directory. Once they are all listed in the listbox, I will then chose a destination directory, copy them to the destination directory and change the files from a .1 extension to a .TIF extension.

Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
ListBox1.Items.Clear()
FolderBrowserDialog1.SelectedPath = "C:\"

[code]....

View 1 Replies

Accessing XML File Inside BIN Directory

Mar 7, 2011

I have an external project (DLL) that I have referenced in my project. One of the requirements of using that DLL is to include an XML file in the same directory as the DLL. Now I know in a production environment I could just add that DLL to the GAC and place the XML file in that same folder. However, that doesn't help me when I'm trying to debug it. I have tried including it into the BIN directory but it never gets moved to the Temp directory when compiled.

[Code]...

View 2 Replies

Call And Run Html File Inside Dll?

Aug 1, 2011

How can I run or execute a html file that inside the DLL file?

View 1 Replies

Edit A Value Inside Text File?

Aug 8, 2009

I have a text document that stores around 200 commands ,each on its own line with a value of either 0 or 1 after them. This determins if that command is ON or OFF.

I need to be able to manipulate the on/off values for 5 specific commands using a check box to say "turn this one on" if box is marked. or vice-versa.[code]...

View 1 Replies

Exe File Inside The Form Panel

Jun 6, 2011

I have a form called Form1. wherein Form1 has a split panel container. on the right side of Form1 is a web browser window. the right side are the buttons. one button there is calling another form. but there's a problem on this Form called Form2. I have google earth EXE and it's component files together with the same folder of the project. The Form2 will call the googleearth.exe file now... I know the program syntax

[Code]...

View 1 Replies

Get Resource File Inside The Application

Mar 14, 2009

i was wondering if i could access a folder inside the Resources folder of the application?
i would make it to eliminate the use of the debug directory in storing files and to use the clickonce deployment.

View 1 Replies

Move File Around Inside Of Zip Files?

Feb 22, 2012

How to unzip and zip? i need to move file around inside of zip files really any help?

View 8 Replies

Open .exe File Inside VB Form?

Oct 22, 2010

How do i open, for example .exe file, when i click the button, but not in new window, in my VB form? I have no idea how to do that .

View 12 Replies

Open Xml File Inside Application?

May 2, 2012

I have made a form that exports to xml and refer's to a xsl sheet to open into html format. Now what I want to do is build this program with these xml and xsl files in it. I also want the user to push submit and the xml inside the build opens up.

I understand the Diagnostics.Process.Start but for some reason its not referring to my xsl file its just loading all the values in order. My question to yall is how do i set a path inside my application for the xsl and xml to refer to each other.

Is it a dll i need to compile if so any guidance their. Im a beginner and am still learning.

View 3 Replies

Run A .exe File From Inside A VS2010 Project?

Aug 22, 2011

I am currently working on a school project in VS2010. I have added a .exe file in the project folder and added it to the Project as a 'Existing Item'. In Project Properties -> Publish -> Application Files the .exe file is shown.

The .exe file runs quite nicely when I use the Process.Start("C:\NameOfMyApplicationFolder\MyProgram.exe") hard code path to the .exe file. However, I am faced with two(2) challenges that I need to overcome. These are they:

1. If published on another machine the .exe file will not run as the hard code path to the .exe file will be different from that on my machine. Therefore I need a way to create a generic path to the .exe file. I have tried these [Process.Start("C:\|DataDirectory|\MyProgram.exe")] AND [Process.Start("Localhost\|DataDirectory|\MyProgram.exe")]; I got an error message that "The system cannot find the file specified".

2. I am putting the Process.Start("xxxxx.\MyProgram.exe") on a button click event. I also want to put the running of the .exe file between two(2) lines of code. The first line of code is basically asking "Do you wish to run the executable file" - YesNo. If 'Yes' is selected the .exe file is run. Here is the problem: When the .exe program is closed the second line of code is to be executed. I have gotten the .exe to run (using the hard code file path) when 'Yes' is selected, and the second line of code to execute if 'No' is selected, but I have not been successful in getting the second line of code to execute after closing the .exe program. I have tried this: [If Process.Start("C:\NameOfMyApplicationFolder\MyProgram.exe").CloseMainWindow = True Then Do line 2 End if]. nothing happens when I close the .exe program.

View 14 Replies

Run VB Code Inside Text File?

Mar 1, 2009

I have a program that dynamically generates new VB code, and needs to call that code later on. How do I get it to run code from a text file? Is there any command to extract lines from text files and run them as code?

View 7 Replies

Scan File Inside Another One With Different Extension

Jul 12, 2011

I want to create a program that scan a file inside a file.. let me explain more details. I have file and extension is .opi and I know inside that file .opi there are many file's with extension .ojs and .oji. How to display that all file's .ojs and .oji into a listbox?

View 2 Replies







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