Posts
 
Reputation
Joined
Last Seen
Ranked #798
Strength to Increase Rep
+9
Strength to Decrease Rep
-2
88% Quality Score
Upvotes Received
20
Posts with Upvotes
20
Upvoting Members
17
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
11 Commented Posts
9 Endorsements
Ranked #222
Ranked #207
~148.68K People Reached
About Me

Tech Lead

Interests
Reading BooksChatting with Friends
PC Specs
Type: LaptopProcessor : Core DeoRAM: 1 GBCompany: DELLOS: WinXP SP2
Favorite Tags
Member Avatar for thijscream

can someone explain to me how to put the current time into a tekstbox... i'm totaly new with this language and need to finish a program before school starts again. it should be like this: if i push button "BtnStart" then current time should be inputted in "textbox1" if i …

Member Avatar for HaxNain
0
7K
Member Avatar for peroberg

[B]Question TWO[/B] I have on and off been using Basic, now VB since “the stone age” long before Microsoft and Windows. However it is only now I enter the issue of using VB6 and a database. I use VB6-ADO-ACCESS plus using DataGrid as the main view to see the database. …

Member Avatar for ehudhdy
0
920
Member Avatar for vinaya

can u plz tel me how to retrive only date from DateTime in C#. ex: 06/03/2008 12:00:00 i need only date 06/03/2008 in my application.

Member Avatar for ddanbe
0
11K
Member Avatar for sneixum

hello.. newbie want to ask.. :) how to make floating ads with flash or image content in the top and also in the bottom of the website screen? when website page is scrolled, the ads will not move from their place, not even a bit.. you know i'ts hard to …

Member Avatar for shiqar
0
116
Member Avatar for selvaganapathy

Hi I am getting this error whenever running the DOT NET Applications. Any one help me to this problem. How can fix it.

Member Avatar for Reverend Jim
-1
706
Member Avatar for chern4ever

i would like to read some data and display it in textbox. my example of data in my txt file are: "moviename1", "movieshowtime1" "moviename2", "movieshowtime2" when i display it in text box, it shows exactly like above. i want it to display without the quotes. how i can achive tat? …

Member Avatar for Jx_Man
0
3K
Member Avatar for Tekito

I am new to Visual Basic 6 Class Modules and am having difficulty constructing a certain class. First off, I created a simple class, which is basically an array with some basic properties (Sum, etc). Next off, I want to create another class, which has these arrays as properties. As …

Member Avatar for MrZerocaL
0
3K
Member Avatar for abu taher

i work with 3 more form. 2 form has no border. when i click a button a form is show. when i minimize main form the other form still show. but i want when i minimized main form all from will minimize what was open.

Member Avatar for Qesha carol
0
1K
Member Avatar for Pgmer

Hi all. im writing function to find and replace the string. Im using 2 textbox's one for keyword which is to find and one to to replace. im having having two buttons btnfindnext and btnreplace. if i click on replace button it should select the text first and agin if …

Member Avatar for shamy086
0
231
Member Avatar for firoz.raj

Can anyone tell me how should i delete listview checked data using delete button. right now i got error object variable or with block variable not set. [code] Private Sub Command3_Click() Dim rs As ADODB.Recordset Set rs = New ADODB.Recordset Dim x As Integer For x = ListView1.ListItems.Count To 1 …

Member Avatar for MH Moni
0
252
Member Avatar for DAWNIE

Hi, Currently I'm trying to make multi selection (draw shape) on the picturebox but no matter how i edit my code, it jus dn draw any square or circle when I click on my button (either circle or square). Can some1 pls guide me on how I can get it …

Member Avatar for polas5
0
2K
Member Avatar for lisheen

Hi Again All, I have a Datasource which I query, works fine but when I package the application it can't find the datasource (which is an mdb file) how do I set the datasource to always look in the application path. I have tried [ICODE]str = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= App.Path + …

Member Avatar for Jason2726
0
268
Member Avatar for Webbsta

Well the save file dialog, for some reason removes all file extensions that are input to it. No matter what i do or how i set the filename value, it always removes the extension which is incredibly annoying when i need to extension to stay as it is otherwise the …

Member Avatar for Weakegg
0
2K
Member Avatar for emulman

The following little page shows 5 DIVs in the same page, everyone with it background-image, but nothing is shown!!! Why? (the images are in the correct path) [CODE] <!DOCTYPE html> <head> <title>Test</title> <link rel="stylesheet" type="text/css" href="../css/divs.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div id="container"> <div class="erba"></div> <div class="cordolo"></div> …

Member Avatar for Skorpio07
0
138
Member Avatar for gamestoenjoy

Hi, My website looks fine on Firefox and IE with fixed width on different screen resolutions. On Chrome instead of having a fixed width, my site covers the entire screen, even in case of high resolution, and the site seems broken because of it. How can I fixed this annoying …

Member Avatar for gamestoenjoy
0
101
Member Avatar for f_atencia

Could someone please explain why this does not display properly on any other browser except IE: [CODE] <span id="NextOfKinUniqueIDBuddy" class="ReadOnly" style="width:400px;height:50px; border:2px inset threedhighlight;padding:1px"> <span id="1309819582156"> <div>Dr Dre Aftermath</div> <div>1 Test Street, SYDNEY, NSW 2000 AU</div> <div>Phone: +61 02 98222222 Fax: +61 02 91111111 Mobile: 0415875421</div> <div>Email: testing@test.com.au</div> </span> </span> …

Member Avatar for ko ko
0
94
Member Avatar for ruudmu7

Hi, I'm currently using vb6. i need help. How can I increment a number in a textbox/label everytime when the form is loaded? Suppose company_id I want that first time when the form gets loaded Customer_id should appear in the textbox/label as C01. Second time it should appear as C02. …

Member Avatar for khan.777
0
2K
Member Avatar for emilio

i am trying to draw a line between two points like this: [CODE=syntax]private void Form1_Paint(object sender, System.Windows.Forms.PaintEventArgs e) { Graphics MyGraphics = e.Graphics; Pen NewPen = new Pen(Color.Red,5); MyGraphics.DrawLine(NewPen,StartDraw,EndDraw); }[/CODE] it gives me an error: Object reference not set to an instance of an object. what have i done wrong …

Member Avatar for mahmudh
0
270
Member Avatar for suganzeni

Hi all Hi to move a label box from left to right and right to left with the help of timers. Also how to change the fore color of the label (RAndom colcors )with the help of timers Thanks in advance

Member Avatar for mzoner
0
1K
Member Avatar for Derice

Any1 know how 2 update data in a DataEnvironment? I tried to search throught the net but unable to get solution to my problem. Please guide me with some simply code. Thx in advance.

Member Avatar for rjohn18
0
110
Member Avatar for Traicey

Guys I have a textbox, I wana enter 4 digit and when I press enter it should show a label I have add the label but its not working the code I have look more like this [ICODE]if(e.KeyChar == 4) { this.Controls.Add(label); e.Handled = true; }[/ICODE] Any help will be …

Member Avatar for tawadchai
0
92
Member Avatar for lukechris

Hi, I am requesting code for a countdown timer please, where 2 labels (Minutes label = label6 and Seconds label = label7) I have tried for a long time to try and get this to work, and it has to be "Hours:Minute" format. I will add below the awful start …

Member Avatar for codeorder
0
438
Member Avatar for pinus-strobus

Hello all, my question!! With vb5 I’ve used the application wizard to make a multiple document interface, and as the document I made it invoice with data, rtftextboxes and such. Now I would like to be able to save that form during runtime as a file after the data is …

Member Avatar for AndreRet
-1
98
Member Avatar for Rajnesh

Can someone demostrate with a tutorial thru which the Operating System could be developed in C#, i have no idea in System programming in C#. Also tell if the same could be done in other langauges such as Java or J#...If someone already have a coded tutorial for OS in …

Member Avatar for kvprajapati
0
912
Member Avatar for vbcoder123456

Hi all, I have a requirement as follows, I have to display a list of datas in to a list box in button click functionality. When i click the button, values should be fetched from database table and loaded in to the list box. for example: the database table has …

Member Avatar for Jx_Man
0
734
Member Avatar for selvaganapathy

This code snippet convert Number to String in VB6. For instance input 100 will be return as Hundred, It converts upto Core....

Member Avatar for SoftwarePaladin
0
289
Member Avatar for rosebabu

Can anybody say, how to minimize the window form on close button is clicked in C#? thanks in advance.

Member Avatar for Geekitygeek
0
2K
Member Avatar for santy555

Hi , I am new to c# , I want to know how to develop ActiveXControls in c# ,Can you let me know some samples if you have. My Requirement is : to run an Exe which is residing on the Client machine . I.e in the web page i …

Member Avatar for swi tech
0
1K
Member Avatar for swapna7999

hi i dont know how to install ijl11.dll i have a exe version of it and how could i incorporate this dll to my application

Member Avatar for phpbeginners
0
232
Member Avatar for vishalkhialani

Hi, My client wants me to have the same feature as this site where a user selects a fabric and it shows on the image and stuff like that. I have new clue how to do this. Does any one have any idea on how to get this done ? …

Member Avatar for infinitymedia
0
122