[RESOLVED] Execution of For loop skips to end of SyncLock
Hi Folks Im trying to make a timed scheduler in a threaded vb windows form application. With one job on the schedule everything works fine. But with two jobs on the schedule the main For loop inside...
View ArticleVS 2012 clear cookies and history
I tried to use Shell("RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255", AppWinStyle.Hide) to clear cookies and history that will not show the progress of clearing but still it shows. What other...
View ArticleVS 2012 [RESOLVED] Not the last two characters but the penultimate.
Hi Guys! How to trim a string to make like: "Breakfast" to "Breakfat"? Thanks a lot!
View ArticleHow to return a ascii character?
What command(s) do I need to use to return the actual character into a variable. For example Chr(198)...I wish to retrieve it's symbol into a variable. Thanks,
View Articlemy.user.settings and authorizing users in my app
So, in my application, I present the user with a login form on load. They supply a username/password (into two textboxes, txtUserID and txtPassword) which is then compared via md5 against a database,...
View ArticleVS 2008 String mask - Last 4 SSN
New to VB.net . I need to mask a string that contains a SSN (123-45-6789) to the last 4 digits. I would link the output in this example ***-**-6789 . Need to replace the first 6 chars (no matter what...
View ArticleVS 2012 Send a vCalendar item via IIS
Hello All, I am working with VB.NET VS2012 and I have a simple calendar with the ability to send a icalendar request via email. (Using SMTPClient) The frame work is working with a few problems... Here...
View ArticleVS 2010 Printing Form into 2 Parts/ Side 1 & Side 2 May be as a Page Break ...
I am using VB.Net I am need to print a ID Card, so after looking out for ways to do that and also not getting help from anywhere I am finally trying to designed it in a single form & divide it as...
View ArticleVS 2012 Multidimensional array
This is the first time I've ever used a multidimensional array so bare with me. I'm trying to have a list of lists, I have a combobox that when selected it populates a listbox. So the combobox is the...
View ArticleVS 2010 Posting Data in ASP.Net Site - Params Values
Hey, I am ecommerce website that is designed to get IPN notification from payment system. While it works fine.. But due to some constraint i cant use in that way, instead i need to use web service in...
View ArticleVS 2012 [RESOLVED] Trouble with Func(TResult).
Ok, bear with me on this one. I am sure I am just messing up something very simple. I have this declared: vb.net Code: Property CheckStateCondition As Func(Of Boolean) Then, I use it like so: vb.net...
View ArticleVS 2010 [RESOLVED] Is using of List(of ) is better than using IEnumerable...
Is using of List(of ) is better than using IEnumerable Interface ? How ?
View ArticleVS 2005 DateDiff function issue
I am using DateDiff function in vb.net sometimes it works best but sometimes return me a different value than expected. Here is my code. intRet = DateDiff(DateInterval.Minute, dte, dtpFromTime.Value)...
View ArticleVS 2012 DataGridView Selection Mode Question
Hello again everyone. This time, I have a problem with data selection on datagridview. I want to be able to select data from 2 distinguished ways, by selecting the full row or cell by cell, as you can...
View Article[VB2010] - how can i share my exe in windows XP\7(without Visual Studio)
i need create a nice program, but i don't have sure if can run in windows XP(because that person don't have Visual Studio, and i don't know if she uses windows XP or 7). can anyone tell me if runs...
View Article[RESOLVED] DropDownList Default Value
I'm using a combobox using the "DropDownList" property I want some text in the combobox and have found that I can't just type text in what I want, I have to do this by populating the combobox and then...
View Articlepulling specific data from a text file
Up til now I've been pulling data from a database, and now I have to begin pulling the data from a loosely structured text file. I know this post somewhat seems like I'm asking "write this code for...
View ArticleCode executes too fast for command Shell
Hi everyone, I got this: Code: For x = 0 To itcount - 1 orden3 = "echo " & ListBox1.Items.Item(x) & " >> " & """" & Directorio.SelectedPath...
View ArticleEvaluating each ImageUrl in a table and setting it's value/path conditionally
Greetings, I'm about to write some code whereby a user will be able to: check some checkboxes on a pageopen a new print page via a print buttonselect a print button on the new print page to finally...
View ArticleDatagridview column keeps rounding
Hi all, I have a problem with a column in a datagridview. When I add (for example) 51,75 to the "BTW 21%" column, it shows up as 52,00 The strange thing is that it does not do this in the "Prijs"...
View Article