User Profile

Collapse

Profile Sidebar

Collapse
fridrai
fridrai
Last Activity: Jul 10 '13, 10:32 PM
Joined: Jun 6 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • what's the problem on my save button's code?

    hi every body,
    i've got a problem on my save button: the same code with another table update (account) is working well, but the article's one is blocked, and i don't know why, every time i fill in the comboboxes and the textboxes then click on save button, it runs nomore, and when i'm back to the source code on my edi visual studio, i find the cursor blinking on the datadapt lines,
    here is the code:
    Code:
    Private Sub ButtnSave_Click(ByVal
    ...
    See more | Go to post

  • tracking by gm862-gps-how to convert from dddmm.mmmm to real through vb.net?

    as I summed up in the title I developed a geolocation application with vb.net, mysql, on which, the tracking is done via the GM862-GPS module by the use of the $ GPSACP command which gives the lat/long result to send an sms containing utc time in hh: mm: ss.sss, the latitude in size [B] DDMM.MMMM [/ B] N / S, longitude in size [B] dddmm.mmmm [/ B] E / W ..........
    I created a windows form interface by dividing it into two split containers:...
    See more | Go to post

  • how to link gm862-gps to a vb.net application?

    Hi everybody

    on one side, i've developped a python code for tracking and sending sms then implemented it on the gm862-gps module

    on the other side i've developped a vb.net window application, on which we can manage the tracking history and the instontaneous one

    now i'm stuck: how should i make the gm862-gps module send the sms to the local host, on which the window form vb.net application is running,...
    See more | Go to post

  • the source code runs well on the accounts' sub-window but not on the users' one

    Hi every body
    i'm developping a windows form application with vb.net language and mysql for database, about accounts managing
    on the first sub-window users, the customer asks the administrator for gatting a new account by filling a form
    on the second sub-window, the addministrator assigns for this user a login and a password for authentication
    accounts sub-window on which the administrator assigns login & password...
    See more | Go to post

  • another punctuation mistake, no need for the comma after the the longitude, i've replaced it by:
    Code:
     If txtlongitude.Text <> String.Empty Then
     Longitude = txtlongitude.Text.Replace(" ", "+") 
    queryAdress.Append(Longitude  & "+") 
    End If
    and now it works
    last question: can i get how much satellites has my gps tracker detected ?
    See more | Go to post

    Leave a comment:


  • problem resolved, it was just a spelling mistake: mapps which i replaced by maps ;)
    now, i still have another problem, i can find just by zip code, city and street, how should i make it workable by latitude and longitude?
    i've tried to replace it by
    Code:
    'build latitude part query 
    If txtlatitude.Text <> String.Empty Then 
    Lattitude = txtlatitude.Text.Replace(" ", "+") 
    queryAdress.Append(Lattitude
    ...
    See more | Go to post

    Leave a comment:


  • if u are using the phpmy admin editor, u can access to the relational view on the bottom of the table, click on, then you'll find the column of the forein key with two choices, so that u can add the index to the mentionned entity
    See more | Go to post

    Leave a comment:


  • python script for a tracker gps by telit gm862-gps

    the GM862-GPS is a hardware module with support for connecting to the GSM (mobile phone) network and receiving GPS position data. It also includes a Python interpreter, this combination makes it the perfect choice for building a tracker.
    i'm developping a tracking application with two sides: python scrpit for the gm862-gps module, and a weblocation window application with vb.net
    in the desktop application, i'm feeling bloqued on the tracking...
    See more | Go to post
    Last edited by fridrai; Jun 6 '13, 06:39 AM. Reason: missing letter

  • tracking application with vb.net, gm862-gps module and googlemaps

    Hi all
    I am trying to develop a tracking application by the use of python to write the script for the gm862-gps module, and .net for the desktop window application, which code is:
    Code:
    Imports System.Text
    Imports Microsoft.VisualBasic
    Imports System.Timers
    
    
    
    
    
    Public Class Tracking_Theft
    
    Private Sub butnsrchmap_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
    ...
    See more | Go to post
No activity results to display
Show More
Working...