hello can anyone here can help my simple problem?
Here is my code and what I expecting outcome is it will count the log in counts and when the counts reach 3 it will be banned for 3 minutes. I put it inside the loginButton.clicked Dim a As Integer = 0...
View ArticleCan I not use the Condition Operator to assign an array to a pointer?
Can I not use the Condition Operator to assign an array to a pointer... Now I know there is many ways around my problem, but I'm wandering if its because I'm trying to assign an array to a pointer...
View ArticleCloud Storage Workspace
I'm not sure if I'm posting this in the right area. It does have to do with Java Eclipse. I've been using a program called Syncdocs Portable to sync my Google Drive folder to a USB flash drive. This...
View Articleincreasing a number by a percentage
i hava a method that i needs to increase variable by 20% and i am not sure how to do this because in normal math i would just to : ( n / 100 ) * 120 but you cant do that in java because it dosent take...
View ArticleMultiThreading Problam ?
private void button1_Click(object sender, EventArgs e) { Thread t_Artist = new Thread(loadArtist); Thread t_albums = new Thread(LoadAlbums); t_Artist.Start(); t_albums.Start(); } public void...
View ArticleRegex visually
Hello. Thought I would share this link to a great Regular Expression visualizing tool Regexper. Link to a screenshot: http://i1327.photobucket.com/albums/u668/andrewgsw/regexper1_zps8494adbd.png
View ArticleString matching one of many patterns
I've been tasked with processing a sort of log file that is constantly being updated. These updates are usually fairly slow (maybe 1-2 second) but has bursts where it may add tens to hundreds of lines...
View ArticleMultiThreading Problem ?
private void button1_Click(object sender, EventArgs e) { Thread t_Artist = new Thread(loadArtist); Thread t_albums = new Thread(LoadAlbums); t_Artist.Start(); t_albums.Start(); } public void...
View ArticleBook Suggestions
I did a quick search and didn't find any pure book suggestion topics and I might as well make a new topic, as any old topics are likely out of date now. I'm looking for books that will help go from...
View ArticleHow to get the Duration of music file
I am not getting the duration of my media how can i get it. I already used player.currentMedia.duration but it is not working so suggest any other method.
View ArticleBackgroudWorker and Threads problam
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using...
View ArticleRetrieve Office MAK Volume License Key
Hello! I am trying to retrieve the Office key from the registry. However, using VB.Net's native code and retrieving the "DigitalProductID" from the registry and decrypting it does not seem to work for...
View ArticleTotal users.
Hi friends i will trying to my website show total registered users but script was not working so i want help here is the script - <?php session_start(); include_once 'config.php'; $number =...
View ArticleString/argument error in my test-server
Firstly, i'm really new to all this C/bash/unix stuff so i will probably get some word meanings wrong here, but anyway: Im trying to make a client pass simple shell commands to the server, which...
View ArticleUI Automation - unexpected dialog that appears during test execution
Hi everybody! I'm using UIA API for test automation. I have an issue with an unexpected dialog that appears during test execution. This window is generated by Windows and is a #32770 class window. I'm...
View ArticleCreating a new Signing certificate from scratch
Hi all, How can I create a NEW certificate in VB 2010, according to my own details and not these of my computer and my username??
View ArticleForm1 Not closing after exit button has been clicked on form2
Hi all, On Form2 I have Me.close() coded for an exit button. When I click on the exit button on form 2, form 1(main) stays open. What can I do to not have this happening??
View Articlewhat interesting and useful stuff a lonely c/c++ programmer can do ?
i am a hobbyist programmer looking mainly for fun (some cash is not bad tbh) , i have programmed before in VB6 ,c# and some c++. i realize that c/c++ is used heavily in programming operating...
View Articlehow to avoid pack()
So what am i missing here for some reason when i take the pack(); method off the images seem to vanish. Any Help here would be great. import java.awt.*; import javax.swing.*; public class Screen...
View ArticleHow to remove white space in VB.Net
In the following code it's only the subject code of English language that's being read by SQLDataReader dr, as indicated in line 4 of the code. When I replace "english" with "social" it's only the...
View Article