Good Safe Free Tool To Obfuscate Application?

Aug 6, 2010

What is a good safe tool to obfuscate vb.net application?

View 6 Replies


ADVERTISEMENT

Good Free Report Utility?

Jun 8, 2012

Does anyone know a good free report utility? I am currently unemployed and is trying to start my own software development company... I do not have a lot of money so am trying to do it as cheaply as I can.

View 6 Replies

Good Free / Payed .doc AND .docx Editor For .NET?

Feb 17, 2011

Does anyone know of a good free/payed .doc AND .docx editor for .NET? I've had a look in various places, but nothing seems to support the docx file format.Does anyone know of any controls or components which will let me view or edit .docx and .doc files in a VB.NET app?

View 4 Replies

Is Free Visual Studio Express Good Enough

Apr 7, 2011

I've got .net v4 installed, and the SDK, and I've managed a Hello World msgbox winform .exe app using the free IDE "SharpDevelop", but that doesn't seem to have an Immediate Window which I'm a bit lost without. I also tried MonoDevelop but I couldn't get the Immediate Window there to work, and worse than that, I couldn't even find a way to design forms and plonk down some controls! I think their main interest is C# rather than VB? So it looks like I'm going to have to try the crippled Express Edition from MS - which feels annoyingly limiting from what I've seen - but I'm struggling to understand exactly what missing features would halt me in my tracks.Basically (pun intended, sorry) I'm hoping to see if I can upgrade myself to vb.net from some VB6 dabbling a few years ago. From what I've read it seems mostly quite manageable, I can understand the "everything's an object" concept, etc.

But, would I be able to produce useful software, deployable around the office with proper msi installer packages? If not, then I just won't have the motivation to progress beyond a few little experiments. The question is - can I actually do anything worthwhile without risking the waste of a considerable sum of money if I were to shell out for an uncrippled version?

View 23 Replies

Is There A Good Tool Available That Will Take C# Source Code

Apr 30, 2009

Is there a good tool available (preferably opensource or free) that will take C# or VB.NET source code, prettify it (format it consistintly) and convert it into HTML source code (so I can post it on the web)?

View 2 Replies

Obfuscate / Hide String Variable Values In Exe Application

Nov 11, 2009

I created a VB .NET exe application. When I use IL DASM, it shows the values of all the string variables in the code. These variable contains values that I would like to hide.the best way to obfuscate/hide these string variable values?

View 5 Replies

Free Reporting Tool For .net Express

Sep 19, 2010

I'm searching a free reporting tool for vb.net express. I only want pdf export and the basic functionality of a reporting tool (grouping, functions, lines, etc). I use postgresql server.What free tools are there out?

View 10 Replies

Get A FREE Library Tool Of Gantt Chart?

Sep 18, 2010

hi im a student and i have a project. i already have my transactions in my program and my probs is i dont know how to generate my gantt chart. im using visual studio 2008.

View 3 Replies

Get Simple Lasso Like Free Form Selection Tool?

Oct 2, 2009

Just need to be able to Draw with the mouse the area that needs to be cut out or modified. Basically like the Photoshop's Lasso tool.

View 4 Replies

Getting A Free Reporting Tool Compatible With Oracle Db And Vs Express?

Feb 4, 2010

anyone know a good free reporting tool compatible with oracle database and visual studio express?

View 3 Replies

Remote Desktop Application? Safe To Use Winsock In Creating A Client/server Application?

Jul 18, 2012

Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.

Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?

View 3 Replies

Obfuscate A File That's Read In?

Nov 17, 2010

I'm reading in a text file (or another file that can be opened with a text editor) for a program that to exercise translation from English to French The words the user needs to translate are in this (text)file. How can I obfuscate or hide this file somehow with VB? Otherwise you can just open the text file and see the words. Of course the program should still be able to open it.

View 4 Replies

Safe Method To Send Email In Application?

Jun 9, 2009

I would like to be able to send an exception report via email but my concern is I have to supply my email password in order to send an email, is there a better alternative on sending a report without me divulging my password?

View 7 Replies

Trace Debugging / Application Data Safe To Remove?

Mar 17, 2011

Taking up 3gbC:Documents and SettingsAll UsersApplication DataMicrosoft Visual Studio10.0TraceDebugging.

View 3 Replies

Good Examples Of Application Talking To MySQL?

Jul 11, 2011

I hope someone can help. I was "volunteered" to come up with an application for a local charity group. What they are looking for is a system that will track[code]...

They picked me to help as I have done some computer work and for them that means I'm an expert.What they want is for me to use a Visual Basic front-end talking to MySQL. I know enough to realize that most systems DON'T work out first time and the chances are even less if that person (Me) has not much experience.

View 1 Replies

VS 2010 Good Books On Application Architecture?

Jul 15, 2011

I'm creating a rather large and complex application and was wondering if any of you had any recommendations for good books on application and project architecture. Multi-user - database - heavy interaction with windows api for shell extensions.Not the standard maintenance or reporting app I usually write!

View 2 Replies

IDE :: Show The Whole Word Application With Tool And Menu Bar Within Webbrowser Control In .net Application?

Mar 12, 2008

i m a vb.6.0 developer and now turned in vb.net. so i m new in vb.net.My problem is given below.i opened the word documents in webbrowser control and it is just showing a document page with rular. But my main problem is that i want to open whole word documents with tool &menu bar in webcontrol. i used the following code which is given below.

WebBrowser1.Navigate("C:dharmchandBlank.doc")i wrote this code in form_load events and when i run my application then it is showing just a page with rular. But not showing Menu bar & Standard or Formatting toolbar.

View 6 Replies

What Are The Free API For .net Desktop Application

Mar 29, 2010

What are the free API for vb.net desktop application?

View 13 Replies

VS 2008 Make Application Lag/freeze Free?

Mar 20, 2012

I got multithreaded scraper and it laggs alot and sometimes it freezes totally.

It works like this. Start Scraping -> Url List -> Scrape -> Add info to datagridview -> Verify info.

Im using threadpool on it. Any tips to make it lag free? What causes it, what I should not do etc?

View 6 Replies

Is Storing Image File In Database Good In Desktop Application Running In Network?

Oct 21, 2009

I recently came across a problem for image file storage in network.I have developed a desktop application. It runs in network. It has central database system. Users log in from their own computer in the network and do their job.Till now the database actions are going fine no problem. Users shares data from same database server.

View 7 Replies

Storing Image File In Database Good In Desktop Application Running In Network?

Aug 5, 2010

I recently came across a problem for image file storage in network.I have developed a desktop application. It runs in network. It has central database system. Users log in from their own computer in the network and do their job.Till now the database actions are going fine no problem. Users shares data from same database server.

View 3 Replies

Prepare An Application Which Can Calculate Free Time Of The Team Which Handle?

Jul 2, 2009

My motive to prepre a application which can calculate free time of the team which handle. I have written a code which updates the username and current time in an access database. How can i run the code on windows lock event.

View 7 Replies

.Net Application Tool Bar?

Mar 8, 2010

i've searched high and low and cannot seem to find how to implement an application tool bar in VB.Net. I want to basically create a scrolling text banner, which docks itself on the top of the screen on which scrolls along a message. Pretty simple in VB6 but can find a VB.net alternative.

View 3 Replies

3rd Party Tool To Analyze .NET Application?

Sep 21, 2009

We would like to know if there are any recommended tools in .NET that can scan through a VB .NET project & do an analysis.It should report on the Lines Of Code, provide no. of Routines, No. of 3rd party Tools, No. of Variables, Forms Diagrams, No. of Classes etc.

View 1 Replies

Build A Search Tool For An Application?

Apr 14, 2009

I'm trying to build a search tool for my application... I have a form with a bunch of criteria which the user may or may not fill in. The tool is looking up against one table in the database (OLEDB) so I wanted to pull in all the data from the table into a dataset (when the form loads) and perform the search on it. I'm not sure how to search through datasets... this is the code I have now:

Public Class TxnLookup
Dim daLookup As OleDbDataAdapter
Dim dsLookup As DataSet
Dim cbLookup As OleDbCommandBuilder

[code]....

but I get an error on the foundrows = line ("Value of type 1-dimensional array of system.data.datarow cannot be converted to system.data.datarow").... is there a better way for me to search the dataset?

View 1 Replies

Incorporate A Search Tool On Application?

Jun 30, 2011

I am working with Vb.NET 2005, I want to incorporate a search tool on my application so that it can search for various combination simultaneously.

[Code]...

View 6 Replies

.net - Detecting If Snipping Tool Is Open Within A Web Application?

Aug 24, 2010

I was just wondering - is it possible to detect, with either .net, SilverLight, Flash or some other plugin, whether or not Snipping Tool is open, or detect when the user opens it (after the page has loaded)? Also is it possible to detect when print screen is pressed even if another window is active?

View 1 Replies

Connection String Tool For Users Of Your Application?

Jul 9, 2009

Is there a way that we can use that Add data source wizard that is in vs to our own apps?

View 2 Replies

Convert A Java Tool Into A VB 2005 Application

Jul 20, 2009

i need to convert a Java tool into a VB (2005) application. Most things are fairly straight forward, but i have on a few lines my problem the appropriate VB function to find.

View 5 Replies

Embed A Simple Drawing Tool Into A Application?

Jan 13, 2009

my name's Sardor, from Uzbekistan. I have some experience in coding in vb.net, but i am having real difficulties with realizing one project. The thing is to code a simple drawing tool and embed it to an existing vb.net application. The drawing tool should be a simple object and have the functionality very similar to mspaint (windows built-in drawing software). It should also have some custom brushes, and it should support loading and saving pictures in common formats such as bmp, jpeg, gif, and png. how to code such a drawing tool? Or can I instead download any such control or tool as an add-in to vb.net and use it?

View 5 Replies







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