Best Application - Retrieve The Onset Of The Dive, Onset Of The Bottom Phase, Length Of Dive?

Feb 5, 2010

I am a biologist and I have a collection of dive data. It is very simple data...just time and depth (m). However, from each data set, I need to retrieve the onset of the dive, onset of the bottom phase, length of dive, etc. For years I have been finding these points through visual inspection of the data. It is extremely tedious and in know way efficient. I am interested in expediting this whole process and am more than willing to learn VB...but only IF it is the best approach for this application.I have attached two dives worth of data, so we can see what the data looks like. Each data set can contain from 1 to 8 hours worth of data.

View 5 Replies


ADVERTISEMENT

Create At The Requirement Analysis Phase?

Jun 30, 2009

documents that are required for a project. Such as:e.g: What sort of document I have create at the requirement analysis phase...etc I need to know all the documents that are required from start to end of the software project.

What's the part that MSF (Microsoft Solutions framework) plays?If we need to use MSF, what sort of documents that are required from it?

View 1 Replies

IDE :: Positioning Window In Design Phase?

Jan 23, 2009

In earlier editions of visual basic I could move the form across the page by changing left in the properties window. VB 9.0 doesnt have that in the window properties window. I can set start position to manual but it wont drag and drop how do I move a form window in the design mode? added by TNT 1/24/09 I went back and checked VB5 the left and top positions were settable but only located the form during run time.

View 1 Replies

Add Dynamic ASP.NET User Controls BASED ON ViewState / BUT Before LoadViewState Phase

Jan 27, 2011

My page has a drop down whose values are dynamically populated. Based on which item is selected, a number of TextBoxes are dynamically created during runtime.The user then fills in information into the textboxes and clicks a submit button.After postback from the submit button, I need to again dynamically create the TextBoxes during Page_Init (BEFORE LoadViewState) so that after the ViewState loads, my Button_Click event can save/do whatever with the user input. PROBLEM is, I cannot recreate the textboxes based on the selection in the dropdown, because the dropdown hasn't been "selected" yet by LoadViewState.SO, how can I read from the view state, create my textboxes, then let the viewstate populate the textboxes, and then the Button_Click will use the values??The one thing I've attempted is to override the LoadViewState function so that I can read from the view state, create the boxes, and then load the viewstate again. This did NOT work, because the debugger never seemed to hit my overridden function.[code]

View 1 Replies

Make Application To Be At Tray Icon Just Next To Time Displayed On Right Bottom Corner Of Task Bar?

May 31, 2009

I found some great code on capturing webcam images but the problem is the client PC will need to initiate the communication to this server (click Connect to server IP). This is like 2 way communication.How can i do something like this (door Kiosk system):when a visitor press a button on the LCD that come along a web cam (this will be the server), it will send the signal the client PC that is installed with the application i've created (window form) and pop up the images to the client PC (more like a 1 way communication). This image is captured through the web cam on the server to capture the visotor's image waiting outside of the door. How to do this?I'm really stuck as i'm not familiar with window API programming yet.

1) how to do the mentioned 1 way communication? possible in .NET?

2) how to make my application to be at the tray icon just next to the time displayed on the right bottom corner of the task bar? When a visitor press a button o the server, it will pop up a window form on the client PC showing the image captured via the server's webcam outside of the door.

View 5 Replies

VS 2010 Retrieve Currently Active Application Window From Another Application Just Starting Up

May 26, 2011

I am in need of a small application, that will allways be topmost and will send keystrokes to the last active application (typically notepad or an explorer window). My problem is retrieving the current active form (or application), when my application is started up. Every search seems to return old and rather complex solutions using Win32 library functions, but I was kinda hoping, that .Net allowed for a neater and more simple solution.I need a code example or link on how to retrieve the currently active application window from another application just starting up.

View 2 Replies

Line Length Application - Horizontal / Vertical Distance

Dec 7, 2010

Class lineLengthWindow
' declaring variables
Private m_objGraphic As Graphics = CreateGraphics()
Dim pointX1 As Integer
Dim pointX2 As Integer
[Code] .....

View 2 Replies

Substring - Error: Index And Length Must Refer To A Location Within The String. Parameter Name: Length

Apr 17, 2009

this is not working?

[Code]...

End WhileI am trying to read from the ": " to the end of the line. I keep getting this error: Index and length must refer to a location within the string. Parameter name: length

View 3 Replies

Index And Length Must Refer To A Location Within The String. Parameter Name: Length Exception

Feb 17, 2011

am getting the above exception while swaping Items in the list(lstRoutePriority).PFB my code

if (lstRoutePriority.SelectedIndex > 0)
{
//Swap the two items

[Code].....

View 2 Replies

Convert Character Length To Pixel Length?

Jan 6, 2010

I have a field displaying on a datagrid that the user has asked to be variable length based on the data that is returned. Is there an easy way to determine how many characters are returned for a field and then converting that to a pixel length so that I can change the length of the field in the code.

View 2 Replies

Retrieve An IP Address In VB Application?

Jan 17, 2009

Im building a payment system in VB (2008) using Windows Forms (Applications). Im trying to find out how it is possible to get the IP address of my machine and display it to a text label. I did a bit of surfing and cant find a solution, i tried this code below, but doesnt like the word "Request", so i tried adding all the imports web, data, net, etc, but cant get it to work.

Dim StoreIP As String
StoreIP = Request.UserHostAddress
Me.TextBoxIP.Text = StoreIP

View 1 Replies

Output Error "Index And Length Must Refer To A Location Within The String. Parameter Name: Length" With Substring

Mar 23, 2009

"Index and length must refer to a location within the string. Parameter name: length" whenever I run this code

[Code]...

View 1 Replies

Substring Size - "Index And Length Must Refer To A Location Within The String. Parameter Name: Length"

Jul 21, 2010

If using the following in an if statement I get an error: If trg.Name.Substring(4, 6).ToUpper <> ("ABCDEF") Then I get the error: "Index and length must refer to a location within the string. Parameter name: length"

I assume this is because the string (trg.name) is too small for the 4, 6 substring. What would be the correct method of working around this problem? VB.net Studio 2008.

View 3 Replies

How To Retrieve Gmail Inbox Into Application

Mar 18, 2008

Is there any way I can make a vb.net application that will allow me to retrieve the gmail inbox into my Application? I can use gmail Smtp server to send the mails, the problem I am facing is that I cant receive the mails from gmail to my application?

View 39 Replies

Retrieve MODI Reference From COM In My Application?

Feb 14, 2012

Retrieving the COM class factory for component with CLSID {40942A6C-1520-4132-BDF8-DC1F71F547B} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).How can I retrieve MODI reference from COM in my application ? I have no dll file of MODI.& I have used the reference file called AxInterop.MODI & Interop.MODIBut I am not able to execute the application.I need this file to retrieve text from images.

public partial class Form1 : Form
{
public Form1e & Btnclick as Button

[code].....

View 2 Replies

Retrieve My Application's ProductName And CompanyName?

Dec 1, 2011

In VB.Net, I can retrieve my application's ProductName and CompanyName by using:

My.Application.Info.ProductName
My.Application.Info.CompanyName

How do I do the same thing in C#?

View 3 Replies

Sql - Retrieve Oracle DBMS_Output From A Application

Aug 4, 2010

I'm working on a vb.net application that executes an Oracle stored procedure. The stored procedure displays a value using dbms_output.put_line. How do I retrieve that value from the oracle database into my vb.net code?

View 1 Replies

Retrieve The Actual Text Of A Message Box From Another Application?

Jun 16, 2011

I need to retrieve the actual text of a message box from another application. When using WM_GETTEXT, the values returned are the title of the message box, and the text of the control button (in this case "OK").

My issue is that what I really need is the actual text message from the box itself. I've been researching this for days and can't find a way to do this. Nothing I have found so far tells me how to do this.

View 11 Replies

Save Image To Application Path And Retrieve From Application Path?

Nov 25, 2009

I have one project and in this project I want to save picture to application path and save the path to database as string and retrieve the image from the application path.Can u give me some idea about it..i am using vb.net as frontend and ms access database

View 1 Replies

Application To Search Xml File That Contain Details And Retrieve All Properties

Jun 3, 2011

i have an application that store a data about a properties for sall i use the serlization and desrlization to store the property details to an XML file i call it PropertiesList .xml..i got a form called search it contain 2 text boxes when the user write down a postcode for a property then click search i need the application to search the xml file that contain the details and retrive all the properties that match the searching words and list the result in a list box.

View 1 Replies

IDE :: Design An Application In 2005 That Will Retrieve Pictures On A Form?

Aug 29, 2010

i need to design an application in visual basic 2005 that will retrieve pictures on a form. PS: All pictures should be located in a combo box! And the number of pictures are 2000.I've started with cmb.Items.Add("pic1") but that really tiresome to write 2000 codes.

View 9 Replies

IDE :: Unable To Retrieve Application Files. File Corrupt In Deployment?

Apr 15, 2009

i am getting "Unable to retrieive application files. File corrupt in deployment" on clickonece technology

Log:-
SOURCES
Deployment url : http://192.168.1.1/Employee/emp.application
Server : Microsoft-IIS/6.0
X-Powered-By : ASP.NET

[Code]...

View 1 Replies

Retrieve Application Path For Associated File Type From Registry For Use With Shell Command?

Jun 17, 2009

I'm using VB.NET in Visual Studio 2008 in a Vista 64-bit OS. I'm trying to find an easy way (there must be one) to quickly retrieve from the registry the application file name and path to use in a Shell command to open a particular file. Specifically, I want the user in my app to be able to click on a PDF file and have the app open that PDF file using the application associated with PDF file types - Acrobat Reader, for example. Anyone have any suggestions as to proper coding & syntax for the following sequence?:

(1) Get name of .exe file associated with .pdf file type (most likely from the HKey Root Classes hive)

(2) Get path for the .exe file

(3) Shell("[pathname]appname.exe filename.pdf")

I've spent a couple of hours looking through the forums and haven't found what I'm looking for.

View 3 Replies

Length Cannot Be Less Than Zero. Parameter Name: Length

Jan 31, 2012

When I load in the file to my program.

GPRS: 232154,456464,546
IP Addr: 123.456.2.789,9001
Interval: 12.5422

It appear Length cannot be less than zero. Parameter name: length.

My program is...

Private Sub Loadbtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Loadbtn.Click
'Dim strFileName As String

[Code]....

View 3 Replies

Make A Database Application That Can Write/retrieve Cells/datasets From/to A Database

Apr 8, 2010

i need to make a database application that can write/retrieve cells/datasets from/to a database i buyed a book in there was an example of how to create a database application while debugging i had the "Object reference not set to an instance of an object." error and it highlighted this code

objDataRow = objDataSet.Tables("KlantenTable").NewRow
now the problem is here i declare something later in the code i write to it
objDataSet.Tables("KlantenDataTable").Rows.Add(objDataRow)

[Code]....

View 2 Replies

Retrieve Url Once A Page Has Been Opened With "InternetExplorer.Application" Component?

Jun 18, 2010

I have some code I am trying to get to work. I open a url and then I want to get that same url address from the opened we page web. For some reason when I place parameters in the object.navigate statement the locationURL comes back empty

[Code]...

View 2 Replies

Bottom Node In TreeView Is Cut Off

Jul 9, 2010

I have a TreeView in my form that I populate manually from a list of items in a database. The descriptions of the TreeView items causes a horizontal scrollbar to be displayed. That is fine except that it seems that this scrollbar hides the item at the bottom of the TreeView. If I expand a tree node the bottom item that was previously hidden will be displayed.

View 20 Replies

Check If A RichText Box Is On The Bottom?

Nov 22, 2009

Is there a way to check if a RichText box is on the bottom? I don't think this is working:

Code:
If RichTextBox1.Selected = Len(RichTextBox1.Text)
'It's on the bottom
End If

What I am doing is, having the text go to the bottom (like a chat client) with this code:

Code:
RichTextBox1.SelectionStart = Len(RichTextBox1.Text)
RichTextBox1.ScrollToCaret()

However, if the user is looking at what was sent before, it scrolls them back to the bottom.

View 16 Replies

Fields Go Beyond Bottom Of Form?

Jul 19, 2011

I have a table with many fields when I drag the details from the data sources tab to the form some fields do not show, and they go beyond what I can grab with a "blind group select" (I marquee beyond the bottom of the form and catch fields that I cannotsee). What can I do to place all fields on my form.

View 16 Replies

Get The Group Box On The Bottom To Display?

Apr 10, 2009

I have several group boxs, that are stacked on top of each other. They are all hidden until the user clicks the appropriate item to display a certain group box. The problem is I can only get the group box on the bottom to display.

View 6 Replies







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