[2008] Adding Files To Project?
Feb 2, 2009
how to add the resources but how would I call them in the code? For example I created a picturebox then I added all the pictures I want. If I wanted to display a different one how would i do it in code?
View 2 Replies
ADVERTISEMENT
May 13, 2009
I am using Visual Studio 2008 Setup project. I need to copy one folder and the sub folders into the program files but when I tried to copy or add the folder to "Application Folder" in File System editor, I am able to add only files and not folders.
View 1 Replies
Dec 17, 2011
I have developed a VB.NET application that generates code in a specific format. It has a multitude of features and everything works great. I recently added the ability to save generated code to a text file as well as the ability to load those text files into the application. I am looking to add one last feature (perk). I want to include a bunch of pre-coded text files with the application, that new users can load and use immediately. As of right now I have the application creating the directory they will go in, but can't find anything on how to include the text files and have them placed in that directory. This application uses one-click deployment (in case that matters).
View 1 Replies
Dec 31, 2011
I am adding all of my files as resources into my project (so they will work on another computer) however, I have some videos that I added as a resource for playing with AxVLC and I can't seem to figure out how to get them to work. I'm getting an error :Error 1 Value of type '1-dimensional array of Byte' cannot be converted to 'AxAXVLC.AxVLCPlugin'.
View 7 Replies
Jan 11, 2009
For some reason, I am having trouble adding the WinHttp dll to my vb.net project. I tried changing the framework from 3.5 to 2 but that didnt change anything. When I try to add the COM component as a reference to the project I get this Error.
A reference to 'Microsoft WinHTTP Services, version 5.1' could not be added. This is not a COM component. I'm using vista 64 bit and I made sure the register the dll when I added it to the system32 folder.
View 5 Replies
Aug 8, 2009
I have a class library called Encrypt.dll that I added to my project (that class encrypts strings..). I have a problem that when I drag the app out of the Release folder, it crashes, giving me this error:Could not load file or assembly 'Encryption_Class, Version=1.0.0.0...' or one of its dependencies. The system cannot find the file specified.What am I doing wrong?I added it from the Reference tab->Add->Encrypt.dll
View 4 Replies
May 19, 2010
I have a settings.ini file in the root folder of my application. Where in the project settings do I set it so that when i publish the project that this file goes with.When installed the settings.ini file must sit in the same folder as the .exe file.
View 5 Replies
Sep 8, 2011
i have a program that when you click a button it randomly gets a random line from the file and adds it to a textbox. Well when i give ppl the program it needs to have the .txt file in the same dir right.
But how would i add the file to the program itself ?
Or Add the contents of the file to the project ? maybe a class or something idk.
View 9 Replies
Mar 2, 2009
everytime 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 Replies
Feb 4, 2009
I have some rather largish classes that I wrote in C# that I want to include in a Visual Basic project. How would I do that (aside from transcription)?
View 13 Replies
Dec 16, 2009
I am using iTextSharp to add watermarks to existing PDF files & using PDF-XChange Viewer [URL] to view & print the PDF's. The problem is that the watermarks don't display in PDFXC & print out with the spacing all messed up. Is there a certain way I need to create the watermark with iTextSharp in order for it to display in PDFXC?
View 3 Replies
Apr 4, 2011
Is it possible to change source path of content files in setup project? I need to copy some of files located in source directory to installation directory while installation.
View 2 Replies
May 22, 2012
Ok I know this question has been asked to death but I still have not seen a good answer. I have created an application in VS2010 using VB.NET. In my application I have an error log that is an XML file located in the Public gstLocalErrorLogLocation As String = Application.StartupPath & "ErrorLog"that gets written to in the event of an error so I can trouble shoot application easier. My application also downloads files from our FTP site and puts the files in Public gstLocalDownloadLocation As String = Application.StartupPath & "download"So I have files that get read and written to as well and created and deleted all in the Application.StartupPath which is either "c:Program Files(Application Directory)(Some Directory)(Some File)" or "c:Program Files (x86)(Application Directory)(Some Directory)(Some File)" depending on 32bit or 64bit Windows 7.
After creating the setup I install it on my test machine that have both Windows 7 32bit and 64bit.Everything in the application works great till I have to write to, delete or creat a file in those directories above. I know it is an access issue and the UAC. This will get installed on numerous systems so the options I have seen to change file or folder permission on the computers manually is not an option.What has to happen is after I install the application it just works like when you install it on XP. Some post have suggested that you us a user with administrator privilages or group which is all fine and dandy but the user I have used to test the application has all of that.
So what I am asking is how do you create an application with VS2010 in VB.NET that after creating a setup package and installing on Windows 7 will just work with out "Access to the path c:Program Files(Application Directory)(Some Directory)(Some File) is denied." If I have to install this on 100 Windows 7 computers it has to be a concreate no manually doing anything just install and work like when we installed on XP.
View 5 Replies
May 5, 2010
For reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.
View 2 Replies
Nov 15, 2010
i was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :
1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices
2- i try make it with Setup Factory 8.2.1
3- i try with MSI Factory 2.0
4 i try with Setup Factory 6.0
and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :
[Code]...
View 3 Replies
Feb 23, 2009
I am compiling and importing this multicolumncombo box class. I am able to run the demo program that comes with it without a hitch. However when I compile it for release and include the /obj/Release/CodeSamples.dll as a reference in my C# project, the examples won't work any more. Specifically, selecting an item doesn't work. I can add and display items properly, but when I click on an item, in the VB project it displays the first column's value, in the C# project, it doesn't display anything.
View 2 Replies
Aug 14, 2009
i would like the installer to put an icon shortcut to my app created in vb.net. how do i do this?
i am using click once edit:
i am using visual basic express 2008. perhaps it is not possible to add the icon to desktop using the built in installer?
View 3 Replies
Mar 20, 2009
add some sound files to a project. When the program installs it will also make a folder (named "Sounds") and place the sound files there. The idea is that the user should be able to add more sound files here.I have added the sound files through my project properties window esources. In the solution explorer I added a new folder called "sounds", and placed my sound files there.Now, I thought that I could use this code to access my files
Application.StartupPath & "soundslip.wav"
This is not working.
View 5 Replies
Jun 2, 2009
I am very very very Curious , okay today when i opened vb.2005 i click on projectAdd ReferenceCOM(tab)
It showed me different component names, so here is my question
What can i do with those Components? I saw Yahoo Messenger Components/ Bit torrent/ Real Player/ Quick Time and different applications' component to summarize my curiosity
What can i do with them? What is the reason for those components? Are they helpful? Are they ever needed? if yeah please how?
View 6 Replies
Jan 19, 2011
Over and over i keep getting stuck on the idea of adding references to a project. I was looking about visual studios 2010, i clicked the project menu tab, and then scrolled to add reference. When i would click on it, it would bring up a large list to choose from. So, my issue is as follows. I am told to reference via my compile error message a few items. I thought i found the elements i was looking for and pressed OK. When i would try to run, it would still give me the errors.
What am i doing wrong? Am i not doing something correct?
here is my error code, and i looked it up, but for some reason, as stated above, i must not be referencing correctly?
Quotec:\users\fallenreaper\documents\visual studio 2010\Projects\Crystal Report Software\Crystal Report Software\CrystalReport1.vb(99) : error BC30652: Reference required to assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' containing the type 'CrystalDecisions.CrystalReports.Engine.ReportDocument'. Add one to your project.
c:\users\fallenreaper\documents\visual studio 2010\Projects\Crystal Report Software\Crystal Report Software\CrystalReport1.vb(99) : error BC30652: Reference required to assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' containing the type 'CrystalDecisions.Shared.RequestContext'. Add one to your project.
c:\users\fallenreaper\documents\visual studio 2010\Projects\Crystal Report Software\Crystal Report Software\CrystalReport1.vb(138) : error BC30652: Reference required to assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' containing the type 'CrystalDecisions.CrystalReports.Engine.ReportDocument'. Add one to your project.
c:\users\fallenreaper\documents\visual studio 2010\Projects\Crystal Report Software\Crystal Report Software\CrystalReport1.vb(144) : error BC30652: Reference required to assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' containing the type 'CrystalDecisions.Shared.RequestContext'. Add one to your project.
View 2 Replies
Mar 24, 2011
I'm moving from vb6 to vb2010. I have couple of questions:How to add an activex component to a vb.net project? Where to look for it after installed?How t add a .net reference to a vb.net project? Where to look for it after added?
View 4 Replies
Feb 27, 2010
I have my project all set up but I can't seem to fiqure how to put the Access Datbase on it. I am running Windows 7 OS and I am working with VB 2008. I select SERVER EXPLORER and connect to a Data base and choose Access Database file. I click browse and I can find anything.
View 10 Replies
Aug 3, 2011
I have a visual basic 2010 project with a solution. When I double click the solution the project opens. I cannot see the solution file. I am trying to add an existing project to my solution but I am having trouble.How do I add an existing project to an existing solution?
In VB 2005 if I double click the solution the solution opens with the project underneath it. But in VB 2010 they have made it complicated apparently.
View 4 Replies
Jan 6, 2012
Is that Possible to add icon or pic to exe file of my project after build the exe?
View 4 Replies
Oct 12, 2011
I develop a student information system with vb.net where marks of previous years and preference of subjects of students are recorded. finally according to their preference and available resources at the department, students are granted two subjects for each one for higher studies.In the system we have to get information and output the student detatils and their subject.problem is if administrator would need to add new subject to the project.I have design this only for 5 major subjects and their major2 subject
View 3 Replies
Nov 9, 2011
I've added a C# project to my VB.NET solution and I'm trying to access all of the classes and namespaces within that C# project.However, I'm not having any luck. I've never had to do this before, so I'm a bit lost.After adding the project, I tried importing the namespace from it. When I do, I just get the green squiggly telling me that the namespace doesn't have any public members or couldn't be found.Since it does have public members, I'm assuming it's the latter issue.So is there anything I need to do in order to access besides just adding it?
View 2 Replies
Jul 17, 2009
I'm trying to add a Crystal Report to a VS 2005 VB project.Here's what I do: Right-click on my project, Add -> New Item Crystal Report Add a report with the standard report wizard (or just a blank report
[Code]...
UPDATE: OK, something's really screwed up. When I inspect the Me object above, it isn't even putting out the kind of object I expect. I think I may need to piece together the solution again.
View 1 Replies
Jul 22, 2009
I m working on one of vb6 projects. There are total 3 projects. One of them is ActiveX Exe is and has main method, second one is also AxtiveX Exe but doesnt have main method (only Classes) and third project is of ActiveX Dll.Well I m trying debug and issue and trying to put all 3 prjts in 1 Group prject but some how I cant add reference of 2nd prject into the first one. I get an error of " cannot be referenced because its project type is exe" but I can add a ref of its compiled exe but this doesnt help in debugging of whole prjt.
View 7 Replies
Jun 16, 2010
my program does not work on other machines.although they stood Framework & adodb.dll.writes that the error in the "Update".
View 7 Replies
Mar 16, 2011
How does one add a bitmap to a project so that you can refer to it by name? i.e. MyProject.MyBitmap.bmp
View 2 Replies