VS 2010 - Make Changes To DLL ?
May 28, 2011
I am having problem with compiling the DLL. Here is the scenario: Let's say I have created a DLL and App1 is using it. the application will monitor a folder for several hours. The dll and the app1.exe is copied to C:foder1 directory. The application is running without any problem. Let's say I need to make changes to that DLL. If I open the DLL project in my Visual studio and compile it, it says that the file is currently used. DLL project is stored in different path. let's say in D: drive. Why it says the dll is used? The app1 should use the DLL in C:folder1.
View 2 Replies
ADVERTISEMENT
Oct 27, 2010
I'm trying to make an app using visual studio 2010, I have this excel formula that will calculate a 6 Digit code from a 11 digit serial number.The excel is pretty old and it consts of math operations such as RIGHT, LEFT, MID and POWER I managed to "translate" that to Microsoft.VisualBasic.Right, Microsoft.VisualBasic.Left, Microsoft.VisualBasic.Mid and Math.Pow but i'm not sure if i did it right, since is not giving me the result i'm looking for, instead of a 6 digit number is giving me something like this: 9.9E+52
Here's the code I made for the vB
Microsoft.VisualBasic.Right((Math.Pow(2, 5 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Left(txtESN.Text, 3)), 1) + Microsoft.VisualBasic.Right(Microsoft.VisualBasic.Left(txtESN.Text, 3), 1) + Microsoft.VisualBasic.Mid(Microsoft.VisualBasic.Left(txtESN.Text, 3), 2, 1))) - 1) * ((Microsoft.VisualBasic.Right(txtESN.Text, 3)) + 199) * (23 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Right(txtESN.Text, 8)), 1) +
[code]....
View 5 Replies
Jan 18, 2012
source codes for vb 2010 the binder coding and how to make them fud?
View 6 Replies
Jan 18, 2012
any1 give me tut and vb 2010 codes for crypter coding i am having problem with finding codes and then next problem is that source undector???
View 5 Replies
Jun 3, 2011
I have searched and searched and searched. Nothing is working. Well it kind of works...I have a rtb which reads from a bunch (like 4.6k) xml files. Depending on the value of a few tags it displays a certain character. I want those characters to be color coded.
[CODE|
If File.Exists(xmlFile) = True Then
Reader = Xml.XmlReader.Create(xmlFile)
[code].....
View 6 Replies
Mar 23, 2011
is it possible to make a d3d crosshair in vb 2010 if so anyone know most basic way or a tutorial
View 4 Replies
Jun 9, 2011
How can i make a keylogger in visual basic 2010 ?
View 1 Replies
Mar 8, 2011
How can i make and use dll module in vb2010
View 5 Replies
Jun 5, 2011
How to make this calculator:2 Texboxes In first textbox is writeble (where user will write the version) The second textbox is notwriteble ( there will show the result)In the first textbox to make calculation of version.If user writes for example: 1.03.11 In textbox2 to display the calculation: 22656 If the user writes for example other version:1.05.50 In textbox2 to display the calculation:22895and the same way if user writes 1.03.24 or other numbers auto to calculate the versions, and if user writes a bad text in tetbox2 to display error: For example In textbox1 user writes text: omg In textbox2 shows : Error
Only if user writes number like this: 1.03.11 or other number will calculate it else to shows error
View 16 Replies
Oct 21, 2010
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.
View 1 Replies
Mar 21, 2011
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 Replies
Jun 17, 2011
First, I am wondering how to make it so that when i click a button it adds 2 text boxes and a label and can keep doing it until it hits a certain number and makes the form bigger?
View 1 Replies
Dec 5, 2011
I am new to visual basic and have only made some basic things in it. I am trying to create an application that will insert a DWORD into the windows registry. But when I follow microsoft's instructions. I creates a normal registry key. Here is some example code
[Code]...
View 3 Replies
May 7, 2011
how to make a server, and let my program connect to that server. My program is on books, people can go through the list of books and "favourite them". Then in a window I open I can see the most favourite overall etc. How would I do this, what type of server (srry im not pro on servers at all).
View 1 Replies
Jul 1, 2010
Is it possible to make a webbrowser where when someone clicks a link a button will be enabled?
Example:
If someone press a advertisment the button will be enabled.
View 1 Replies
Jan 16, 2012
i wont to code in vb.net do that compiler makeing exe for Example make form2.vb to form2.exe or like that
View 2 Replies
Oct 3, 2010
I have project to do it.Project name RCON.I created form, where is showing RCON of status (offline/online logged), log, etc.How do i make it RCON work with that program?I have rcon.exe and with that running must be:notepad.exe > saving as startrcon.bat.[code]
View 3 Replies
Apr 14, 2010
I'm looking on how to make something like a NewsTicker.Imagine that I have the text "The sky is blue and today will not rain."And I want it to marquee something like:Well, let me explain, I want to always be showing something on the label, and when it ends, before ending it starts the beggining again..
View 30 Replies
Jan 14, 2012
since i started to vb i made several exe files and when i tried to show them to my friends or someone else but every single time i got the "Virus!" label stuck to my program.. i mean antivirus programs ran alarms and screamed "Are you nuts ?! Its a VIRUS!!" and i dont want that happen... how can i prevent this to happen??
View 9 Replies
Jan 26, 2012
I am an absolute beginner to VB programming and i want to know that how can i make a setup for my application in vb 2010 express
View 3 Replies
Mar 19, 2012
i've tried to make a leet translator but it fails.
View 7 Replies
Jul 28, 2010
How can i make a TCP Flooder in VB.NET 2010?
I can do it on CMD , and i made a batch application too.
I want to put the commands for:
- The size of the package
- The time of the ping in miliseconds
- The IP target
- And ping how man times
View 3 Replies
Apr 26, 2011
Im preparing a program for my teacher friends using vb 2010 express. They keep records about their students. I prepared a database that contains a table named "Mystudents". It has columns like "studentId , Name, Surname, etc.." . My problem starts here. Each student attends lots of lessons during a year. I must keep "which lessons they attended", "when they attended", "which topic done in the lessons" for each students. for example
Id: 104
Name : Jason
Surname : Black
Class : 10A
[Code]....
i mean i have a list of data for each record of databese.
View 5 Replies
Oct 27, 2010
I'm trying to make an app using visual studio 2010?I have this excel formula that will calculate a 6 Digit code from a 11 digit serial number.The excel is pretty old and it consts of math operations such as RIGHT, LEFT, MID and POWER I managed to "translate" that to
Microsoft.VisualBasic.Right, Microsoft.VisualBasic.Left, Microsoft.VisualBasic.Mid and Math.Pow but i'm not sure if i did it right, since is not giving me the result i'm looking for, instead of a 6 digit number is giving me something like this: 9.9E+52?
vB Code:
Microsoft.VisualBasic.Right((Math.Pow(2, 5 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Left(txtESN.Text, 3)), 1) + Microsoft.VisualBasic.Right(Microsoft.VisualBasic.Left(txtESN.Text, 3), 1) + Microsoft.VisualBasic.Mid(Microsoft.VisualBasic.Left(txtESN.Text, 3), 2, 1))) - 1) * ((Microsoft.VisualBasic.Right(txtESN.Text, 3)) +
[code]....
View 2 Replies
Jan 10, 2010
i am currently trying to make an invaders-like game with visual basic 2010.I've managed to make one alien (picturebox16) dissapear when the coordinates of the arrow (picturebox1) kinda matches the coordinates of the 16th alien, however, the second alien(above it) doesnt dissapear(picturebox4)?
View 2 Replies
Jan 24, 2012
I'm trying to make a borderless form. I chose a dark red color as a backcolor and as a transparency key. I made my own dragable title bar, my own close, minimize, maximize and restore buttons and all that stuff. BUT, in order to imitate the Microsoft Windows' style perfectly, I tried to copy that outer glow that Microsoft has:I had to add an outer glow to my form in Photoshop and save it as .PNG. Here's what happened:The dark red became darker under the influence of my outer glow, and it was not considered a dark red anymore. How can I get rid of that?
View 1 Replies
Feb 19, 2010
make a bug report in Visual basic 2010.
View 25 Replies
Jun 25, 2010
Well how can I make an Audio Converter?
View 6 Replies
Oct 23, 2011
I have a web browser and I made a favourites bar for it. I create the favourites using my.settings.bookmarks I use this code to display:
[Code]...
View 1 Replies
Apr 26, 2011
1) I want to make my webbrowser to click somewhere. I use this code, but I navigates to it, I want it to click it.
[Code]...
View 8 Replies