VS 2008 Could Someone Point In The Direction?

Sep 1, 2009

of a tcp server/client project example so that I can make my won tcp chat or something.

View 2 Replies


ADVERTISEMENT

VS 2008 Point Me In The Right Direction?

Jul 30, 2009

Here is what I have: An excel sheet full of Companies, Contacts, and emails.

There are duplicates of all three. Here is what I need to do: Strip out all duplicates based on email.

Is there anyone that can point me in the right direction?

View 11 Replies

Hand And Point Me In Right Direction With The Project?

Apr 18, 2012

was wondering if you could give me a hand and point me in right direction with the project i am creating. It is a toolkit They are 2 problems that i am having wondering if anybody knew the issues

1. The textbox is not having them 1 by 1 for example

service pack 2
service pack 3

2. The other problem is a bit more tricky, I have software on the hard-drive c:directorysp2

it has to be implemented into the toolkit anybody have any ideas how without a database if possible. I thought this could be done in the load form, pre-loads the software and then checks when comes to installing the software in the list.

[Code]...

View 2 Replies

VS 2008 Set A Point Without Setting Point.x And Point.y Separately

Jun 4, 2009

I hve been working with points a lot recently, and I have been wondering if there is a way to set a point without setting point.x and point.y separately. For example for (3, 5): Point1 = (3, 5) But that isn't right

View 4 Replies

VS 2008 Getting Started In The Right Direction?

Apr 5, 2011

I have a project that needs to open a CSV file that is 3.7gb in size. It is data that was exported from a database (why on earth anyone would export it to ONE file, is beyond me)

Excel/Access can't open the file because it is more than 256 columns and greater than 65000+ rows. I was able to split the file into seperate files with 50,000 rows in each. I wan't to automate this and export only data by a specific state, and perhaps add it to a database or excel file, should the rows stay below the limit.

I found a project that splits the CSV file... perhaps I can just parse the data while splitting the file.

View 11 Replies

VS 2008 Noob Direction To Get Started?

May 21, 2009

Total noobie when it comes to VB, but I'm jumping in. I have about 15 years with Business Basic and see many similar things between VB and BBx so hopefully the learning curve will not be to steep.

Anyway the project I wish to complete is: Use portable computers running Windows CE 5.0 to scan bar coded labels to capture data collected during a physical inventory. The labels have 2 fields - bin location and item. My form will have a textbox for 3 items - bin location, item and quantity. Also, the form will have 2 radio buttons to accept or reject entry. I plan on writing the records to a simple text file to import in to the current application I am running.

I downloaded Microsoft Visual Basic Express 2008 and have done a little prodding around so far. I know the Express version does not support mobile device application development so that needs to be upgraded. My question is, can someone recommend a good book that would cover the areas I need to be concerned with?
Also, any good online resources?

View 1 Replies

Finding A Point On A Diagonal Line When Have The Start Point And End Point Of The Line?

Feb 14, 2011

I have a Diagonal line drawn on a picture box on my forum and i need to know if the user has clicked the line I have the Start point and End Point of the Line and the mouse x,y location So i basically need to find out if the x,y of the mouse is on the line.

View 2 Replies

VS 2008 "Pacman" Ghosts Random Direction Choice?

Nov 20, 2009

I've got a small pacman-like game where ghosts are running around a maze. At the moment, their movement is completely random. Each step, they determine which directions they can possibly move in (taking into account walls), and then they choose, randomly, one of those directions.Now, this works, but it's not very good. If a ghost is in a long corridor where he can only move up or down (or left/right), then he will usually not go anywhere, but just move up, down, up, down, down, up, up, down, up, etc. So, while it does move every step, in the long run it doesn't go anywhere.

View 7 Replies

VS 2010 : Search For Text Within A String (Starting Point And Ending Point)?

Dec 31, 2010

I'm trying to extract a piece of text from within the string, defining both a starting point and an ending point. For instance, say I want to search for the text found between "That is a " and " car" in the string "That is a red car", so it would return "red".I know you can use .SelectionStart and SelectionLength, but the length of the word can change, so the selection length can vary. What I want is to establish a specific starting point and a specific ending point from which to extract the text from the string.

View 5 Replies

VS 2010 Loop In A Variable And Grab Info From Point A To Point B?

May 24, 2010

I want to know if its possible to loop in a variable and grab info from point a to point b

This is what I have stored in my Variable

PHP
</div> <!-- div reviews end white-space:nowrap; margin-bottom:5px; class="reviews" -->
<div class="list_address">

[Code].....

View 11 Replies

Add Point And Delete Point When The User Clicks The Picture?

Jul 29, 2009

i have a picturebox which displays a map i have 2 modes add point and delete point when the user clicks the picture it creates a point on the picture where the user has clicked that works perfectly its when i try and delete the point when it doesent work :/ i have all the points loading from an xml file this is the code i have:

[Code]...

basicly i want it to when the user clicks the point it fines the x any y in the xml delete the node then delete all the points on the map then reload them all according to the xml

View 9 Replies

Calculating Point-to-point Directions On A 2-D Grid?

Mar 11, 2012

I'm trying to calculate the direction between two points on a two-dimensional grid. Actually I want to determine if that vector is within a range of two values. Suppose the grid's origin is 0,0 at the upper left corner, and 0 degrees represents north. I have a point A on that grid. I want to know if a line from point A to point B on the grid is within a range of directions between 111.8 degrees (a little south of east) and 158.2 (a little east of south). Those are approximations; the 111.8 is 90 degrees plus the arctangent of 2/5, and 158.2 is 180 minus that value. I worked out a series of calculations worthy of a medieval astronomer, but I suspect there is a simpler way. I'm going to have to do this for a variety of other vectors, and I'd like to generalize

View 4 Replies

Construct An Icon Setting Point By Point

Feb 20, 2010

I know how I can construct an icon setting point by point, but that isn't what I want. I want to use a bitmap file or a jpeg -is easy to convert an jpeg to an bitmap- and built an icon that looks like this picture.

View 2 Replies

Draw Arc From Start Point, End Point And Radius?

Jan 17, 2009

I want to make a drawing application which needs a few drawing functions I cant handle myself as im not very mathematicly inclined The first on the list of functions is to create an arc from a start point, end point and radius. The method signature is as followes.

Function CreateArc(byval StartPoint as PointF, EndPoint as PointF, Raduis as single) As PointF()
'Code to create an array of points...

[Code]....

View 1 Replies

Draw Line From One Point To Another Point?

Apr 10, 2012

I have a DataGridView that will occasionally have a RowError icon displayed in the RowHeader (shown below)I have code that displays a small form when the users mouse moves over the row header or clicks the row header.I would like to draw aline from the top-left of the form to the middle-right of the row header.I basically want to point from the form to the error icon.

View 1 Replies

Move From Point A To Point B Along An Angle?

Mar 14, 2009

I need to move an ellipse from a known point on the screen to another known point on the screen.

I've tried using For.....Loops with less than desired results.

I can't remember everything I've tried, a lot of trial and error has been layed to waste. Lol

I've ended up with this code after putting together what I've tried, what I've learned elsewhere, and a couple of posts I've read on here.

All I want to do is move the ellipse from one point to the other along a straight line that forms the angle between the two points (X1,Y1) and (X2,Y2), make it grow from 2 pixels at it's start, to about 80 pixels by the time it reaches half way, then shrink from 80 pixels back down to 2 pixels by the time it reaches the point (X2,Y2).

Easier said than done.

Here's what I have at the present.....

Dim W As Integer
Dim H As Integer
Dim Num As Integer

[Code].....

....This seems like such a simple task, yet it's been a week since I came up with the idea, and I've had little success.

View 6 Replies

Moving From Point (200, 100) To Point (300, 400) Repeatedly?

May 9, 2010

come out with the codes for moving the mouse pointer from point (200, 100) to point (300, 400), repeatedly. Using VB 2008.

View 8 Replies

Scrape HTML, From Point A To Point B?

Jul 28, 2010

I looked around the forum can't find something really simple.I want to scrape everything between the

<!-- google_ad_section_start -->
to
<div class="ad_editorial-sponsorship"></div>

copy it and use it right after it's website and I navigate using webbrowser1.

View 12 Replies

(GAME)rotate Image Facing Mouse Cursor, Move Image From Point A To Point B?

Jun 21, 2010

i want to work on a shooting game,and i already have a code for the rotation of the image but i have a few problemFirst problem(for the tank /ship): i want the image to AUTOMATICALLY rotate facing the mouse cursor,i know how to rotate but but i dont know how to convert the location of the mouse to an angle that the image will face,,

View 1 Replies

VS 2008 Break Point Not Hit?

Nov 21, 2009

Ok every so often in .net (when i have a project that references another project in the one solution, and i add a breakpoint to the "non-startup" project) I get the following message:"This breakpoint will not currently be hit. The source code is different from the origional version"I tried to remove the reference from the project and re-add it from the other project in my solution - this did not fix the problem.

View 4 Replies

VS 2008 Get Up To Second Decimal Point

Jul 5, 2009

I was wondering how i can get as far as the second point in a Double. I have a double that will contain a number such as 12.98 but when i try to show it in a textbox it shows as 12.98000000000000000 I know this is because its double but im unsure about to to retrive only as far as the .98 and get rid of all the 00000000000000

View 2 Replies

VS 2008 Min X Or Y From Point Array?

Aug 14, 2010

how can i find the smallest X or Y value from a point array with the array.min method?

vb
Dim p(3) As Point
For x As Integer = 0 To 3

[Code].....

View 13 Replies

New 2 Vb And Needing Some Direction?

Jan 5, 2012

im searching for code examps on how to search multi-websites from user input within a desktop apps textbox and return active links into a webbrowser within the app...this even possible?

View 4 Replies

VB 2008 Express: Recursive Use Of New Point (?)?

Jan 22, 2010

I have a VB 2008 Express program that uses a sequence of functions to move a set of image controls randomily until they meet some criteria as returned by a function, named here Passed().The random placements can result in an unsolvable solution, i.e. an infinite loop; So I've implemented a timer check that triggers just longer then the typical solution time (~2 seconds). Assumption being that any attempt longer then typical is likely headed to oblivion.

Upon timer trigger I attempt to reset all the images to a known location and simply recall the preceeding functions to again try placing them until they meet my desired outcome.I believe I am encountering an out of memory type error, due to an apparent corruption of the display (great big white area appears for no apparent reason and program never returns without manual halt). Program does appear to restart properly a couple of times before this 'lock-up' occurs.

Example of my code,

Public CnameA, CnameB as String
Public Cmax as Integer = 10
Private Sub Form1_Load(...)

[code]...

Is it possible that the calling of New each time might be filling up the available heap / memory (there are a lot more images then the 5 demonstrated here. I am unsure how to clear it and even if I did would clearing the memory associated with New Point () cause my images to not be displayed?

View 5 Replies

VS 2008 - Put The Value With Point And Not Comma In Textbox

Jul 26, 2011

I have this

CODE:

The var have a value like:

When the value pass to the textbox i have:

Need to put the value with point and not comma in textbox...

View 3 Replies

VS 2008 Adding Points To Point()

Dec 26, 2009

I was wondering if there's a way to add points to something defined like this

[Code]....

View 8 Replies

Change Direction Of RowHeaders In DGV

Feb 8, 2012

Is that possible to change the RowHeaders in DGV from right to left. not by change the Direction of DGV from right to left means start from the last column not from the first colum.

View 2 Replies

Changing Direction Of The Code?

Mar 5, 2012

Anyway this is my code right now so I am not blank.Code removed.Not sure if it is very hard to understand but I am currently working on a project and what this code does is finds a blue ball on thewhole screen then moves the cursor position on the blue ball it just found.If it doesn't find it, will show a msgbox Quite simple.

View 12 Replies

Getting WPF DataGrid Selection Direction?

Jan 20, 2011

I'm using SelectionMode as Extended (multi select) with WPF DataGrid.The SelectedIndex value always returns the first row that was selected, irrespective of the selection direction. For example, if I start at index 0 and end at 4, I can work with it fine. But if I start from 4 and go to 0, SelectedIndex returns 4 and I don't have a clue to add the number of selected cells or subtract.Is there a way to find the selection direction?

View 1 Replies

How To Draw A Rectangle In All Direction

Sep 28, 2009

i've found this code on the web that allow me to draw a rectangle and keep the Image inside this. But there is a way to make draw this rectangle in all the direction and not only from left to right and top to bottom?

Public Class frmSS
Private Declare Auto Function BitBlt Lib "gdi32.dll" ( _
ByVal hdcDest As IntPtr, _

[code]......

View 4 Replies







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