How can I get my system short date format in a label in vb. Net
hello sir how can I get my system short date format in a label in vb. net. I try this code : Label1.Text = System.Globalization.CultureInfo.CurrentUICulture.DateTimeFormat.ShortDatePattern() but show...
View ArticleC programming
#include<stdio.h> int main() { int x=5; int y=50; do{ x = x + 10; }while (x <y); printf("%d\t%d", x,y); } I wonder why i compile is 55 50 why not 15 50???
View ArticleSearch button in VBNET
Hi! My name is Jung and I'm new to VBNET I have already tried many ways to write codes for "btnSearch" but seems like nothing works.. I really need help for this as the deadline is around the corner...
View ArticleAdd two external monitors
i am trying to add two external monitors to extend screen on my toshiba laptop through vga and hdmi port . But only one is working. i cannot detect second monitor. if i plugout one other is working...
View ArticlerequestLocationUpdates does not work
I have made a simple app which gets curren location (latitude and longitude). It is working perfectly. But now i want to take location updates. For this i implemented LocationListener interface . I...
View ArticleWebview in android
Hi I am developing an app for a specific facebook page. The problem is that when i load URL in mywebview.loadURL(https://web.facebook.com/CoversShopping/). The page opens successfully but the page...
View Articleconcatenate right to left language with string
I have to print some text to printer. I needed to translate that text in Urdu language also. For that I used google translation API and all was set. But I am facing problem in order of output. // this...
View ArticleComputer working slow
Hi, I am using Windows 10 and there is a lot of space in my system. But still its working too slow. Any app could take several minutes to open and even any website. also while I was try using any app...
View ArticleAdding Signature to the thread.
How can we add signatutre to our threads or replies to the threads in any discussion? Please reply.
View ArticlePersonal Travel Blog
Hi, I am a legacay (cobol) developer and wants to learn how to build websites. For this I decided to do a little project for myself. The site would be a places/travel tracker kind. It would show a...
View ArticleGmail login on Thunderbird
Recently Thunderbird asked me to login again for Gmail. It presents me a form in which I have to insert the password. It is the same form as when I login to my Google account via my browser. Only the...
View ArticleXamarin - BindableProperty changes not getting reflected inside view model
Hi, I am an absolute beginner to Xamarin and just started to develop a small application wherein, I am not getting any idea about why the BindableProperty changes are not getting reflected inside the...
View ArticleBoolean value in java
Hey guys, I have a little bit confused on below code and output Main public class Main { public static void main(String[] args) { ClassA classA = new ClassA(); System.out.println("====== Before...
View ArticleGood IDE for web development with built-in compilers/debuggers?
Hello, I am looking for a new IDE. I am currently using netbeans to develop a website in php/mysql. I like a lot of things about netbeans, but I don't like that it doesn't come with built in...
View ArticleHELP! Pseudocode assignment
I have gotten stuck on a computer science assignment regarding Pseudocode and need a little help if possible. The task requires me to scan the ID of multiple people trying to enter a club and then...
View ArticleDecompile APK File
Does all .apk files can be decompiled no matter on how they are protected and secured, and recompile back in apk file? I have an apk file which i need the source code to change something a little bit....
View ArticleJava Swing and external Proximity sensor
Guys, Ive gotten it into my head to do somthing fairly difficult for me, I want to communicate with a swing application, to a proximetly sensor, and track live when it senses somthing and how many...
View ArticleComboBox in JTable Problems
Hi Guys, I ussually dont post anything here often, just get everything off of everyone elses questions, but I'm having a strange problem that im scratching my head over, I have a JTable where I can...
View ArticleManupilating a string in PHP
Hello everyone. I have a string that looks like this (Mango, fruits, and), (Maize, cereals, and), (Mango juice, beverages, and) I would like to convert the above string using php to something similar...
View ArticleMicro SD Card not being detected in Android phone and PC ( via Adapter)
Hello I've been facing this issue since today, whereby my TwinMOS Micro SD HC Card is not being detected by my Samsung phone, and when placed in the adapter and inserted on PC, again the latter is not...
View Article