Hi everyone,
I have a BIL file containing an elevation grid that was compressed in a method I'm not familiar with. I'm trying to decode it so that I can write it to a plain ASCII file.
I read it using Dim b() As Byte = IO.File.ReadAllBytes("Filepath") and have attempted to run it through the...
Hi,
I'd like to write a program to read a BMP and change all of the colours that are almost black to be black R:0 G:1 B:0 to R:0 G:0 B:0.
I have a binary method for reading in and checking pixel values but no of no way of reading the image in and writing it.
Would someone be able to help me...
Hi,
I have a recurring problem with
WebBrowser1.Navigate "website"
Do
DoEvents
Loop Until WebBrowser1.Busy = False
in that sometimes it waits for the website to load completely and sometimes the Do loop completes before the page has loaded. I've posted...
Hi,
I have some code that runs in a loop to cycle about 100 webpages through the webbrowser control. The code shows the website, waits for it to finish loading, does a few operations and then moves to the next website.
It normally works fine but a couple days ago the program hasn't been...
Hi,
The company I work for has owned Microsoft SQL Server for some time now, but has never employed a DBM to manage it properly. We're a small shop and primarily rely on tape back-up and have no maintenance plan to keep the system running at optimum.
We've upgraded now to SQL 2005, and I'm...
Hi,
I was wondering if it would be possible to write a program that opens an Internet Explorer window to a particular URL and then adds say three tabs to that window each pointing at a different website? Is this possible or can you only launch the initial window programmatically?
Thanks,
Mike
Hi,
Up until last week I had code that worked quite simply to navigate in a webrowser control to a website and take a screenshot of that website. Suddenly however the code has stopped working. The first error I received was that the webbrowser1.navigate member was not found despite the Internet...
Hi,
I'm reading in a file a line at a time, and am running into difficulties splitting it into its components. I'm pretty sure it's delimited by carriage returns (Enter) but the couple ways I've tried to split it don't seem to work.
The delimiter when the file is opened in notepad is a square...
Hi,
I'm using VB within ESRI ArcGIS which is a little limited in its functionality. I need a way of obtaining the dimensions of a TIFF without loading it into a picture box. Perhaps read as raw data or through a control I'm not sure. I've found ways to do BMPs, JPEGs and GIFs as follows...
Hi,
I'm trying to load an image file into an image box. I can get the image loaded but it is sizeably larger then the image box which means I need scroll bars for the user to see everything.
I've seen examples using both picture and image boxes together but I don't seem to have access to a...
Hi,
I'm not too experiences with using VB for image manipulation, so I need some help.
What I need to do is create a routine that reads in a BMP, changes all of the RGB values that are greater then 240 to 255 and then export the image with a new filename.
I took a look at the thread of...
Hi,
The company I work for has recently started a project in which we have to mosaic thousands of BMPs together to form a series of larger combined images.
Part of the pre-check process for the images is to ensure that the they do not contain any holes (areas in which there is no data) and...
Hi I've created a routine that works on about 20 computers in the office. This routine among other things closes a file, and uses the FileCopy command to copy the file to a new pathname.
On some of the computers this action will result in a "Permission Denied" error, but not on all computers...
Hi I've been working on VB project for the last little while and all of a sudden when I loaded it I get an "Invalid Data Format" error.
This error occurs when I load the project, I can see my forms but I can't access the code and I can't change my references or the error appears again. I...
Hi,
I want to be able to create a blank zip file and copy a text file into that zip directory. I can create the zip file and I've been trying the FileCopy function without success.
Any help would be much appreciated.
Thanks,
Mike
Hi,
I'm just starting out with SQL programming and would like a way to return an array in a stored procedure. Currently my stored procedure looks as follows:
Alter Procedure prcGetJobDrawings
@JobNoItemNo varchar(15),
@DrawNoItemNo varchar(15) output
AS
IF (SELECT COUNT(JobNoItemNo) FROM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.