Create A Neural Network Project To Do Some Basic Tasks?

Apr 11, 2011

I am trying to create a Neural network project to do some basic tasks, and have created some structures which I am implimenting. However my problem comes when I try to loop through and populate the data. I am doing this with a For Each loop which seems to work but it seems to be populating a temporary copy of the structure in memory and not the structure being implimented

The code below shows my structures which i initially had as individual structures in a seperate module but then i nested them which seems to work the same, is there anyhting wrong with nesting the structures like this.

Public Structure NeuralNetwork
Public LayerCount As Integer
Public Layers() As Layer

[code]....

View 7 Replies


ADVERTISEMENT

Connecting A Matlab Neural Network With Program

Dec 1, 2011

I developed a neural network to train for face detection of the extracted images. However my program is built on VB.NET and I need to know the techniques by which I could load this neural network (Exported using NNTOOL) into memory and call it from VB.NET [code]I do not quite understand how this works, any suggestions on whether I could conenct the Neural network to VB.NET using this code and if so could you please explain to me about the Matlab.Execute and Matlab.GetFullMatrix functions.

View 1 Replies

Run A Project Of Visual Basic 6.0 On Network?

Jun 19, 2010

telling that how can i run a project of visual basic 6.0 on network(LAN) databse will be on 1 system only...

View 2 Replies

Server-client Type Application That Allows Network Administrator To Perform Tasks

Feb 14, 2012

I am creating a server-client type application that allows the network administrator to perform tasks on remote computers by using TCP sockets (TCPClient and TCPListener).The server application needs to send out a message to a client machine (with client application installed) and from this, the client application will send back the required data (i.e. system info, task progress etc). This part works fine.However, I am having trouble in getting the client application to constantly listen for an information request in the background. It should be listening whenever the application is running. What I want to do is to have an event handler which, when a message comes through, acts upon the instructions to send the relevant information back. The server does not need to constantly listen for data, as it will only receive data after it has sent a request.

View 2 Replies

In MS Project How Do I Sort Resource Tasks

Dec 11, 2009

How do I assign a priroity to a task for a resource and then sort within MS Project using VB.NET?

View 2 Replies

VBS Script - Delete All Scheduled Tasks Which Start With "My Application Tasks

Mar 19, 2010

Ineed a VBS script that removes all scheduled tasks which start with a specific string.

For example, delete all scheduled tasks which start with "My Application Tasks..."

I wanna use this VBS script in my application uninstaller so all tasks created by my application are removed at the uninstall time, however am not familiar with VBS.

View 1 Replies

VS 2008 Create A Panel Tasks Runtime

Aug 14, 2010

I need to create a custom panel that will let me add items to the 'Panel Tasks' list: how I might accomplish adding items to this list and make it usable during runtime? I look at the Controls.Panel properties, but nothing was immediately apparent and, surprisingly, I wasn't able to find much via Google.

View 5 Replies

Getting Basic Network Information Such As The Ip Address Gateway

Aug 29, 2009

how i can go about getting basic network information such as the ip address gateway etc

View 2 Replies

Visual Basic 10 - Mapping Network Drive

Oct 14, 2010

Currently I am trying to create a small application which will be used to map a common network drive on an offline computer. Currently my form has: Location Username Password Domain I have these all setup so that when I click to map the drive it will automatically grab the entered information and map it to the W drive. I tried the code below but it isn't working, stating a W32 exception.

[Code]...

View 3 Replies

Visual Basic 2008 Search Network For Printers IP Addresses?

Jan 12, 2011

i am trying to find a code that will do a search and find the ip address of any printer on the network with a ip address?

View 5 Replies

[VB 2010] How To Network Your .VB Project

Jan 10, 2011

I made a .vb program with database.mdf and some tables using Microsoft Visual Studio 2010 and i published it to make a installer (click once).

This is my first .VB project I used Google, you tube, this SITE and etc... to learn the basics code.[code...]

View 1 Replies

Save Project To A Network Drive?

Nov 20, 2009

I want my high school students to be able to save their VB projects to their network drive folder on the school's fileserver. The students do not have access to the c: drive by Group Policy. VB does not even see the network drive each student has mapped. I have googled around and discovered it has to do with VB not trusting any network folders. There is a supposed solution by using the .net framework configuration tool but I had no success getting that to work. Right now I have them saving their project to their usb drives. They have a tendency to lose or forget those. Is there a simple way of getting those network folders accessable?

View 2 Replies

VS 2008 Network App - Send Message Or Network Package To Some Of The Clients In The Network

Aug 18, 2009

Here is my idea so far: I have a bunch of computers connected in a local network. One of them is a MySQL server, one will have a vb.NET program wich will act as a "second server" and the rest will be different clients. What I want to do is that the "second server" will send out some kind of message or network package to some of the clients in the network, and they will execute a code based on what message it is, or what kind of package it is. I'll give you a simple example:

[Code]...

View 6 Replies

Database Backend (.MDB) Copied To Project Directory - Connect To Network Drive

Apr 20, 2009

I'm a bit new to VB.NET and I have a database which I want to connect to an access backend stored on a network drive for multiple users. I can view the Database in the solution explorer and the directory defaults to the project folder. How can I specify the directory to pull from my network drive? VS has copied this datasource and imported it locally which is fine for testing, but i need the file accessible for multiple users. Is this something I do when publishing?

View 3 Replies

Moving A Project In Visual Basic?

Feb 1, 2010

Using Visual Basic in Visual Studio 2008. I have students zip the folder for a vb project and send it to me. Then I unzip and add it to a project of mine. It will not open any of their work as the path has changed. I can't even see the code. If they send me the code only then I have to recreate the forms. They also have problems saving it on a jump drive, then moving that jump drive to a different computer as the drive letter changes. I have looked for help and it states to go to icons that I can't find in studio 2008. Using the open existing project gives the same result as the path has changed. Is it impossible to give someone else an existing project? I have gone in the import/export options but have run out of guesses.

View 5 Replies

Run 6.0 Project In Window 7 Home Basic 64 Bit?

Aug 5, 2011

Run 6.0 project in window 7 home basic 64 bit?

xp.ocx controls are not registered

View 3 Replies

Start Up A New Project Using Visual Basic?

Jun 20, 2011

I am about to start up a new project using Visual Basic .Net Express 2008 and I was wondering if I should install and use Visual Basic .Net Express 2010 instead. I would like your opinion of 2010. My project isn't especially fancy. But an automatic adjustment for monitor size would be useful.

Does 2010 replace the existing VB Express? Do I have to convert my existing projects? I had problems with this going from 2005 to 2008.

View 6 Replies

Visual Basic COM Project Template?

Apr 27, 2009

I was at a class recently, and the instructor started a new Visual Studio 2008 project using a "COM project" template. Now that I'm back, I tried finding that template in my installation of VS2008 with no luck. Does anybody know where I can find that template, or failing that, what it might be doing to achieve its effect?

View 2 Replies

Visual Basic Express Project?

Mar 24, 2012

I was a COBOL programmer agout 15 years ago and I am now just getting into Visual Basic. The owner of a local business has asked me to write a program to perform what I think is a simple task. In the past the business would process payroll checks and print them in-house. Now they are using direct deposit. Checks are no longer printed. The check stub though is printed. This stub is then carried to each of 10 locations across West Tennessee and distributed to the employees.

This is my task: capture the stubs to a file (PDF, XPS) and email it to each employee. This way the employee will recieve the stub on the same day the deposit is made. I can capture the output file (the stubs) and save it as a PDF file or a XPS file. I can send an email from within a program. What I don't know how to do is open the PDF or XPS file, read the email address and insert the page into the email body.

View 4 Replies

Run Visual Basic Project From Java Code?

Oct 20, 2009

some idea to how to run VB project using Java.

View 3 Replies

Subsonic 3 Work Virtual Basic .net Project?

Sep 15, 2009

i download subsonic 3 today (subsonic 3 preview 2) but this don't work in vb project.i think because .tt file (for generation) is C# template so this don't generate vb code.

View 1 Replies

Upload A Whole Visual Basic Project To A Thread?

Jul 25, 2011

I want other programmers to critique my applications so I know what neeeds to be improved, But that cant be done if I just show the source code. Is it possible to upload a whole Visual Basic project to a thread?
Brandon Jimenez

View 5 Replies

Visual Basic-setup Project And Database?

Apr 14, 2009

I make a program-application in visual basic and it work OK. When I pack my application in setup project and make the installation, the database(in program) it did not save a new data or any update. Where is a mistake ?

View 3 Replies

VS 2010 Converted Project From VB6 To Visual Basic.NET?

Aug 25, 2011

I converted one of my projects from Visual Basic 6.0 to Visual Basic.NET and noticed stuff such as:

Quote:

'UPGRADE_WARNING: Structure PROCESS_INFORMATION may require marshalling attributes to be passed as an argument in this Declare statement. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="C429C3A5-5D47-4CD9-8F51-74A1616405DC"'
'UPGRADE_WARNING: Structure STARTUPINFO may require marshalling attributes to be passed as an argument in this Declare statement. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="C429C3A5-5D47-4CD9-8F51-74A1616405DC"'

Clicking on the link it talking about Imports System.Runtime.InteropServices. Which, I am guessing means the project a mixture of both .NET and .COM. How would I rewrite to be totally .Net compatible instead of relying on .COM?Also where would I put code in VB.NET if it was in the Form_Initialize() sub in VB6.0?

View 7 Replies

Basic Nature Of A Visual Studio Project's References

Aug 25, 2011

Just curious. I recently had an incident in which I was called to troubleshoot a VB Winforms app. I have 2 versions of a package (LeadTools) installed on my machine. These packages contain numerous dlls and it is not unusual for a dozen or more to be referenced in a single program.

[Code]...

View 8 Replies

Build Exe File From Visual Basic 2008 Project?

Jun 27, 2011

I have a vb 2008 code project i need to build the exe filehow could I do this please note that our clients do not have visual basic 2008 software..so how can I build the exe file of vb 2008 project and run it in other machines where visual basc 2008 is not installed

View 3 Replies

Doing Objects With Visual Basic 2005 Sample Project?

Apr 7, 2010

I am hoping that somebody here is familiar with the book, "Doing Objects with Visual Basic 2005" so this question makes more sense but I will try and ask it in a way that makes knowledge of the book irrelevant.The book contains a sample project that I am trying to use as a "framework" for all my new projects. The project shows you how to read and edit objects to and from a database and that part works great. The author then leaves the new and deletes up to the reader to do, which is a good way to learn. However I am having trouble with the it. My problem is that I am having trouble implementing my own ProcessNew InterfaceI think this is how it should be:

Public Function ProcessNew() As Boolean Implements IMDIChild.ProcessNew
Dim myGoal As Goal = TryCast(GoalBindingSource.AddNew, Goal)
myGoal.Goal = rtxtGoals.Text

[code].....

View 8 Replies

IDE :: Open An VBS Project In Visual Basic Express Edition?

Apr 13, 2009

How do i open an VBS project in Visual Basic Express Edition?

View 1 Replies

Initialize A My.Settings Value In A Visual Basic Deployment Project (VS 2008)?

Oct 15, 2009

Is it possible to initialize a My.Settings value in a Visual Basic Deployment Project (VS 2008)? I can add the Radio Button Dialog to prompt the user, but I don't see how to use that to set the My.Settings value.

View 1 Replies

Project Eulers 16 In Visual Basic. Sum Of Digits In The Number 2^1000?

May 29, 2009

Project Euler's problem 16:2^(15) = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26.

What is the sum of the digits of the number 2^(1000)?I have been trying to do this problem for a few days now and i just can't figure out how to get vb.net 2008 to recognize anywhere near that large a number. I have seen in other posts that some software like java has the integer type BigNumber or BigInteger but i cant find anything like that in visual basic. I'm running into this problem a lot using Visual Basic. I also can't seem to find any of the standard upper level math features in visual basic such as factorials and a few others that i can't remember but couldn't find under the math feature. any suggestions? (Sorry let me rephrase, any suggestions on how to do this stuff without switching to a different programming language.)

View 3 Replies







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