Make A Project That's Have To Import Multiple File's At Ones?
Feb 19, 2012I wanna make a project that's have to import multiple file's at ones how do I do this?The language is visual basic.
View 7 RepliesI wanna make a project that's have to import multiple file's at ones how do I do this?The language is visual basic.
View 7 RepliesIs there a way to import MS-DOS code into vb.net project and make it .exe out of .bat.
View 2 RepliesI am wanting to get information from a text file into different arrays.
My current text file has a new line for each driver but I would like it to look something like this
[code]...
I have to make an .exe file, which could be installed on other systems.. I'm having a SQl dB project with VB .net 2005. I've searched all through the MSDN but couldn't find..
View 3 RepliesI want to make exe file of my project but i don't know how make.P
View 5 RepliesI need to make a setup file for my vb.net project. I use sql server 2005 & VS 2008. I want to make setup file which is write in CD and use any another system.
View 1 RepliesHow to make a setup file of VB project application
View 1 Replies[code].....
View 3 RepliesI have a solution that contains a WCF service project. In Solution Explorer only the MyService.svc file is shown, but on double clicking it the MyService.svc.vb file opens for editing. That is OK, but Visual HG (based on Mercurial) now doesn't show that the MyService.svc.vb file has changed and I cannot commit any changes without browsing to the Tortoise HG workbench. This is a possible cause for errors when merging code. So, how do I make the MyService.svc.vb file appear in Solution Explorer?
EDIT: The problem seems to be limited to VB WCF projects. In C# there is an arrow before the .svc file that will show the svc.cs file when clicked. Bug?
Is it possible to import a vb6 project into VB2010?
View 1 RepliesIs it possible to import a c# code that I have (which highlights lua syntax in a richtextbox control) into a vb .net project or convert it from C# to Vb9? I tried a converter but it didn't seem to work.
[code]...
I want the image to be stored inside the exe file and not taken from the harddrive of the user, what is the right way of doing it ?
View 5 RepliesIs there a way to import an xml file into a vb project and have the structure and data visible? I'm wanting to create a data structure within my project that has all the data from the xml files already compiled in. The data in the xml file is static reference data that never changes, and my project lead doesn't want to put it in the database or distribute the xml file.I'm just wondering if there's an easy way instead of manually building an array line by line - there are hundreds of data elements.
View 2 Replieseverytime I import some file to my program, like a picture, I write down the ImageLocation, but if after the program is ready I delete the picture or send the program to a friend who hasn't the same picture at the same location...
View 2 RepliesI wonder if there's anyway to import multiple DLL's, or Use this:
<DllImport("Exemple.dll")> Public Shared Sub Main()
And replece "Exemple.dll by a variable.
I'm trying to do a program like this:
For Each file In My.Computer.FileSystem.GetFiles(Dir, FileIO.SearchOption.SearchTopLevelOnly)
ListBox1.Items.Add(My.Computer.FileSystem.GetFileInfo(file).Name & ".dll")
Next
In this case, Dir contains DLL files. I want that when the user double click on an item in Listbox1, it import the dll file with the same name as the item.text
How do i get multiple icons in a project for use with shortcuts OUTSIDE the project..
View 7 RepliesHow i can make an installation file from a VB project developed in VB express edition 2008?So i can give it to someone and they can install it on their system.
View 1 RepliesI am just added new project class library to make dll file. when i write the first line i got this problem
Dim objStreamReader
As
New
StreamReader(Server.MapPath("TextFile.txt"))
name 'server' is not declared
I want to import an external database to my project using OpenFileDialog, the question is that there is a method of verifying the basic structure of external data is consistent with that of my application
View 8 RepliesI could not find a clear cut answer to this question when searching MSDN (too many references come up about Microsoft Document Imaging) so thought it better to ask.
Is it possible in VS2010 to create a new MDI application and import stand alone Windows forms applications into it?
The reason I ask, is we have a number of tools that have been created as single apps but there are quite a number of them and it would be nice to combine the lot into an MDI app.
However I don't really want to re-write any of the apps, so is there a way to import them instead?
I'm making a image editor.I need the user to be able to import multiple images at once, and those images be displayed as thumbnails in the sidebar. How do I do both of these things?
Also, when the user clicks the thumbnail, it needs to display the full image in a large PictureBox.
I am trying to create a custom LabelFor helper to apply by default instead of the standard LabelFor helper include in System.Web.Mvc.Html. I want my LabelFor to take model properties that are PascalCase and make a label that appears as multiple words. For example the property FirstName would appear as "First Name".
I found this post that shows how to make a custom LabelFor helper that allows the addition of html attributes. I recreated this helper in VB.Net and modified it to do what I want, but I am not able to get it to work.
[Code]...
The sample includes this Module in Namespace System.Web.Mvc.Html but when I add the namespace declaration to this module everything in the rest of the project goes haywire. For example, each of my models has a Primary Key property that is a Guid datatype and as soon as I add the namespace above to the module, I get several errors stating that System.Guid is not defined among other similar errors.
I've tried to import my project namespace into a view in order to use the custom helper, but then I get an error that says Overload resolution failed because no 'LabelFor' is most specific for these arguments.I am trying to avoid having to specify a DisplayName for every PascalCase property I have in many models.
A colleague has written a useful tool. He wrote it as a standalone tool, but it works even better as an includable dll, though it needs a bit of other functionality for it to be a really good drop-in component. What I am wondering is whether a project can be compiled as both an exe and as a dll?
There are alternatives, such as having a dll version and an exe version, since the dll version needs to include a few different methods that the exe version doesn't need, but this alternative sucks, since it would mean changing two sets of code.
Another alternative is to build the dll, then change the exe to be a project that references the dll....and does nothing other than calling one method in the dll. That kind of sucks, too, but not as bad.
I want to be able to use his module in some of my programs, and it really should be built as a component rather than a standalone app, but I want to know whether there are other options that I haven't considered.
I'am try to make multiple file deleter in visual basic so here is my code.
Public Class Form7
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
OpenFileDialog1.ShowDialog()
[code]....
But my problem is that if add two or more files it just deletes the last one on the list box. How can i make it delete a the files on the list box?
hello i have this code to import 1 csv file and separate the entry into two database table
[Code]...
how can I import the System.ServiceProcess namespace into a WPF project in VB.net (not C#)? The ServiceController object is not in the toolbox in VS2008 and can't see to figure it out. Any ideas? If that particular namespace cannot be imported into WPF projects, could somebody suggest another way of controlling windows services from a WPF application? I know this framework is focused more on multimedia apps, but would really like to switch over some of my tools to WPF.
View 2 RepliesI have this VB ASP.NET Web Service Application project running VS 2005. I'm trying to add references. To do so I click on the "Properties" icon in the Solution Explorer window which presents me with a window to add/update/remove references. I click "Add", I select the reference I want and then "OK". Lo en behold, NOTHING! It simply won't add references (I tried adding several different ones). Specifically I'm trying to add the System.Configuration assembly.
[Code]....
I have several DataGridView controls populated with data. I want the ability to export all the data from these populated controls to 1 XML file. In effect the controls are populated after my project runs. The user will be given the option to export the data.
I then in turn want the ability to import this same data back to these empty controls at a later point in time. I would run my project in a different mode which would display the empty controls. The user would be given the ability to uploaded the XML file and repopulate the controls.
I want it to do the following: When they click the import button, open multiple files (done) then save them as a settings. Then on form load, open those files so I do not have to re-import them!
I have tried this
CODE:
on form load and settings.txt included 2 file names and locations. It is only opening the 2nd file NOT the first. How can I make it open ALL files in that settings file? I also tied ReadLines
What code would I write so to make a simple app that will import three registry keys. As if I would double click on a .reg file
For multiple reason, I dont what to have to click on the .reg file, and I cant have a .reg file there.