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
~6K People Reached
About Me

Student

Interests
Collecting Stamps and Coins, and working out with Programming languages
PC Specs
HP pavillion DV2122TU 1 GB RAM 1.66GHZ dual core 2 processor 120GB(I love that space) Nvidia GeForce6400…
Favorite Forums
Favorite Tags

13 Posted Topics

Member Avatar for Rami.P

[QUOTE=Rami.P;826665]Hi , Anybody please help me in this ..it is an urgent for me. Actually i have a DataGridview in my window which should be with one fixed row and 2 fixed columns. Fixedrow is done in Datagridview with the headercolumn property. Now i need to add 2 columns as …

Member Avatar for Jaypeagi
0
2K
Member Avatar for Ved_TheOne

Hello everybody, I am having problems in connecting dbf file using C# Actually, what i want to do is as follows: 1. on GO button, the code connects to dbf file saved in my local hdd ie at d:\dbase 2. the file name is billingsample.dbf of type IV 3. the …

Member Avatar for ckhong
0
1K
Member Avatar for abhay_pundir

[CODE]OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+filename+";Extended Properties=Excel 8.0"); con.Open(); try { //Create Dataset and fill with imformation from the Excel Spreadsheet for easier reference DataSet myDataSet = new DataSet(); OleDbDataAdapter myCommand = new OleDbDataAdapter(" SELECT * FROM ["+listname+"$]" , con); myCommand.Fill(myDataSet); con.Close(); richTextBox1.AppendText("\nDataSet Filled"); //Travers through each row in the …

Member Avatar for serkan sendur
0
162
Member Avatar for Ved_TheOne

Hi, All. Actually i m creating a program using C# which connects to the database (oracle) and checks for the given table "OPC_GROUP". if the table doesnt exists then it creates the table else it updates all field with provided values I used following command to query [CODE]cmd.CommandText = "SELECT …

Member Avatar for LizR
0
105
Member Avatar for Ved_TheOne

Hello, I know it may be silly to ask this but I m stuck with this: so please help I have two classes in the same namespace [QUOTE] 1. Setting_Layers_Path class files Which helps in establishing connection to the layers(GIS connections). It contains number of functions which return an object …

Member Avatar for bhaskerlee
0
212
Member Avatar for shankhs

An Introduction to Programming Using Microsoft Visual C# 2005 Express Edition [CODE] http://msdn.microsoft.com/en-us/library/ms379606.aspx [/CODE]

Member Avatar for Ved_TheOne
0
143
Member Avatar for dtaylor01

u mean what???? did u meant this.... while(condition == true) { //do something value increment }

Member Avatar for dtaylor01
0
60
Member Avatar for Ved_TheOne

Hi, i m currently working in autoCAD Can anyone provide me syntax for multidimensional array in VB6.0 for VBA whn i declare by following syntax it gives me error [CODE]dim arra(,) as Long[/CODE] Any help would be appreciated I want to declare a multidemsional array row is of long data …

Member Avatar for aktharshaik
0
744
Member Avatar for bumassjp

Or u can do one thing [CODE] go to start->run->cmd u will come to dos prompt type cd\[enter] then type set P[Enter] After this u will c the path i suppose ur javec path is not set so u set by using following command if u installed in c:\ with …

Member Avatar for bumassjp
0
184
Member Avatar for Ved_TheOne

Hi everyone, I have just started to learn java, nd started to work on some nice little programs but was trying to develop a output similar to this following 1 121 1331 14641 but couldnt make it.... instead i ended up to give this folloiwng output 1 12 123 1234 …

Member Avatar for masijade
0
127
Member Avatar for Ved_TheOne

[QUOTE] Private Sub Ok_Click() GotoURL ("http://www.sigpune.com") End Sub Sub GotoURL(URL As String) Dim Res As Long Dim TFile As String, Browser As String, Dum As String TFile = App.Path + "\test.htm" Open TFile For Output As #1 Close Browser = String(255, " ") Res = FindExecutable(TFile, Dum, Browser) Browser = …

Member Avatar for jbennet
0
87
Member Avatar for Ved_TheOne

hi, i want to write a code, which helps me to move up or move down the elements inside the list box at the click of command button i have made use of 2 listbox's, one list box if filled with all possibles images, then at runtime user adds or …

Member Avatar for PVBert
0
627
Member Avatar for Smooth_411_2000

can anyone please tell me how to open ms access application at the click of vb click button

Member Avatar for Ved_TheOne
0
110

The End.