Requesting Assistance With VB Psychology Experiment

Apr 4, 2009

I'm creating a VB program to run a psychology experiment and I'm pretty close to done but am running into a few problems. The experiment consists of 8 phases that display on a single form but with different stimuli (pictures and text) being displayed on the form. So for example, at the top of the form would appear "dog" and below that in the center of the screen would appear the word "cat" and then the subject would select one of two option buttons, one being on the bottom left of the screen and one being on the bottom right of the screen.

One option button is labeled "Similar" and the other is labeled "Opposite". I also have corrective feedback displayed after each choice is made. Here are the things I have not figured out

[Code]...

View 6 Replies


ADVERTISEMENT

Program That Collects Response Data As Part Of A Psychology Experiment?

Apr 5, 2009

Have a program that collects response data as part of a psychology experiment and i want the output text files to show up on the users desktop so that they can find them easily and e-mail them to me. I'm using Parallels on my Mac to run windows XP and found the files in a desktop folder but they were not on the desktop. Am I coding this right?

HTML
My.Computer.FileSystem.CreateDirectory("C:Desktop" & Participant)
FileOpen(2, "C:Desktop" & Participant & "IRAP output.txt", OpenMode.Append)

[code].....

View 7 Replies

C# - Requesting Windows Remote Assistance Via Button?

Aug 7, 2009

I want to make a simple application on Windows XP with a single button which says "Help" - that will launch Windows Messenger's Remote Assistance and connect to my MSN Messenger ID - this is detailed here: [URL]. This is for my Dad or Mom who sometimes get confused when the Firefox UI resets itself or something other similarly catastrophic happens. I am familiar with the Windows programming model but am unsure on how to go about it - I would like to do this in C# or even VB.net.

View 2 Replies

VS 2005 - Experiment With COM Ports?

Mar 4, 2010

I want to experiment with COM ports but I'm stuck trying to figure out the COM port on my laptop. When I run the following program:

[code]...

PCI expansion card with my wireless internet card in there the hp manuals also say that my laptop should have a PS/2 mouse or keyboard slot but i dont see it anywhere. what ports could "COM3" be refering to?

View 6 Replies

.net - Requesting For A Type Of Control?

Jan 10, 2012

I want to add a control in winforms that drops like combo box but can show data like datagridview. I have seen this control in an application but not able to find a way how to do it. (Pic attached)

View 2 Replies

Requesting For QueryString In Variable?

May 22, 2012

I am trying to get the id from a url and send it to the client side this is what I did. This is my url : [URL]

Code behind
Public Partial Class Edit
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
End Sub
Private _myId As String = Request.QueryString("id")
Public Property myId() As String
[Code] .....

Error
Request is not available in this context
This is also what I get when I move the private prop to page_load()
"private " is not valid on local variable declaration -

Here is the answer
Public Partial Class Edit
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
MyIdVal = Request.QueryString("id")
End Sub
Private _myIdVal As String
Public Property MyIdVal() As String
[Code] .....

View 3 Replies

Determine If URL Exists Without Requesting The File?

Jan 25, 2010

I would like to check if a URL exists -- without requesting the file. The program needs to check if a PDF or Excel spreadsheet exists at a particular URL. If it does, it might want to download the file, but it should not download it every time.

I currently use the WebBrowser.Navigate method to do this, but it always downloads the file. But I don't want to actually download the .pdf or .xls file, I just want to determine if the URL exists.

View 8 Replies

Using VB With Other Technologies Or Finding Samples/content Or Requesting New VB?

Sep 6, 2011

For those that are having problems using VB with other technologies or finding samples/content or requesting new VB Language features then there is another way to provide this feedback to Microsoft so that we can work to provide useful content.[URL]..These posts will be actively monitored by Microsoft product team members who are interested to hear from developers.

View 1 Replies

Executable Not Requesting Elevated When Part Of Deployment Project

Sep 13, 2011

I've created an executable that's called by another app for processes that require UAC elevated privileges. If I build this project with the below manifest it requests UAC fine, if I add this projects output to my setup project it creates it without UAC?[code]....

View 1 Replies

Management Always Wants More Features: Requesting Outlook Cleint To Open?

Jun 27, 2011

First good Monday to all and thanks for the suggestions on path I got it working somewhat.Problem: When a user clicks the comment button I would like outlook client to open so they can submit their comments. We run outlook client 2010 and exchange 2010 server. The Network Administrator is somewhat helpful but I am responsible for coding. Code specifics needed, did some research but not a lot of examples. I originally designed a cute little form with pages that folks could view to answer questions about how to use office software, the boss saw it and now they want more.

View 4 Replies

Visual Basic 2010 Requesting File Permissions?

May 10, 2010

How can I request permissions to use My.Computer.FileSystem.SpecialDirectories.MyDocuments for writing?

View 1 Replies

Assistance With ASP/VB6/RDS --> .NET Conversion?

Feb 9, 2010

I'm currently working for a client who owns a custom developed ASP/VB6/SQL2k5 3-tiered web application... The application has been developed over the course of 10 years by several different companies... I have a team who is in the process of rewriting components of this application over to a ASP.NET/C# applications, leaving the structure of the back end database in its current state (ie: no redesign of the database)... As you know, this is a very long tedious process when performed correctly... Our client is looking for a "wizard" type conversion tool or process instead of the redesign of the web UI and business objects... Several people on my team (including my architect and I) continue to tell our client this is not possible, that a full rewrite of the application is required... Can someone just validate my thoughts on this? Here are some of the technical specifications of the legacy application:

· VB COM objects are heavily reliant upon ADOR recordsets
· ~150k lines of VB code spread across 6 COM objects

[code]....

View 3 Replies

.net - Assistance With TCP Reverse Connection?

Jul 3, 2010

I am creating an authentication server for some projects I'm working on. This authentication server works by receiving and transmitting data to users trying to authenticate. The user can send data to the server succesfully but when sending back it requires port forwarding. I read a way that I would not require port forwarding by using reverse connection but I have no idea how to get it working. I found a tutorial and tried to implement but when it tries to connect to read the stream it says the connection is refused.

View 1 Replies

Assistance With Input Variables?

Mar 24, 2010

Basically all it is is a program that outputs a file with variables users input.I'm having a big problem getting the input variables into the correct places. I suppose I can't tie them in. For example.I have a textbox labeled textbox1 and I want to use the input from textbox1 in the code below

xWrite.Writeline("The Value is" & textbox1 & "for field 1")

View 4 Replies

Game Of Pig Code Assistance

Feb 14, 2012

I need assistance with a program we have to do in programming class. It is due soon and I am stuck on how to code it and if the extra button is necessary or not. The game is called the Pig Game where each turn, a player repeatedly rolls a die until either a 1 is rolled or the player holds and scores the sum of the rolls (i.e. the turn total). At any time during a player's turn, the player is faced with two options:roll - If the player rolls a

1- the player scores nothing and it becomes the next player's turn.

2 -the number is added to the player's turn total and the player's turn continues.hold - The turn total is added to the player's score and it becomes the next player's turn.The first player to score 100 or more points wins. More info is here: url...

I have no idea where to go from my current position. I think I coded most of it though. I will attach the files in a zip folder for all to see my form and code.The main problem here is: I just need the code to be fixed, so it works and so I don't fail the class. Attaching the new version in a zip file would be nice but you don't have to do that, or you could just tell me the code and form layout directly on here!

View 9 Replies

Possible To Create Loop Assistance?

May 6, 2011

seriously struggling with this one bit of a program im creating. Im trying to simulate a moving queue, using a number of pictureboxes (controlled by Timers). Once a picturebox vanishes, another appears in front of it to symbolise movement throughout the queue.Anway... Im struggling with LOOPS! I cant seem to make the funtions repeat and I need this urgent due to a deadline in 16 hours time Background Info: The form will run for 60 seconds, after which anotehr form will loads (MorrisonsQueueSummary).Here is the syntax so far:vb.net

Public Class morrisons
Private Sub FormTimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MainTimer.Tick

[code]....

View 1 Replies

Remote Assistance For VB 2010?

Mar 7, 2012

Ok, here is the scoop. I would like to know if someone would provide remote assistance in restoring contols for visual basic ultimate 2010. I have had this version for less than a week and the controls are dispapearing to make it function. I don't know how to restore functions yet, due to the fact of beginners luck.

View 2 Replies

VS 2008 New Application Assistance

Oct 20, 2010

First off I'd like to say I'm very new to all of this VB world, .........so with that being said I'm trying to develop an app that will allow the customer to choose how they would like to have a Vehicle Customized.

[Code]...

View 3 Replies

Assistance On Getting LINK ID Using Regular Expressions?

Nov 19, 2011

I got this url for example [URL]..I want to get the last digit numbers and the rest could be anything.

I need a format like this [URL]..My knowledge is very poor in this regex thing so

[Code]...

View 2 Replies

Assistance Related To Listview Control

May 6, 2012

I;m trying to make a program that automatically detects files in a folder and display them in my listview control with an checkbox, an image and the name of that certain file located in my directory folder.I've manage so far to make my app to populate my listview from a folder, show the checkbox, and also the image. What i cannot achieve is the following:

1. To show the path in my second Column of the listview;

2. And to run the checked files via a Command Button. [code]

View 9 Replies

Guest Reservation System Assistance

Mar 17, 2009

if someone could help about my Guest Reservation SystemI not intending anyone to do it for me,just need some advice want to know what is better or what should I do to make the project better.

View 3 Replies

Launch Remote Assistance Request?

Jul 19, 2010

I'd like to make a button or link that launches a remote assistance request to a designated computer.

View 2 Replies

VS 2008 Drag And Drop Assistance?

Jul 9, 2009

I am in the process of creating a dock and I was wondering if somebody would know how I can have programs be dragged and dropped into the dock with the ICON

View 1 Replies

Assistance Required Finding Averages And Using Steps

May 22, 2011

I am relatively new to the world of programming and I was wondering if anybody could help me with a small project. I am trying to create two programs in VB.Net that each do one of the following individual actions:Find the average grade given several user-inputted scores on assignments. The program should also provide the following feedback according to the final score (i.e. A, B, C, D, F).Run two separate threads printing numbers (or words) in ascending and descending orders. (The numbers (or words) should be given by the user.)I have a basic understanding of VB.Net, but I am having trouble when it comes to creating even remotely complex programs. I have a few ideas on how I may go about these, such as using an arraylist for the first question that takes user input to find the grades, and then uses a series of If-Then-Else statements to display the letter grade, and possibly using steps simply with dual threading that would result in numerical order being printed in ascending order and descending order.

View 1 Replies

Assistance With Migrating Text File To Access

Mar 5, 2009

I created a program that logs incoming data to a serial device to a text file but the output is not what i really want, the data appends to the text file and looks like:

[Code]...

View 9 Replies

Need Assistance With Method Of Converting To Specific Column Locations To A File

Aug 21, 2009

I am looking for any assistance on the best method to accomplish this task. I need to take a comma delimited text file, load it into memory, and then grab indevidual columns of data and export them to a file.[code]I need to for this project I ma working on grab ALL of COL C for example and export it and the data to that column to a file. Can someone provide me with assistance on the best and easiest method on doing this? I know I can do it with a lot of parse text's and many methods of using a listbox or arrays but I'd like to explore some options.

View 6 Replies

Require Assistance Making A Menu From A Single Parent/Child Table?

Oct 25, 2010

I have a single table that holds my Categories

CatID, CatName, ParentID

I have often used this layout to show Root Categories where the ParentID IS NULL. I would like to be able to create a vertical Menu (using a repeater and an <UL><LI> that displays the Root Categories and ideally, a collapse panel that would expand with the subcategories. Given the above Table format, it is also easily possible to make the hierarchy unlimited.

how to make a single dataset that understands the Child relationship.

View 1 Replies

Why A Page Load Would Be Called Twice On Page When requesting Aspx page

Jul 3, 2006

Does anyone know why a Page_Load would be called twice on a page when requesting an aspx page?I am using .Net 2.0 with the new .net 1.1 compilation model installed. Whenever I request a page, the Page_Load on the aspx page appears to be called twice, so does the Page_Load on and user controls added to that page.

View 16 Replies







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