No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
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…
13 Posted Topics
Re: [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 … ![]() | |
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 … | |
Re: [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 … | |
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 … | |
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 … | |
Re: An Introduction to Programming Using Microsoft Visual C# 2005 Express Edition [CODE] http://msdn.microsoft.com/en-us/library/ms379606.aspx [/CODE] | |
Re: u mean what???? did u meant this.... while(condition == true) { //do something value increment } | |
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 … | |
Re: 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 … | |
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 … | |
[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 = … | |
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 … | |
Re: can anyone please tell me how to open ms access application at the click of vb click button |
The End.