Thanks ill try it out
Thanks
Kunal
User Profile
Collapse
-
Key press function with 60 second timer
I have placed a timer on the main menu form I set the timer to 60 seconds I want the timer to check for user inactivity if no key pressed at 60 seconds i want the application to navigate to the login page. I have a rough idea how to do this but I dont know which functions to use this is on a mobile application in visual studio 2008 any suggestions would be greatly obliged please
Thanks
Kunal -
I noticedthat on the load method it works fine but if I add an index changed method to change the text in various labels I get a System.Data.Dat aRowView which doesn't make sense why..
as it works fine in other parts of the app
Please can someone help
KunalLeave a comment:
-
Web Service and Listbox data source
Hi,
I hav a web service which pull records from a database and I am hosting these services in IIS which works fine but I am trying to retrieve the record and display the record in a listbox displaying the time field as the text for that record.
I have created the following function
public sub get_data()
dim dt as new data.dataTable
dim service as ws webservice.webs ervice
service = new wswebservice.we bservice... -
Its Ok
I think I fixed it
I left my computer off for a while and restarted it and it worked fine I didnt actually change anything I think an exception must of occurred with something in windows and it got closed I think. Thanks anyway
KunalLeave a comment:
-
Project Solution doesn't update at runtime
Hi,
I am using Visual studio 2008. I didn't see a place to post questions about this . I am creating a mobile application, at run time the executable itself is not updating to show the changes from source code i have written. I feel there must be a setting or something in visual studio . Any suggestions would be much appreciated
Thanks
Kunal -
-
Web Service update record method
Hi,
Im trying to logically figure out how to update a record in a database through a web service to the database I have created this web method function but im stuck on completing this
the database record to update is ...
- User Table
- ID
- ForeName
- SurName
- Pin Number
I am writing a method to update the pin number
I have done it like this so far...
... -
Sorted Thanks for your help
Needed to use the adapter insert methodLeave a comment:
-
Table Adapters add a record
Hi,
I have a sql server database file which I have connected to a web service I am writting I have created a table adapter in a datase.t I have created a web method which has parameters for the fields in the database
<web Method> _
function add_record(byva l a as integer , byval b as String)
dim ds as dataset
dim ta as tableadapters.C ustomertableada pter
end function
but I dont know how...
No activity results to display
Show More
Leave a comment: