Forum: C# Mar 17th, 2009 |
| Replies: 2 Views: 1,928 Hi wy not try this
If u need fixed rows in the datagrid, u can declare a datatable
eg:
System.Data.DataTable temp = new System.Data.DataTable();
DataColumn col;
col =... |
Forum: C# Feb 19th, 2009 |
| Replies: 1 Views: 865 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... |
Forum: C# Jan 16th, 2009 |
| Replies: 5 Views: 4,377 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 |
Forum: C# Dec 13th, 2008 |
| Replies: 10 Views: 791 An Introduction to Programming Using Microsoft Visual C# 2005 Express Edition
http://msdn.microsoft.com/en-us/library/ms379606.aspx |
Forum: C# Nov 29th, 2008 |
| Replies: 6 Views: 5,014 OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+filename+";Extended Properties=Excel 8.0");
con.Open();
try
{
... |
Forum: C# Nov 21st, 2008 |
| Replies: 2 Views: 585 u mean what????
did u meant this....
while(condition == true)
{
//do something
value increment |
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2008 |
| Replies: 2 Views: 9,168 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
dim arra(,) as Long
Any... |
Forum: C# Apr 19th, 2008 |
| Replies: 1 Views: 5,156 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... |
Forum: Java Jul 25th, 2007 |
| Replies: 11 Views: 2,031 Or u can do one thing
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... |
Forum: Java Jul 23rd, 2007 |
| Replies: 11 Views: 1,495 Ok... as u say sir, let me explain what i think for this coding
I need an output
1
121
1331
14641
151051 and so on |
Forum: Java Jul 23rd, 2007 |
| Replies: 11 Views: 1,495 ok.... sorry for not posting up the code
here is the code i did
But ended up with this following result |
Forum: Java Jul 23rd, 2007 |
| Replies: 11 Views: 1,495 A little suggestion about making the code would really help me....
Thnx in advance |
Forum: Java Jul 22nd, 2007 |
| Replies: 11 Views: 1,495 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
... |
Forum: Visual Basic 4 / 5 / 6 Mar 26th, 2007 |
| Replies: 1 Views: 1,185 can someone explain in simple language wat the program does step my step.:!:. Man this homework to understand is making me bite my nails |
Forum: Visual Basic 4 / 5 / 6 Mar 24th, 2007 |
| Replies: 1 Views: 9,935 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... |
Forum: Visual Basic 4 / 5 / 6 Mar 22nd, 2007 |
| Replies: 4 Views: 3,624 can anyone please tell me how to open ms access application at the click of vb click button |