Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~9K People Reached
Member Avatar for TrueVb.NetNoob

Hi Everyone! I am here by to ask help on enhancing messageboxs. How is the way to Display a picture(like a JPG file) inside a messagebox along with text when a button is clicked? Any Suggestions would be appreciated. Thank You!

Member Avatar for codeorder
0
662
Member Avatar for Thong_Ispector
Member Avatar for BitBlt
0
3K
Member Avatar for chan py

i wan to create a table to show my sales report in vb,but we are not allowed to use datagridview what type of form we can use to show our sales report without using datagridview...?

Member Avatar for chan py
0
229
Member Avatar for Smoogel

Hi. I am trying to code a program to send keys to a certain window. For example, in notepad I want the program to write "test" over and over again, in the notepad window. However, I do not want this window to be an active window. Is it possible to …

Member Avatar for marketingmaniac
0
179
Member Avatar for marketingmaniac

The unfollow button is written in Java does anyone or can anyone programmaticly click the unfollow button? tried everything i know, visual basic, Java, JavaScript,, you name it,, cant do it.

Member Avatar for peter_budo
0
63
Member Avatar for marketingmaniac

This use to work for me when i placed it in the browsers address bar to follow someone on twitter. [CODE]javascript:alert($('.follow-button').click());[/CODE] does anyone know how to not follow with a similar code in the address bar? been trying everything but cant seem to get the rite code down.

Member Avatar for marketingmaniac
0
128
Member Avatar for prasadbby

I have sstab with 9 tabs. Each tab have 4 text box. I have named all the textboxes in arrays. For eg. In first tab the array is txtbox0(0),txtbox0(1),txtbox0(2),txtbox0(3)... Similarly in the second tab, ihave six text boxes named as txtbox1(0),txtbox1(1),txtbox1(2),txtbox1(3)..... Each of this tab shows one table of my …

Member Avatar for AndreRet
0
136
Member Avatar for pardeep3dec

Dear Experts, I am working on a project for Cyber Cafe on VB.Net. I am unable to give the facility for storing how much data downloaded and uploaded during net surfing on a particular computer.

Member Avatar for pardeep3dec
0
149
Member Avatar for marketingmaniac

K,, ive tried and tried now for 3 weeks,, googled everything i can think of,, im going to you guys now for help,, what im trying to do is programaticly click the unfollow button in a twitter profile i use to be able to do this easily but not it …

Member Avatar for marketingmaniac
0
188
Member Avatar for jcfans

i got a data like tis 1([COLOR="red"]0-AGF-MYR-100101[/COLOR]), i wan split to 4 part([COLOR="Red"]0 , AGF, MYR ,100101[/COLOR]) and after tis i nid to add 4 new columns to a datatable to display the value! how nid i do??? [CODE] Dim writer As StreamWriter = File.CreateText("D:\ IMS.csv") For i As Integer …

Member Avatar for marketingmaniac
0
2K
Member Avatar for sophisticated19

Hi I 'm trying to develop a database whereby all information input via vb 2008 will be saved into a microsoft access database. I've tried to populate a few information. The data was saved at that point, but when i reopen my system the next day, all the rows are …

Member Avatar for marketingmaniac
0
164
Member Avatar for alleybye

i got this! [CODE]Option Explicit Public con As New ADODB.Connection Public rsTally As New ADODB.Recordset Public Sub Connect() con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Aianski\Desktop\Cliente ko\SGO_Tally.mdb;Persist Security Info=False" rsTally.Open "select * from tbl_Tally ", con, 3, 2 End Sub [/CODE] i think its right. but when i run it i get "syntax …

Member Avatar for AndreRet
0
97
Member Avatar for ehrendreich

I have a windows form that references two tables with a foreign key constraint issue. This form uses detail views for both tables. The tables are tblContact and tblMembers. The relation is based on the ContactID that is in both tables. The parent is in the tblContact table. I am …

Member Avatar for ehrendreich
0
1K
Member Avatar for DartDemon

Is it possible to use a timer to be able to count up, stop, and count down and be able to change the speed on the fly? Trying to make a simulator program that behaves like the real unit. The count also needs to stay in the 0000 format. ie; …

Member Avatar for codeorder
0
216
Member Avatar for Carrots

Hi, I am starting to try and create windows forms using C# in Visual Studio 2008. I added a button to my form, and when I clicked it, the event handler code was generated as expected: [code=c#] private void button1_Click(object sender, EventArgs e) { } [/code] The book I am …

Member Avatar for marketingmaniac
0
181
Member Avatar for angel392004

i'm working on a voting system but im having problems in adding records... i have two a primary key, the idnumber and the address. the address is where I base if that certain address already voted. but the problem is everytime i try to add a record with the same …

Member Avatar for marketingmaniac
0
133
Member Avatar for ludamizleeto

I have always used the API for Vb.net from Decaptcher.com and have always sent the Captcha by sending an actual url to them as you see in the code below. Or maybe it uploaded the image anyway to them (I use the Webbrowser Control) I'll use for example this: Code: …

Member Avatar for darcee
0
525