Make Dll Of All My Project Code?
Feb 5, 2010I want to make a project in which i only use dlls for any kind of work plz tell me how to make a dll i dont know how to make dll.
View 1 RepliesI want to make a project in which i only use dlls for any kind of work plz tell me how to make a dll i dont know how to make dll.
View 1 RepliesIs there a way to import MS-DOS code into vb.net project and make it .exe out of .bat.
View 2 RepliesMy Visual studio crashes every time I open a specific project, because before closing VS2010 last, I forgot to close a .vb file that I had drug to my second monitor. The issue is likely related to floating tab wells in the VS Productivity Power Tools extension.now when I try to load the solution it will progress part way, but when it tries to reopen the documents that had previously been open, it crashes hard.anyway, I am trying to find out where VS stores info about the code documents that were open at last project close, so I can clear it out.does anyone know where VS stores info about the previously opened code documents? I've checked the project and solution files but neither appears to hold this info. I know that the location must be within the project however, since getting a new version of the codebase from source control corrects the issue (but I still have code to check in...)
View 7 Repliescan we make code which can make copying a file in a particular drive invalid/access denied?
View 3 RepliesI am trying to rewrite some code and I am trying to determine if I am writing it correctly. My goal is to make sure that the old code and my new code produce the same results(i.e. are logically equivalent). Are the 2 code blocks below equivalent?
Old
If a = 1 then
If b = 3 OrElse b = 18 OrElse b = 20 OrElse b = 21 OrElse b = 4 then
' Do something
[code]....
I've been looking through the book I own and I've been looking online but I just don't understand what code would I write to have it check the text box or input box for the right letters in a word?
View 2 RepliesI'm curious - is there any way to see all of the code for a project? I'm wondering how much VB does automatically for you in the background.
View 3 RepliesI am coding an ATM interface for a VB.net project. I wish to use command buttons to enter the code, just like one would do so at an actual ATM. I am using 4 separate labels or text boxes (whichever is more convenient), to print the separate numbers to, once the command buttons are clicked by the user.
The problem I am having is that once the 1st button is clicked, it is continually being overwritten, by clicking a second button. I have tried making the labels or text boxes... enabled = False, but it is still overwritten when the second button is clicked. Is there any means of bypassing this problem and getting the first label or text box locked off, after the first click?
i've been working on a project. it was working fine. but now i cant make any changes to the project. when i debug the changes i made to the project are not visible. even if i add a button the button is not there when i debug. i cant change my startup form. even if i change the startup form when i debug the same form get loaded.
View 6 Repliesi have completed my application successfully and now i want to deploy it on the Customer End...How i can make an .exe file of the project that also include SQL DB ??
View 5 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]...
What is the easiest/simplest way of finding out the number of lines in your VB project?
View 4 RepliesAnyone have code to accomplish this?
View 7 RepliesI have been working on them and adding to them for several months. Out of nowhere, one of the subs in my project is not recognizing updated code. I had a for loop in there that was acting funny so I changed something and noticed no difference. I messed with it for a while and decided to just replace everything in that sub with a simple msgbox and it still tries to run the code that was previously there. I have built the solution, rebuilt it, cleaned it, closed and reopened it, removed the bin and obj folders and restarted my computer several times. This is not a server program or anything dealing with IIS or anything like that.
View 4 RepliesProject running old code instead of new
View 2 Repliesmy name is Bogdan and I am having a litte bit of a problem with vb.net.In my computer I have instaled Microsoft Visual Basic 2010 Express...so long everything it's ok.I told one of my friend about this cool program and now we want to make a program together in our free time but from each other computer...soo how do i make a online "vb.net project" (i am not sure if i have express myself correctly)that i can access from each other pc?I google this problem and i didn't find anything and now am starting to think this isn't even possible..
View 4 RepliesHow to make a setup project
View 6 RepliesI'm working in a small project i want to know how to make setup file for my project ,to run the project in another computers i try to make setup file from ,, add new project/setup and i added (Source Files and Primy output) to the setup files ,but it is not working in the another pcs can any one tell me how to make correct setup file to work in another pcs
View 11 Repliesi developed one vb.net project. can i make this exe to be installed a total of two times (once on two different computers).
View 2 Replieshow to make a group project in visual studio. NET ?
View 5 RepliesAll i want to de is make a window like this one (not for networking) just the design. MOstly the top part with the back and foward button witht teh blank spece
View 3 RepliesI 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 RepliesThe project is suppose to total the 8 commissions (in the array) I see the coding but when I try to put in a label at the bottom of the txtReport I get an error now I have deleted the box and am confused as to what my next step should be. Do I create a label box in the txtReport. I am so close to being finished.
The item "objDebugWindowsApplication1.Form1.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter.
[code].....
How can I make my project.exe in visual basic 2008 and how to load an image into PictureBox by clicking a CommanButton.?
View 8 Repliesi cannot make the parking project in vb.net
View 1 RepliesMDI Parent. that behaves same like taskbar, whenever a new form is opened there will be a link for the form, and also having RightClick Menu from which i can close maximize and minimize the form.
is any featcher like this is provided by the microsoft ?
when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.
For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons.I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons...It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed.
Now, when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons. I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons..It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed. But I can't figure out what it is. Is there some mysterious hidden backup somewhere??
View 2 RepliesCan I get access to the code of an application without having the Project Solution file? We had someone leave the company and we need to get to the code that they created. What we have are the following files:[code]....
I only know how to access code by clicking on the project solution file for an application but I'm not sure if there is another way to do it.
send me source code for any billing project
View 3 Replies