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


ADVERTISEMENT

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 Cmd Application In 2008 And Program 6?

Apr 15, 2010

How can made cmd application in vb.net 2008?

View 1 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

Made Winzip Application In Net 2008?

Mar 23, 2010

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

View 3 Replies

Made Download Manager Application In .net 2008?

Apr 17, 2010

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

View 1 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

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

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

Run A Pre Made .exe Within A Tabpage?

Aug 27, 2009

i am creating a web browser to make something i do at work a bit easyier to manageits a form with a few tabsi need each tab on form1 load, to start individual .exe's that i have already created.these .exe's are simple web browsers that are automatically navigated to a website with a asp query for loginthe website for each tab is identical only the login asp querychanges.the reason for this is i cant use a single .exe otherwise it retains the login and i get identical logins on each.

View 9 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

TCP Server Made In Php

Mar 20, 2011

so i follow this tut Sockets in PHP and it would be nice if i can connect my vb.net app to it or isn't that possible..if that's possible will it run always (when the site is online)

View 3 Replies

.net - OData Made From Objects?

May 20, 2011

Lets say I have a class called "Item" and "SubItems"

Public Class SubItem
Private _SubItemName As String
Public Property SubItemName() As String
Get
Return _SubItemName
End Get

[Code]...

How would I create a service that would return a list of Items and upon looking up an individual item I would be able to see the sub items.

View 1 Replies

Add 1% To Interest Of New And Used Rates When Less Than 20% DP Is Made

Mar 26, 2012

I need to modify this code to add 1% interest rate to the new and used rates when less than a 20% down payment is made.

I've already added in the constants for the increased interest rate, but hit a wall there.

Public Class Form1
' Class-level constants
Const dblMONTHS_YEAR As Double = 12 ' Months per year

[Code].....

View 4 Replies

Asp.net - Creating A Log Of Changes Made Via GridView?

Apr 16, 2011

I have a table (applicants) and using a GridView various individuals will be making changes to the values in this GridView. I've created another table (history) which I would like to use to log these changes. Right now I have this to capture the changes:

[Code]...

View 1 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

Considerations To Be Made While Upgrading To .NET?

Oct 2, 2011

I had been programming in Visual Basic 6 as an Intermediate programmer. I realized that it is far too old and is comparatively less powerful. So, I've upgraded to VB.NET. I'm using Visual Studio 2010. My query is before beginning programming with it, what things should I consider over VB6?

View 1 Replies

Controls In .net Made By Hand

Sep 24, 2010

How do Microsoft make the controls for win forms, for example a grid ?

View 6 Replies

Detect That A Change Has Been Made?

Apr 4, 2009

Working with detailed forms that is displaying a row form a table adapter, is it possible to detect that a change has been made to a database field when the form is closed?

I.e. if a change has been made I need to ensure that an update is performed before the form actually closes.

View 12 Replies

Determining Changes Made To A Dataset?

Jun 2, 2011

I have a dataset that is filled by a tableadapter and what I'm trying to do is to figure out how to loop through all of the rows in my dataset and determine when someone hasedited/changed the row and then

View 2 Replies







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