Build A Class Or A Part Of A Program That Can Be Add Into Other Programs To Be Used In That Programs?
May 27, 2011
I am sure this can be done, as Visual Studio is basically built this way. What I want to do is simply make a class that my other workmates can use. But rather than have it in a code form, I want to build it (partially), and then my workmate can add it into their programs (sort of, like the add reference for the .NET stuff).
View 4 Replies
ADVERTISEMENT
Mar 11, 2010
i have taken part in a programmers elite competition and in a group you are assigned different programs to build. i have VB and C++ im really good with C++ but i have never touched VB !! now i have a project to build this is the program i have to build ... im not asking you to do my homework. this is a little request for you smart vb people Download the P3S3 Data File For Import.txt (the file is attached.)Be sure to use industry standard prefixing on these objects (i.e. Hungarian or Pascal naming) and use camel-case naming.
View 7 Replies
Jan 8, 2010
In class i saved my program in with load of other test programs for the same assignment and got everything mixed up i finally figured out what was what and loaded the program in Visual Basic. Now my program doesn't recognize one of my forms when i try to access the design view of it. I hit run for the hell of it and the program runs with errors of course but the form1 "the missing one" shows up with all the buttons etc and i can use it.
Heres the link to the files. [URL]
View 3 Replies
Feb 2, 2010
I started with VB 6.0 back when i was 14, I was mostly into coding programs that interacted with other programs. Recently I installed VB.net 2005 pro i got from school, and i grabbed few source codes that teach show interaction, I feel so dumb, i dont remember anything lol. It be great if you guys can share some source codes and other stuff in this field. also other day i was in dream spark and i am able to get copy of VS.net 2010 ultimate edition, are there a lot of major changes, cause i got 2 thick book for VB.net 2005..
View 1 Replies
Feb 23, 2009
When you've finished a program and you're trying to distribute it to the mass public. How is the best way to go about doing this? What sites would you post your program on and getting the word out that there is a new program on the block and it does xyz. This is directed to freeware so there wouldn't be any advertising.
Sorry for not explaining it very well the first time.
View 2 Replies
Jul 16, 2009
I have a "ClickOnce" application and on the Splash screen I display the Version. I am also displaying the "CreationTime" (see below) that I thought was when the Build or Publish was done. Today I realized it is displaying the date/time when the application is actually installed on the PC. How do I pull the date when the this version was compiled, Built, or Published? I really do not care which -I just want a constant date the sticks with that version. I'm using VB 2005.
[Code]....
View 7 Replies
Sep 24, 2010
I'm trying to use classes more in my programs. I'm using classes. This is the section of the main form that is causing the problem:
If conType = Nothing Then
TaOrIbt()
End If
objGetECaptureType.CaptureType(conType)
[CODE]...
View 12 Replies
Dec 21, 2011
I'm working on a program, just to learn a bit more about programming. The program's function (if I manage to do it) will be to accept drag/drop files and create a link to them within the program itself. For example: I drag and drop the .exe to a game I have installed; the program then creates a shortcut within itself; the shortcut is displayed in the program with the name/icon; if I click the icon within the program, game launches.I've already manually coded something to this same effect, but it doesn't automatically add new shortcuts/buttons so I have to keep going back in and reprogramming another button every time I install a new game/program. I'd like to be able to just drag/drop and be ready to go. Any ideas on how I can get this function? I'm using Microsoft Visual Studio 2010.
View 9 Replies
Dec 3, 2009
does anyone know how to get my program to scan for a program such as ie then add it to a toolstrip as a button then when i click it it opens ie??I like..... Understandable Answers
[Code]...
View 1 Replies
Nov 16, 2010
I want to make a simple window which would contain a list of some free programs available for download. The program list would be derived from a web page that has download links to the programs. My program would check this webpage, and provide the download links so that the user could download the programs in-window.
View 3 Replies
Jun 22, 2011
any easy way to ref c sharp programs from visual basic? Can it be referenced from within the .net program?
View 2 Replies
Aug 7, 2011
I would like to create a program that would install a program depending on the checkbox selected.
View 3 Replies
Nov 9, 2011
I'm making a program which should close and block different programs, but also i want i to be a able to close and block different websites. So if i have my browser opened and i'm on www.facebook.com then i want to block the acces for this site.
View 2 Replies
Apr 7, 2010
Im new to programming and I started by grabbing some code here and there from various internet sites. I made some little programs without sense but Im stuck on my new program.
[Code]...
View 6 Replies
Nov 3, 2010
This question may be vague but I was wondering if anyone has ever implemented an application that basically creates a UI to list and monitor all running applications you have running. This applies to many developers who might have multiple programs running continuously and it would be great to have an app that monitors these programs..or does anyone think it is just unnecessary.
View 1 Replies
Apr 30, 2009
i just wanted to make a really simple program to hide/restore programs listed in the taskbar. the hiding part is working, but somehow i cant get the window to show up again ? >< here is the code i am using:
Public Class Form1
Private Declare Function ShowWindow Lib "user32" ( _
ByVal hwnd As Long, _
[Code]....
i've also tried this with a button for show and a button for hide aswell incase SW_HIDE and SW_RESTORE are being used too fast after each other, but same issue.
View 1 Replies
May 30, 2011
I made a program that clicks in different places. I wanted it to be able to click on other programs, but it doesnt. I know it clicks because when i test it on VS where i am typing changes when the program clicks.
View 1 Replies
Jun 5, 2009
I want to make a program that can communicate with other programs, Like a tcpserver/client.But i don't know where to start. I want the user to be able to submit several urls to pictures on the internet and for other users to be able to view those pictures. How can I do this?
View 1 Replies
Nov 10, 2010
I am wanting to create a simple program that monitors what programs are opening and if necessary close one or two. I would also like to know if it is possible to get the window title (using a simple function/sub) and check with a stored list of programs,
whether that particular program is allowed to be open and if so before the program can be opened a password dialog will appear asking the user to enter the defined password in order to continue opening the program. Is this possible? Also should the password entered not match up, the program/process will not be allowed to open and will be closed/cancelled.
some code or point to the part of the microsoft site that has information on getting window titles and how to close current programs open etc
View 5 Replies
Jun 3, 2010
i want to make a simple program where i can add/edit or delete a shortcut from an installed programs in my computer.
let say c:program filesmicrosoft officeoffice11winword.exe.
the purpose of this is i want some of my selected programs to be in a single window where i can click to open so i don't need to go to start then programs and open that specific program.
i want to run that program in startup so everytime i start my computer the shell or the program is already running and i could click the program that i want on that window.
View 2 Replies
Mar 15, 2009
how to write/program VB programs. However, I'm stuck on the mortgage calculator application. Whenever I run the program, I come up with an error stating "Argument 'NPer' is not a valid value." which refers to the Pmt function in the code.
'Dim monthly As Double ' monthly payment rates
Dim years As Double 'total # of years
Dim rate As Decimal 'annual rate
Dim months As Integer
[code]....
View 2 Replies
Jun 13, 2011
I'm developing the program which opens files/programs that I have selected and checked with checkbox1, 2 and 3(i haven't coded the tihrd one yet, but it doesn't affect). The first program runs instantly and others run after X interval if it's wrote in textbox4 and checked by checkbox4. So Checkbox is like an activator for this interval. If checkbox4 isn't checked then every program should run instantly. The problem is that checkbox4 isn't doing a job. Program activates the interval if there are somekind of numbers in textbox4. It doen't matter that is the checkbox4 checked or not.
Here is the
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[CODE]...
And here is the screen of the program:
View 6 Replies
Aug 21, 2009
Im building a OS and i need ideas for programs to put in it.
View 3 Replies
Oct 8, 2009
I've spent the best part of the week learning about TCP/IP and sockets but it's really draining my enthusiasm for my project. The basics are simple enough and the MSDN examples are fine and I can put together a simple server/client easily now, but once I start getting into asynchronous connections, threading and all the other stuff, I'm getting bogged down and frustrated. I've followed a dozen tutorials and examples now and they're all too confusing and half of them simply don't work.
I think what's most frustrating is that I really don't wish to become an expert on sockets or TCP, which seems to be the advice on most forum replies. I really want to be getting on with my project which has ground to a halt since I started looking into this. Yes, I know the world isn't always that simple.
So, what I'm looking for is a 3rd party app or some working code that will let me set up a server and multiple clients. All I really want them to be able to do is to send strings to each other, without blocking the application. Really, that's it, just the ability to pass strings back and forth between server and client, preferably in as simple a format as possible - e.g SendMessage(Client,String).
View 10 Replies
Jun 4, 2011
I am relatively new to Visual Basic so this may seem like a simple question. I was wondering I anybody knew how to add music to a visual basic program. Just one want a song to start playing upon the loading
View 8 Replies
Jul 10, 2010
I searched around the web for some tutorials and code examples, but couldn't find anything up to date. For example if i wanted to hit the "+" button on the windows calculator using an application i made what would be the best route to do so?
View 3 Replies
Jul 10, 2011
I am making a 2.5D rendering engine. I assume (with the knowledge that I've gotten from reading online) that doing the rendering work using the GPU will be faster than using the CPU.
Is this possible with .net? If so, is this a correct situation to utilize the GPU?
I'm also using VB.net, however all .net examples will apply.
View 2 Replies
Jun 24, 2010
how to get all programms autorun in vb.net?
C:Program FilesQuickTimeqttask.exe
C:Program FilesESETESET NOD32 Antivirusegui.exe
...
View 4 Replies
Mar 3, 2010
I have a few questions regarding getting information from other programs.
For instance, once i launch a console application i want my other program to read it's output. If my build.exe reads whats printed in cmd.exe and then outputs it live on a textbox <--- How do i do that?/Is it possible? Im sure it is. And then i want to know how much % of CPU is used by the program and how much memory are used.
View 2 Replies
Aug 28, 2009
am new to programming just finishes reading book step by step by microsoft, it doesnt teach me how to link 2 programs together, at work we have program made by an outsider company in it spreadsheet with over 500,000+ names, each day we have to pick random names from the list and print them out to make files for them(i work at social security), picking the names is daunting task and the program they made is pretty slow when you scroll around, am assuming they saved all the number in string variables, so i want to make program to sort and let the user type the number they need to pick from the large spreadsheet, then my program would choose all those number from other program
View 1 Replies