VS 2008 Protecting The Source?

May 22, 2010

I'm developing an app atm. When it is finished, I will be selling the source. How do I make it so that the source can only be compiled if the persons Hardware ID is in my database? or something like that. I basically want it so that the user cannot use the source if they aren't "registered".

View 2 Replies


ADVERTISEMENT

VS 2008 Is CodeVeil The Best Tool Out There For Protecting A Program?

Aug 3, 2010

Is CodeVeil the best tool available right now for protecting a program? I'd like to be sure that when I release my program, it'll be either ridiculously hard (and not worth it) to crack (I.E, to make it free), or impossible to crack. I've been told the latter is impossible

I really just want it to be the absolute safest, and secure, without increasing the memory or CPU requirements of my program. I'm going to trial CodeVeil from Xheo... I'm wondering if anyone else has used any others, and what is the best? Pricing isn't a big deal for me.

View 5 Replies

Protecting Data - XML And RTF Files

Jun 3, 2011

My application creates, as well as, reads and writes to both xml and rtf files. A way to protect these files from tampering? That is, the content within them should only be changed by the application.

View 6 Replies

Protecting File By Program?

Aug 11, 2010

Is it possible to limit access to a file based on the program accessing it?

I am trying to create a VB program that interacts with an XML file to store and retrieve user accounts and passwords. I would like for my program to be the only thing that can access the XML file, but still have the ability to edit it inside of the program.

View 1 Replies

Protecting Software From Being Copied?

Dec 5, 2009

Protecting software from being copied?

View 9 Replies

Protecting Connection String In Config

Apr 4, 2011

For the first time for my project i have saved the connection string in config file. i have created a new config file by the name of SQL.Config and used it in app.config <connectionStrings configSource="SQL.config"/>

View 2 Replies

Protecting Text In A Find / Replace Action

Oct 9, 2010

I have been wondering about this for a long time and have not found any ways to do this other than write my own text editor for it. Regarding the following lines of

[Code]...

View 6 Replies

Guide To Protecting Software Products Against Top 8 Piracy Threats

Jul 18, 2011

Here is a link to a FREE whitepaper relating to;"From Hack to Counterattack: A Guide to Protecting Software Products Against the Top 8 Piracy Threats"in case any of you want to get it? url...If you do not want to enter your details on the above page then go here: url...Try the World's Strongest Software Protection Today.You can download the Sentinel HASP software DK Version 5.10 right now or request the full Sentinel HASP DK at no charge. The standard Sentinel HASP DK enables you to test Sentinel HASP with both HASP SL (software) and HASP HL (USB dongle) protection keys. The software DK enables you to test Sentinel HASP with HASP SL protection keys only following a simple software download.[code]

View 6 Replies

VS 2008 Binding Multiple Binding Source To One Binding Source Navigator?

Oct 29, 2011

is there any way that i could link/bind multiple binding source to only one binding source navigator?

View 4 Replies

C# - Add A Reference To Some Source Code To Include In A Source File In .net, Winforms?

Jan 26, 2010

I don't know what this is called so I've struggled to find an answer from google but I have a vague memory of it from t'old days.I've sub-classed (* see below) about 8 framework controls, overriden some properties and added some functionality into each one.The changes I have made are identical in every case. If I make a change, I have to go through each class and apply the same change there.I was hoping there may be a keyword such as <IncludeSourcefile "common.vb> that I can put into each class.

(* note) I use the term sub-classed but I don't know if that's the correct terminology. I've also seen it used for call-backs. Is sub-classed the correct term to use?

View 6 Replies

Spacing HTML Source - Way To Space Out The Source Code Of A Web Page

Jan 6, 2011

Way to space out the source code of a web page, having each tag on one line, without having to search for each tag ending and then making a new line after.

My code for obtaining the source code is:

CODE:

Also if anyone knows a way to colour the tags.

View 1 Replies

Binding Source Filter In Access Data Source?

Oct 11, 2010

I have an Access database and I want to view on a datagridview specific rows. For that I used the following :

CasesBindingSource.Filter =
"OfferDate Between #1/1/1997# And #12/31/1997#"
Cases is the table, OfferDate a field of the table wich is DateTime type.

When I use Between operator I get the following error :The expression contains unsupported operator 'Between'.

View 2 Replies

VS 2008 Everything In Between >< From Website Source In Vb?

Nov 11, 2009

So I grab a source from an url in vb, and as expected it lists everything written in there. My interest lies in the info that resides outside of the tags in the code. And that stuff gets updated daily, so they're not static strings eitherm here, I've been able to filter out all the tags, and grab everything outside them, and show em in a messagebox, but somehow it picks up every line change, that's essentially an empty character, and lists those as well. We hit our heads together with a couple of friends but we couldn't work out why.Also, I've tried modifying it to find different stuff, but somehow everytime I try something different the system gets screwed up and it finds no results. But that's just because I'm such a buffoon with the code.

Imports System.Net
Imports System.IO
Imports System.Text.RegularExpressions

[code].....

View 8 Replies

VS 2008 Get IE Html Source?

Apr 16, 2011

How can I get the html source code of an open Internet Explorer web page?

View 1 Replies

VS 2008 Login And Get Source?

Jun 25, 2010

getting webpages source, but first i need to login to the page, i need all this without using webbrowser, something like webrequest and login form has one drop-down box from which you need to chose one of 3 items, and standard username and password box

View 3 Replies

Convert 2010 Source To 2008?

Nov 25, 2010

I have a few projects developed in VS2010 but would like to share them with a fellow programmer who is using VS2008.

View 3 Replies

VS 2008 Get Info From Site Source?

Mar 21, 2010

I'd like to know how I can pull info from a site's source.Here's an example

<li>
<div>
<a href="http://www.autozone.be/bmw_1-reeks_120d-m-sportpakket-xenon/auto/detail.jsp?zoekId=2347653&locale=nl_BE">

[Code]...

View 37 Replies

VS 2008 : Change Source To Mdb File?

Jan 6, 2011

i use the following code to connect to my mdb file

Public Class activity
'declare a new data set
Dim ds As New DataSet()
' declare a data cursor to point to the current row in the data base

[code]....

i want to connect to a data base that is in "c: empaaa.mdb" and i want to write that path in a text box and modify in the code...

View 4 Replies

VS 2008 Add Data Source Using The Wizard

Jul 28, 2009

I have a program on my machine that uses a local SQL Express 2005 database to store information in when the program is running. I want to use some data within said database in my program but for the life of me I cannot seem to get started by adding it as a new data source using the add data source wizard... If I type in the database name it throws an error that it cannot find the database, although I can quite clearly see it using the SQL Express 2005 SQL Server Management Tool.

View 7 Replies

VS 2008 Binding Source ADDNEW?

Jun 1, 2009

I just don't understand what's going on - it seems to be "inserting" bogus rows into the table as I step past each line of code here.

[Code]...

View 2 Replies

VS 2008 Binding Source EndEdit

May 28, 2009

i have a datagridview bounded to a bindingsource that's pointing to a datatable created at runtime. In the same form i have a Add New, Save and a Cancel Button,the Add new calls the addNew, the Save Calls the EndEdit and the cancel the CancelEdit. Now the problem, if i fill only some fileds in the new row and call the cancel edit, the row is deleted, but if i fill all fields and i call cancel edit nothing happens.What i want it's, when i press the cancel button even if i put values in all fields the row get deleted.

View 1 Replies

VS 2008 Downloading HTML Source?

Apr 13, 2010

This is the function im using to download the HTML source of a webpage, it works fine.

Public Function HTMLSource(ByVal strURL As String) As String
Try
Dim wClient As New System.Net.WebClient(), temp As String, _

[code]....

Ive tried a few times to implement the above code into my function but all im getting is error messages? how to implement the above call back into my function, or any other way of making it async?

View 2 Replies

VS 2008 Get Webpage Source Code?

Dec 18, 2009

Ok I was wondering how can I grab the source code from webbrowser1. The problem is that I cant find this line of code in the source code. I cant only find it if I highlight what I want and do a right click and look for the source code. I heard is was like a hidden part of the source code. How canI implement that in my program?

View 4 Replies

VS 2008 Get/download Html Source Name?

Dec 31, 2009

This might be a strange question, but I need my project to get/download name of a html input. The html source code is:

HTML
<td><input class="text" type="text" name="ebd435a" value="" maxlength="15" /> <span class="error"> </span></td>

I need my project to get the "ebd435a".Why? Because the 'name' is changin sometimes and I wan't my site updater to works whatever the 'name' is.EIf this is not possible or to hard, does anyone know if I could make a website get the code and then my project to get it from the website?

View 4 Replies

VS 2008 How To Load The Page Source

Jan 6, 2010

Is it possible to load the page source of a website without loading the page using webbrowser?

View 1 Replies

VS 2008 Sin,cos,tan - How To Make It's Source Code

May 11, 2009

how to make it's source code?

View 3 Replies

[2008] Show Data Source Not Possible?

Jan 16, 2009

The code below works well to load an Excel file into a DataGridView. The menu 'Show Data Source' reveals there is no data source available. Is there a way to set up a data source much in the same way as is possible with a .mdb which I would normally add with the menu 'Add New Data'? Several ways to confugure the DataGridView are not options without a known data source.

Public Class Form1
Private da As New OleDb.OleDbDataAdapter
Private ds As New DataSet

[code].....

View 4 Replies

.NET 2008 Data Source Configuration Wizard?

Jun 21, 2010

I am currently working on a project that involves the use of data base sources, namely ODBC. The problem is I have designed a form using the Data Source Configuration Wizard that doesn't update. I've ensured that I have a primary key in my data and that the Copy to output is set to "Copy Always". The code generated by the wizard, is as follows: Public Class Form1

[Code]...

View 1 Replies

2008 AxSHDocVw.AxWebBrowser View Source?

Jul 15, 2010

I have an important question, (for me) that I neeeeeeed the answer to. Anyway, here it is:I have this AxSHDocVw.AxWebBrowser in my form. I want to get the source of the navigated webpage, or 'Document Text' of it, which in this case, does not apply here, as it does in the main Visual Basic webbrowser. ANYWAY, what i'm basically saying, how can I get the source of the page the AxSHDocVw.AxWebBrowser has navigated to? Like the HTML and things like that...?

View 5 Replies

Add A Data Source To Visual Studio 2008?

Jun 27, 2009

I have downloaded and run the mysql-connector-odbc-5.1.5-win32.msi. The wizard goes through the process but when I go to vs 2008 and try to Add a Data Source or Show Data Sources I get a blank. NOTHING! Just like I had not clicked on the command. There are simply no data sources available in this virgin copy of Visual Studio 2008. I cannot even access an access db!

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved