16,016,712 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by BBBwex (Top 10 by date)
BBBwex
17-May-13 11:22am
View
When running this in VS2010 I've set the breakpoint to the first line of ImgBtn_Click, and I've stepped trough the whole code from start to end... I never get into the code in ImgBtn_Click. I don't know whats wrong here.....
BBBwex
17-May-13 10:37am
View
No, I also tried regular buttons to see if they would fire..... before copy & paste my code to here I changed it back to my original idea using ImageButtons but forgot to change that back to ImageClickEventArgs. Just to be safe I just tried it and still nothing happens
ImgBtn_Click just does not get called when I click the ImageButton, it only reloads the page (PostBack)
BBBwex
25-Oct-12 15:15pm
View
No, Like I said its a simple command line setup packager. If you need extensive istallation info u need to get something else, your original post was a bit vague in this regard.
Good luck
BBBwex
25-Oct-12 15:11pm
View
GpsStatus refers to the status of the GPS engine and not with the actual location fix. but thanks.
Think I'm going with the location updates set for 0. as I write this my phone is lying beside me and even now the GPS coordinates keep changings so I can use that by looking only at 4 digits after the decimal point
BBBwex
25-Oct-12 13:15pm
View
its fairly straight forward, For the bit of software I have I just a standard EULA I found on the net, with notepad filled in my name and app name. Play around with it a bit and you get the hang of it... Same as you now I had to learn it for myself.. I'm sure you can get help if needed when you google IExpress
BBBwex
24-Aug-12 13:14pm
View
Got it sorted. your reply started a different train of thought and research which let me to look at the forms and the solution.
Cheers, gave your reply 4*
BBBwex
24-Aug-12 12:51pm
View
ah... found it probably.... page.IsPostBack = false...
after Page_load fnct I gave one of the fields the value of Page.IsPostBack
I'll have a look and see if i can figure this out myself before checking here again
BBBwex
24-Aug-12 12:29pm
View
Nope, just standard settings when inserted into form from the toolbox
Gave it an (ID), text for the button.
Then doubleclicked it to edit the c# code to add the userinfo to SQL, and it just wont call it.
BBBwex
20-Jul-12 19:45pm
View
Not sure what u mean with the points thing, but gave your reply 5 stars..
BBBwex
20-Jul-12 18:53pm
View
Thanks, the 1st one would perfect, just dVar = Convert.Todouble(sVar) and use that Math.Round(dVar, 2)in the comparison between last and current position
nice 1
Show More