Steal Source Codes From A Program Made In Vb?
Aug 24, 2009This thread sounds nuubish! but im still quite learning vb/c#/c++.ok.. i wanna know how i can steal source codes from a program made in vb.Post tuts link on just write off
View 5 RepliesThis thread sounds nuubish! but im still quite learning vb/c#/c++.ok.. i wanna know how i can steal source codes from a program made in vb.Post tuts link on just write off
View 5 RepliesI'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?
I looked everywhere for some source codes to get all saved passwords .. so can someone post here source code or give me some tut to read it ?
View 6 RepliesI cannot find a class library source codes where I can create the sliverlight player so I could input them in the program.
View 4 Repliesand Send me some codings for a restaurant management system project using any programming language preferably VB6,VB.NET,PHP&MYSQL,HTML with Javascripts[i][color=#000099][size=3][font=Times New Roman]
View 2 RepliesSuppose that I have more than one List (L1,L2,L3,L4) of instances of a class [code]Now I want to querry the 4 lists with one call like Dim L= (from P as MyClass in (L1,L2,L3,L4) where p.Datetime> XXXXX order by p.datetime select p).tolist..is it possible to do something like that? I Know that I could do a FOR NEXT loop with each list but i am looking for a way to do this with a single call
View 2 Repliesi need a way to steal ico from exe and set this ico to another exe file.
View 3 RepliesI was wondering can you get a program made w/ vb to click on a certain part of the screen outside of the program? and also, can you copy information from outside the program in another window and store it in the program as a variable.
View 1 RepliesAfter a stage i have found that there are lots of codes redundancy and reusement on my disk drive. And i have also noticed that for special operation i am using the similar algorithms again and again. So i thought that if there were a program that can find the functions from specific file types producing the output of the function list etc?
View 6 Repliesi published my program (all the files in the bin folder). My computer crashed. Is there ANY way i can retrieve all the codes and everything out my program to VB? This is very important. This took pages and pages of codes to make, i know how to do everything its just going to take a long time to do so.
View 7 RepliesDear Experts modify UPDATE codes according to INSERT codes Style.
[Code].....
I need update codes as there are insert codes
How can I test my codes efficiency in vb.net?
View 1 RepliesI have made a VB.NET program on my laptop. It works just fine on the laptop. But when I install it on another computer it wont open (when I click on program it wont open form). I think I had this problem once before, but cant remember what I did to make it work. Its Win XP on the machine that wont open program and Win Vista on the one that it works on.
View 2 Repliesright here ever experience having their programs made in vb.net run slow on the computer it was deployed at?
what are the system requirements to run a program made in vb.net with framework 3.5?
is it a simple program or a large program (eg with database)
I was wondering how you update a program made in vb.net. I know that when you click "Publish" you do a bunch of crap and it shows if you want your program to check for updates.
View 1 RepliesI would like to create an application that can browse the DLL file and use the codes inside it. Not by adding it as a reference, or something. Just browsing the DLL file to use the codes inside it.
View 7 RepliesFor example, if on form load Button1 was created, how would I make this button function?
View 2 RepliesMy brother had his son make a simple maze program with Visual Basic. Now all exe files on his system open to the maze, even system restore opens the maze. They have windows xp and he usually can figure things out but this one has him stumped.
View 3 RepliesMy brother had his son make a simple maze program with Visual Basic. Now all exe files on his system open to the maze, even system restore opens the maze. They have windows xp and he usually can figure things out but this one has him stumped.
View 3 RepliesI was wondering how to open a file with a program made in vb.net.I know that you can open the file when the program is opened with the openfiledialog and stuff... but I want to open it by double clicking or open with.
View 9 RepliesIn my Tools/Options box under Projects and Solutions/Build and Run, I have selected: Before building: to "Don't save any Changes."However, after making changes to a form, I would like to run it without saving, but I get a message that forces me to save, unless it runs the version of the program before the changes were made.The VB 2005 edition works the way I want it to allow testing without saving, but VB2008 does not allow this.Is there any way I can change this behavior?
View 2 RepliesHow can made cmd application in vb.net 2008?
View 1 Repliesi am trying to create a small program that will calculate the miles between to postcodes.The way im doing this is to fill out a webform for each postcode and collect the returned Long/Lat values (i will then calculate the miles from that)
This all works well until my program freezes with no error message. It's after the same number of records as well and I don't know why.[code...]
[code]How i can make The Program to find Numbers On Form and Do That without making So Many "Same" Codes?Its Pretty Annoying To Make Big Program nad only Copying and Pasting Text.
View 3 RepliesI been trying to made a clone of the vista contact program to use in a address/phonebook application im tryin yto make for learning purposes. I have or think I have it almost licked but it seems there is a few buggs that does not work right.
what i want it to do is as i type characters into the textboxes it will automatically at the same time fill another control like a label.text or textbox.text. but ultimally the combined data will be added to a combobox.in the vista new contact program it automatically updates the full name combobox in realtime as you type each letter in 3 different format.
[Code]...
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 RepliesHow would i make my program update the changes made to the current document. And if it hasnt been saved yet make it show my save as dialog?
View 1 RepliesI've seen used the datagridview to save the changes.
I don't use a dgv, but rather I connect directly to access and when a text field has text in it, it takes that text and searches, and updates various text boxes with the according information (finds a row, and takes all the data in the columns and adds it into their respective box). There are approximately 5-7 text boxes being used at the same time, and only a few will be changed.
How would I go about updating and saving through the VB program?
Here are some relevant pieces of code:
Dim con As OleDbConnection = New OleDbConnection("Provider=Microsoft.jet.oledb.4.0;data source=C:\InventoryMusic.mdb")
[Code].....
I have numberic updown control in my app. There may be times when I want to programatically change the vlaue (in which case I don't want to ValueChanged event handler code to run). There will certainly be times when the user makes a change (in which case, I would want the event handler code to run).
[Code]...
So I made a program for generating prime numbers in a list box. My initial code had them listed like this:
2
3
5
7
..ect
Now I have them listed in pairs like this :
[Code]...