hi, i have tried this but i seem to get an exception that i don't understand:
An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll
Additional information: Exception has been thrown by the target of an invocation.
however, i dont think this...
Hi all,
I am making a usercontrol but i would like it to make its background colour transparent?
Does anyone know how to do this?
i would like the background colour to be transperent when the control is moved as well, so it does not affect other controls on the form
this is my code so...
i just changed it to this:-
SELECT * FROM (SELECT TOP 15000 timestamp, UV_CELL_HIGH_LIMIT_VAL0, UV_CELL_LOW_LIMIT_VAL0, UV_CELL_INNER_VAL0, UV_CELL_OUTER_VAL0,STD_CELL_B_INNER_VAL0, STD_CELL_A_OUTER_VAL0, STD_CELL_LOW_LIMIT_VAL0, STD_CELL_HIGH_LIMIT_VAL0 FROM dbo.T5_AGER_LIGHTUP ORDER BY...
hi all,
I have read somewhere that sql server 2000 does not store the row numbers so you cant pick a set list of rows, i.e row 1500 to 1800.
if this is true how can i write an sql query to get the last 15000 records of my table, if at all possible
The way ive been doing it, is to order by...
That ok if your using a different header!
I am trying to get this to work:
student.txt
John Smith
22 2 1982
02003456
#include <stdlib.h>
#include <iostream.h>
#include <fstream.h>
#include <string.h>
void main (void)
{
//declared variables
char instring[100];
char name[24];
fstream def...
hi there can anybody tell me an easy way of reading some data from a text file:
the data in the text file is:
John Smith
22 2 1982
02003456
i have been using getline and atoi, but i am having some problems!
cheers
devo
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.