Hi All,
I have a listview box with 3 coloums in which I am populating the data through a for loop.
Is there a way of changing the font or back color of each line?
Thanks,
impersonation seems to work if you know an Administrator user id and password but as this will be used on a wide range of workstations and each one has a different Administrators password I cant find away of getting it to work.
Any other ideas how to retrive a list of all Time Zones?
Thanks,
Hi there,
Does any one know a way of retrieving information from the HKEY_LOCAL_MACHINE part of the Registry if you don’t have Admin Rights.
I am trying to get a list of Time Zones and the time offsets from UTC time.
I currently have the code:
Dim regKey As RegistryKey
Const...
Hi,
I have a webbrowser object in my vb app which loads a page which has several frames in it.
I am trying to get the text from one frame so I can search it but I cant seem to get it.
So far I have:
Dim temp as String
temp =...
Hi,
I have a button on a form on a webpage which I am loading up using the webBrowser component in VB.net 2005.
The page has a form on which I am able to fill in using:
WebBrowser1.Document.GetElementById("Name").InnerText = "My Name"
but I cant get the clicking the submit button to work.
I...
Hi There,
I have a group of RadioButtons and a for loop which run through them checking if they are selected.
for i = 1 to numOfButtons
tempName = "RadioButton" & i
if tempname.checked then
do somthing
end if
next
The trouble I am having is that the tempName.checked is not being reconised...
Hi,
I have a couple of combo boxes pulling data from an Access Database.
The second combo is running off a DataView which filters the results:
Dim tempTable As DataTable = DataSet_Ticket1.Tables(0)
Dim tempDataView As DataView = New DataView(tempTable, "TicketGroupRef = " +...
Hi,
I have a MsAccess DB with two tables in (Table A, Table B) and I am trying to have two drop down boxes in my vb.net application showing the date from each table.
I have got as far as setting up the connection with the database and setting the OleDbDataAdapter and the DataSet.
this all...
These PHP functions seem will grab text out of the document fine:
fopen()
fread()
fright()
file_get_contents
the problem is that they also get all the other characters the doc files have in for the formating.
Any ideas for filtering them out.
The other option I was looking at is if you use...
Hi All,
I need to read the text from an uploaded text document and input this into a field on my sql server.
I have to code:
$story_text = file_get_contents($upfile);
which read the document ok but it also includes all of the strange asci codes.
Any Suggestions?
Thanks,
Hi all,
I have a main form with staff details on it and then a sub form with the days off the staff have.
I want to have a list box showing all the days off that member of staff has had and then on click go to that record.
BUT I can only get the list box to display all days off for all...
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.