Made Winzip Application In Net 2008?

Mar 23, 2010

How can Made Winzip Application in visual basic .net 2008?

View 3 Replies


ADVERTISEMENT

Made Winzip Application In Vb6 Or Vb2008?

Mar 4, 2010

How can Made Winzip Application in vb6 or vb2008?

View 1 Replies

Made Cmd Application In 2008 And Program 6?

Apr 15, 2010

How can made cmd application in vb.net 2008?

View 1 Replies

Made Download Manager Application In .net 2008?

Apr 17, 2010

how can made download manager application in vb.net 2008?

View 1 Replies

Run The Application That Is Made By VB 6 To Be Run In VB 8?

Aug 5, 2009

How to run the application that is made by VB 6 to be run in VB 8?

View 2 Replies

C# - Voip Application Made With Asp.Net

Apr 29, 2011

I have to make an application that make pc-phone and pc - pc call with asp.net. However examples I see on the web are generally made as windows application. Can anyone give me refference, examples, documents about voip and asp.net?

View 1 Replies

VS 2005 Running An Application Made In Vs2005?

Jan 13, 2010

i did a project in vb.net using the vs2005.I created the set up of the application.But when i install the set up in a machine in which vs is not installed then the set up does not work.Again when the machine has vs installed then the setup works nicely.....

should i need to install this:

[URL]

on every client machine in which vs is not installed but still i want to install the set up of my application?

or some other software in order to run my application?

View 25 Replies

Application Made In Studio Takes Very Long To Start Up

Dec 29, 2011

I wrote an app in Visual Studio and is about 20k+ lines, but I don't know why it takes so long to start up. I have a splash screen just to test it to see if the program is working, and it is, but I have to wait for so long for the app to actually get to the start up form. A splash screen for this app isn't ideal, but was only using a splash screen for test purposes.

View 1 Replies

Opening Files Made With Application By Double-clicking On Them?

Aug 15, 2010

How is it possible to open files (*.lva) made with my application by doubleclicking on them, as I can open MS Word etc files.My files are saved using StreamWriter member WriteLine.When I doubleclick on file made with my application, it has to fill some textboxes.I can open files through my application using ReadLine command, but not doubleclicking on them.I use Inno Setup Compiler to install my program and I'd like to associate *.lva files to open with my application.

View 17 Replies

VS 2008 Was Windoiws XP Made In Vb?

Jul 20, 2009

i heard Windows XP was made in vb is this True ?

View 13 Replies

How Can Made School Project In VB 6 Or 2008

Mar 29, 2010

how can made school project in vb6 and vb.net2008 with full sources code?How can Made School project in Visual Basic 6 or 2008?

View 2 Replies

Made Using VB 2008 Express Edition?

Mar 16, 2010

I was wondering if I'm allowed to let other people download the web browser i made using Visual Basic 2008 Express Edition.

View 5 Replies

VS 2008 : Make A GUI That Can Input Data Into An Exe That Is Already Made?

May 13, 2009

I am trying to make a GUI that can input data into an exe that is already made.

View 1 Replies

VS 2008 Made A System That Logs In On A Web Page

Jun 18, 2010

I have made a system that logs in on a web page.And it also fills in some information but now I need it the check a radiobutton. [code] But the problem is, there are three radion buttons on the same page, with the same name: [code] Now if I wan't to make the third box "checked" how do I do?

View 3 Replies

VS 2008 Run Java While Using A Custom Made Web Browser?

May 14, 2009

is it possible to run java while using a custom made web browser?what i mean by run java is when you play a game that is an applet, a jar file.Like runescape. When I try playing runescape with my browser, it dosen't let me, and says i don't have java. (the browser I made in VB)

View 3 Replies

VS 2008 Accessing Button Properties Made In Runtime?

Apr 6, 2010

how to handle movement of buttons that are made in runtime. What my program does is writes the name of a button that is made in runtime, the left, and top cordinate into a textfile. When the user reopens the program it needs to load the button in the same spot. So far i have a streamreader reading the file in each line. There is a one sentence split by ",". Each of the three components are loaded into an array. how can i call the buttons it i am unsure of the name. Possible answer could include using sender, addhandler.

Private Sub LoadBuildingToolStripMenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LoadBuildingToolStripMenuItem1.Click
Dim File As OpenFileDialog = New OpenFileDialog

[Code].....

View 10 Replies

VS 2008 Static Link Libraries To Vb.net Made EXE Program?

Jan 17, 2010

I was wondering if anyone knows of any way of statically linking all dependant DLL's to the vb.net program? I know there are ways to find the dependencies using dependency walker and other tools like that. But was curious since c++ supports the static ability to load DLL's. If not, what tools can i use to quickly package the required DLL's without having to install .net on all my systems?

View 4 Replies

VS 2008 - Sequence And Acknowledgement Numbers In TCP Packet Headers Are Made Of?

Jun 17, 2010

im trying to decypher their structures and substructures and right now im wondering if anybody knows what exactly sequence and acnowledgment numbers in TCP packet headers are made of?

View 1 Replies

VS 2008 Disable Text Boxes Until Combo Box Choice Is Made?

May 28, 2009

I currently have my cute little first program made... I'm just stepping into the water with this programming thing. I made a program where you can select a shape from a drop-down list and then input some values and click a button and get the area of the shape. I have it working so that when a certain shape is chosen, certain fields are disabled, such as when you pick "circle" from the combo box, the "length", "width", and "number of sides" text boxes are disabled but the "radius" text box is enabled, thus allowing you to enter the radius and find the area. I want to make it so that when you first load the program, all of the text boxes for the length, width, number of sides and radius are disabled until you select a shape from the list. Currently I'm using

[Code]...

This works for disabling the correct boxes when something is selected, but I don't know if I'm even on the right path with that first part.

View 7 Replies

VS 2008 Memory Continue To Rise By Each Action Made To The Program?

Jul 2, 2009

I was observing my programs process in the task manager and noticed each action made to the program made the memory continue to rise. So I added a Garbage Collector and since it's my first time using it im not sure if I implemented it right. I haven't gotten any errors but I ran some tests I would like to go over with everyone. After adding the GC I was able to notice a change in the memory my program used- it was reduced.I added the GC to the main forms formClosed event of my application which is used in different scenarios. I also added it to the panels paint events before I tested the program. And noticed a quicker reduction in memory. The Form i mainly use called frmLine1t5. This form calls to the database based on which line to test. Then the form sets the controls that were added in design view to be enabled or disabled based upon the product for that line. This process was easy to implement.I Load each new frmLine1t5 to a collection of the form so people can run multiple tests using the same form. This helped so i didn't have multiple forms for the same type of process. I had to access the forms through a collection so I knew which controls to populate to the correct instance.

I noticed during my testing that I can not add more than 50 items to this collection. The problem is that I remove the key from the collection upon form closing, so I dont know why it has gotten to 50.The test I made Runs two timers. Timer 1 is set to tick every 4.5 seconds This timer loads a new form and tests a new line of product.Timer 2 ticks every 5 seconds and closes the previously opened form.I have it get the GC Total Memory upon loading the form of frmLine1t5 and upon closing the form of frmLine1t5.the results are shown in the picturesThe errors i have gotten occured when ChildForms Open: had reached 50Here are the errors:

[code]...


Possible Causes:I think that upon Form Closing it is taking longer to finish closing before a new form is loaded... But isn't vb.net suppose to finish any unfinished threads? Even if the program is single threaded?And because the form closing isn't "happening" then the key is not removed from the collection.

View 1 Replies

VS 2008 No Connection Could Be Made Because Target Machine Actively Refused It

Mar 25, 2009

I want to refactor my existing application to work with as a client/server app, and was looking at introductions to Remoting.I got a simple system up and running 2 days ago, and haven't touched it since until just now, but now I'm getting an error message when trying to instantiate a class from the remoted DLL : "No connection could be made because the target machine actively refused it".The server and client are both actually running on the same machine for simplicity at the moment. I have three "applications" involved - a class library containing the server functionality, a listener application sitting with the server, and then a client applicaition.Most of the articles I can find online referring to this error seem to apply primarily to asp.net but I'm just using traditional vb.net (2008)I initially suspected the cause may be firewall related (as when I first got it running I was prompted to allow access) but I've turned off my McAfee firewall and also my Windows firewall with no joy, and besides - the error message seems to imply that communication with the server has been established but that it doesn't want to play ball.

View 2 Replies

VS 2008 No Connection Could Be Made Because The Target Machine Actively Refused It

Dec 8, 2010

94.69.250.128:8888 ( My external IP:Port that I've configures the task ) I'm kinda stuck in it, whilst my Chat application is ready, it seems it can't connect to the Internet now. The error is happening on the line :

[Code]...

View 4 Replies

Make A Compressing Program Such As "winrar" Or "winzip"

Nov 22, 2009

I want to make a compressing program such as "winrar" or "winzip". i want to make it in basic language. i'm using VS 2005 .net

View 8 Replies

Made A Web Browser In VB Express Edition 2008 - Make It Safe And Secure?

Jul 30, 2009

i recently made a web browser in visual basic express edition 2008 for my family computer use purposes only. Id like to make sure that using my web browser and entering personal information on it will be safe. How can i make it safe and secure? Additionally i was wondering if id have to develop my own addons or if its compatible with Firefox addons.

View 1 Replies

APP Made With "VB 2008 Express"?

Mar 5, 2010

I have an APP made with "VB 2008 Express", in 1 of the forms used a component "Excel Spreadsheets (AxInterop.OWC11.dll)", the the PC where I developed this APP is under 2003 Server.The issue is tha when I run the APP in the PC where I developed it, it runs fine, but when I execute the APP in other PC (XP, Vista, 7), the APP throws this error when it trys to show the component.

View 12 Replies

VS 2008 Make One Application Send A Task To Another Application / Receive Result From That Secondary App?

Apr 26, 2010

is it possible to make one application send a task to another application and recieve the result from that secondary app?i made a text editor program and i added a scan feature and i made another app that has ocr capabilities.The scanner ability is in my text editor program, the ocr program doesnt scan you have to input an image into it and it will give text result a few seconds later.the prob is alot of times the ocr code uses sooo much memory and crashes when its incorporated with my text editor, but individually each application works fine and doesnt take too much memory. Memory wont be even an issue if the ocr program is standalone so that when it is done decoding image the application can be made to exit. now here is the question, how do i make my text editor send the image to the ocr program and how do i make my ocr program send the text back to my text editor? is it possible? i mean the only way i know off is creating temp files in a certain folder and having a timer on each program that keeps waiting for temp files. That just seems like pretty lame coding to me i was wondering if there's a better way?

View 11 Replies

Recommended Application(s) To Test SQL Server 2008 Queries For Application?

Apr 11, 2012

I am new to working with SQL databases (and databases in general) so I do not have a lot of experience with how queries work and how I can practice them. When I was first learning xml and XPath, I found XPath Visualizer incredibly helpful after someone on stack overflow mentioned it to me.Due to this, I am wondering if a similar tool exists for SQL databases?Basically a tool that will allow me to connect to a database,enter queries and see somehow what the results would be like.

I have looked online a bit, however I have found relatively few options in terms of any utility that would do what I want, and that looks reliable.I will ultimately be writing an application to interact with an SQL 2008 server in vb.net, however for now I am just experimenting so I will know what I am doing when I actually want to create my application.So far I have managed to connect to the database using an OLE DB connection, but I am now looking for a way to experiement with queries without just querying and figuring out a way to interpret the results in my program. Basically I want to be able to remove the programming aspect of things so I can experiment with queries without needing to question anything in my code that is unrelated to the specific query.

View 7 Replies

VS 2008 Change The Application Version Without Publishing The Application?

Sep 23, 2010

Is it possible to change the application version without publishing the application? Because I'm going to make an auto updater which needs some version information to work, but I don't want to have an installer.

View 3 Replies

When Developing A New Windows Application And Web Application Using VS 2008/2010

Dec 7, 2010

I want to learn programming techniques so can make both windows and web applications more user-friendly, faster, safer, reliable and easier to deploy.

View 4 Replies

3D FPS Demo Made In .net?

Oct 31, 2011

I finished my first FPS demo level that I created with Visual Basic .net. The source for this game is open source. I went as far as to make a 12 step tutorial on how I did it.

[Code]...

View 1 Replies







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