Author Archives: Administrator
Control Panel for SMS Engine — Enterprise Edition version 3.1 has been Released
List of Fixes in Version 3.1
- Fix bug “Conversion from string “” to type ‘Double’ is not valid” when “Start Monitoring” is clicked;
- Remove any unused subroutines, functions, variables, code comments;
- Rename “ModemState.vb” to “MonitorModem.vb”;
- Combine “MonitorModem.CheckModemStatusVersion2_MSSQL()” and “MonitorModem.CheckModemStatusVersion2()” into one subroutine;
- Rename “RelabelModemStatusVersion2()” to “MonitorModem.UpdateStatus()”;
- Rename “RestoreBackColorVersion2()” to “MonitorModem.RestoreStatus()”;
- Disable “Open Configuration File” and “Reset Configuration File” button when engine is running;
- Condensing “If…Else” with “For…next” inside ModemState.CheckModemStatusForVersion2()” and “ModemState.CheckModemStatusVersion2_MSSQL()” subroutines.
Download
Existing customers of MobiGATE with valid warranty period or with valid annual support programme could download version 3.17 from here …
If you wish to subscribe to annual support programme for your MobiGATE, please contact us.
More Information
Introducing Data Recovery Service using South Korea Technology
Are you experiencing data loss caused by:-
- virus
- hardware failure
- file system corruption
- disk format
- accidentally deletion
MOBITEK can offer data recovery service using South Korea expertise and technology, your data inside these medium can be recovered:-
- HDD
- SSD
- Memory Cards (CF, SD)
- USB thumb drive
- RAID
- CCTV
Please write to us for more information.
MOBITEK Sells Various Brands of GSM Modem
GSM modems are used in various industries. Different modem manufacturers implement different AT commands, therefore systems or applications cannot easily switch modem from 1 manufacturer to another.
We are pleased to inform you that we are able to supply GSM Modem from these manufacturers / brands:-
Please contact us for further information.
Dealing with 32-bit, 64-bit and Any CPU Compilation Options in .NET
- Refer to https://www.codeproject.com/Articles/1160645/Dealing-with-bit-bit-and-Any-CPU-Compilation-Optio
- Refer to https://stackoverflow.com/questions/516730/what-does-the-visual-studio-any-cpu-target-mean
- I think most of the important stuff has been said, but I just thought I’d add one thing: If you compile as Any CPU and run on an x64 platform, then you won’t be able to load 32-bit DLL files, because your application wasn’t started in WoW64, but those DLL files need to run there.
If you compile as x86, then the x64 system will run your application in WoW64, and you’ll be able to load 32-bit DLL files.
So I think you should choose “Any CPU” if your dependencies can run in either environment, but choose x86 if you have 32-bit dependencies. This article from Microsoft explains this a bit:
- I think most of the important stuff has been said, but I just thought I’d add one thing: If you compile as Any CPU and run on an x64 platform, then you won’t be able to load 32-bit DLL files, because your application wasn’t started in WoW64, but those DLL files need to run there.
How to Apply for a MITI Letter under “E-Dagang” Essential Service
One of our clients who is running a traditional business dealing in plastic products has been shut down since MCO 3.0.
We have proposed to our client to transform their business to e-commerce as it is classified as essential service since MC0 1.0
We took 2 weeks to set-up a e-commerce store. We submitted for our client a new application to operate business under “E-Dagang” in CIMS 3.0 (https://notification.miti.gov.my) on 5-July-2021.
In “Jawatan”, we propose our client to appoint someone as “Head of E-Commerce”.
In the “Laman Web”, we entered the URL of the e-commerce store.
On 14-July-2021, our client has received MITI approval letter to operate e-commerce.
Our client has resumed business in e-commerce mode.
If there is no response from MITI, follow-up with KPDNHEP via e-mail e-aduan@kpdnhep.gov.my
VB.Net: How to Get The Version Number of Windows Application?
Use My.Application.Info.Version.ToString
Source:
- AssemblyInfo.Version Property
- https://www.daniweb.com/programming/software-development/threads/484741/how-to-display-version
Change Date Format to YYYY-MM-DD Before Importing into MySQL Database
Problem: when importing from csv or ods file, the date imported into MySQL Database Server is messed up, e.g. DD-MM-YYYY in csv or ods file when imported into does not show correctly as dd-mm-yy.
Cause: MySQL Database Server only accepts date format as YYYY-MM-DD, it will not convert DD-MM-YY to YYYY-MM-DD . Refer to https://dev.mysql.com/doc/refman/8.0/en/datetime.html
Solution: a quick solution is to format the date in as csv or ods file as YYYY-MM-DD before import.
MOBITEK STK API version 6.6 is Released
New Feature
- New function
USSD.Cancel()
added — to cancel USSD session.
Download
Existing customers with a valid warranty period or with a valid annual support program could. proceed with download:-
More Information