VS 2008 How To Make A Program Builder
Oct 2, 2009
I want to distribute my downloader base, but not the actual source code. I've got some parameters in the downloader which the user needs to change, such as the download link and file description.How do I create a program that changes these? The user will insert the desired values into the builder, and the builder will create the downloader.exe that can be distributed to other people.
View 22 Replies
ADVERTISEMENT
Nov 7, 2009
I'm on some project and i stuck. I wanna make a icon changer that builder include in it self. Not just you choose the the file to change a file and icon and it change but I mean builder include a icon changer.
View 3 Replies
Dec 19, 2011
I have been trying to create a filter search as instructed by many Youtube tutorials but I am unable to get my code to work:This is what I have. I created a query in the Query Builder like so:[code]So I went back to basics and re-created the Query in Query Builder, this time I executed the query in the QB, but all of my columns are displayed as NULL when I know I have data in the tables.
View 4 Replies
Jul 15, 2010
I've search this forum and haven't found the answer to this problem and bing new to VB 2010 [cod]e...
View 8 Replies
Jun 6, 2009
i want to make a website builder which has the html code already written so all you have to do is check which boxes you want and click next or back to go through the process of making a website with specific code implemented in it.
P.s. im using VB 2008 express edition?
View 13 Replies
Apr 15, 2009
Im trying to make an EXE with a GUI have made so they can input there info and make the program.
Im trying to make a mail sender
View 11 Replies
Aug 23, 2009
How do i make my button open a program and make it windows size?
View 6 Replies
Oct 22, 2009
I have quite a complicated database with a lot of relations and I need to make form that gets data from all kinds of tables and calculate prices etc... Another important thing is, when I open/load a report in my application, I want to be able to filter it using the Primary key. I don't want all records in my database to be shown. I know for sure this can be done but I don't know how.
View 2 Replies
Apr 3, 2010
I want to make a program that searches for a RGB color and clicks on it, WITHIN the program.
View 2 Replies
Dec 5, 2010
I have some questions about building reports in Report builder 3.0 OR SQL Server BI Studio 2008. I use the report builder for the good wizard. Make better reports dan de BI wizard. And after that i work further in the BI Studio. Now i have a problem i have a report(letter) that i need to generate. But i exists of 2 pages. The first page is a letter with the second page as Attachment with some calculations. So i may not printed on the same page. But i can't make 2 page's in de report builder or BI studio. How can i do that? Because i must place on each page a footer with some general info.
[Code]...
View 1 Replies
Dec 18, 2009
In Access, when you build a new query, you can add tables to the view, which is then represented by individual windows that are somehow embedded/constrained to the upper portion of the query designer. I know then typically, windows are free floating anywhere on the screen, but somehow they manage to keep it confined to a certain container area. It also appears that the windows never get a real "focus" as the title bar is always a faded shade of blue, yet, you can still click on them and move them around.
View 3 Replies
May 3, 2011
I have created a query method for my tableAdapter in the dataset designer. I typed the command text manually, but tested it in the query builder after I got a Constraint Exception when debugging. When running in the query builder via 'Execute Query' I get exactly the results I expect. When running the application I get this exception: "Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints." I tried temporarily setting my dataset's EnforceConstraints property to FALSE but still get the same exception. I can't understand why the Query Builder would return the correct datatable but running the app would not. Is this a bug?
View 3 Replies
May 10, 2011
I've created a log in system using a database and query builder to return the correct values, however, once the users signed in I need to bring up the rest of their data from the same table in the database. How'd be the best way of going about this? I'm not sure whether the log in should be changed to use the primary key as well.
View 2 Replies
Aug 27, 2011
How I can make a magnifier using vb 2008?
View 9 Replies
Jul 14, 2010
i wanne make a program (a client and a Server) oke you run the server and get a window you enter your ip and the name of your Chat server and type a password, than you click start server and the server windows goes down, you give the ip and the name from the server on a friend and he gots a client he types your ip in a window and the name of the server, he connects and we can chat
View 2 Replies
Dec 22, 2009
I have make an program in VB express 2008 ( Three years work )This program is stand alone , you can start it everywhere My program works on XP , VISTA and Window 7 I have make an setup program to install it in MyDocuments But the path in XP is not the same as VISTA or Windows 7 ( I know how to do this )
What I want to do is to make an short desktop of my program with the same icon as my program on the desktop
View 1 Replies
Apr 7, 2011
Since i have a background on my progam it is very slow. You got a code to make it faster?
View 2 Replies
Oct 30, 2009
i wanted to try make a chat program using ftp, im not sure how it will work, i imagined some txt documents in the ftp using winsock etc.
View 4 Replies
Aug 30, 2010
make an autoclicker program I want to add to the source code where to click and every time i run the program and press the butoon it auto clicks
View 3 Replies
Jul 6, 2011
i need to know the exact code that once you click a button on visual basic program it will open a program in a directory for example:C:Program FilesiTunes.exe
View 5 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
Feb 26, 2010
I want to make a trial or demo for my program , how i can do that ??
View 1 Replies
Jun 6, 2009
i am making a software =D (Does the Name matter ??)
Ohk so its gonna be my first try
my last soft was a success with 800+ downloads
so i want my program to check for updates everytime it opens or like when it clicks on a button
then it checks if there are updates then it will show the link to download the new exe file in a messsage box or in a textbox
View 4 Replies
Aug 12, 2009
Is it possible for me to make a VB program I make remember a destination?
1. User opens program
2. User presses "Launch" (OpenFileDialog)
3. User selects exe
4. Next time user presses "Launch" the same EXE as before is launched
Is there any way to do that?
View 34 Replies
Jun 24, 2009
I have a project, let's call it myproject and it's in the folder, myproject (VB2008>projects>myproject)
I want to eventually open this project and make some changes to it and the end result is that I will have a new piece of software.
So, here's what I do I copy the folder myproject to the desktop, rename it projectb and put back in the projects directory. (VB2008>projects>projectb)
Now, I can make any changes I want to the program and save to the projectb folder, BUT all of the entities (form, design view,settings etc) will still have the original name of myproject.* (and there's nothing you can do about it?) Is this the case? I don't see how you change the name of the "individual parts".
View 4 Replies
Jan 12, 2009
make a password changing program?
View 3 Replies
Jan 7, 2009
i have a Program that filters out Text from a site but when Characters like:� � � � are there it makes them to: ?How can i make them show right in the Program?
View 6 Replies
Feb 23, 2009
i dont know anything about any of them XD
1). Whats a server? are they web based or locally on a pc?
2). I've made a program and want to make updates for it and put them on the web for download, Do i need a server to do this?
3). How do i make updates work on visual basic 2008, i mean ive made a program and i want to put it on the internet but i also want to bring out updates, apparently i can use visual basic to automatically download updates and install them. What do i need to do this? where can the updates be downloaded from on the internet? will a file share like rapidshare work?
View 3 Replies
Mar 12, 2012
Somebody know how I can read data from a device connected rs232?Im write it in a text box?
View 4 Replies
Jan 19, 2012
I'm trying to create an application in VB.net that can come to the front once a certain condition occurs (in this case, a file being created). I've tried the following code, but it just results in the taskbar button blinking on Windows 7:
Me.Activate()
I understand the reason for this, and I completely understand why people don't want any random application to steal focus (I hate it too). This is an extremely limited use application (only 3 computers will actually be using it), and the users in this case would want the application to popup in front (there will be an option to turn it off too).
Any ideas if this is still possible to do on Windows 7?
View 1 Replies