|
Xmen wrote: depend on these sites
Yes. There is no way around. You can come up with smart code that tries a couple of them, so even if one fails, you still get the result you need. Until they all get out of business...
You could also make one or more of them configurable, similar to DB connection strings.
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets
|
|
|
|
|
Luc Pattyn wrote: You can come up with smart code that tries a couple of them, so even if one fails, you still get the result you need. Until they all get out of business...
aha, right now I've 3 known...thanks
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can
|
|
|
|
|
Send HttpWebRequest to any of the sites you mentioned and extract the IP from response.
|
|
|
|
|
|
Wow, I feel special.
A S E L A wrote: i don't care about your stupid words bcz i got lots of works to do?
I'm sure you do. But somehow, you appear to have no idea how to do any of them.
A S E L A wrote: .It could be many ways.
Yes, but they mostly involved applying myself, not refusing to do basic research and/or buy books before posting in places like this.
A S E L A wrote: now,you may cleaver than other.
Perhaps. I help people who have questions I can easily answer, all the time. But, I tend to help people who show signs of being willing to help themselves.
A S E L A wrote: we all learning things day by day...once you learn its easy to use....but the difficult thing is learning a new thing...i guess thats same for every body...
You've misunderstood me. I am here because I like to help people who are trying to learn. What annoys me is the flood of people doing paid work they plainly have no idea how to do, and expect us to make up the shortfall, when no answer we give will be easier to understand than the answers you'd get by typing the same question in to google.
It's your laziness that annoys me, not your ignorance.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
|
S K Y wrote: that what one of good thing jeesus and Load Buddha had. they never say to people your r the moron etc..
That's not entirely true, but....
S K Y wrote: im not telling just post the answer code...just give an idea....that will be more usefull that useless words...
I typically post an answer, and then when people are incapable of understanding it, tell them to buy a book. If I didn't do that with you, what you posted must have been exceedingly clueless.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
A S E L A wrote: if some one thinking that he is the man....actually he is the biggest moron in this world....
I'd be careful, Christian has been known to melt islands with a single stroke of his keyboard.
|
|
|
|
|
huh, we know you are moron, no need to prove it. get your self a favor, pick up a book and read first.
Yusuf
Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
|
|
|
|
|
|
|
don't
A S E L A
|
|
|
|
|
A S E L A wrote: Christian...
this is only for you...
Personally (and publicly) attacking a senior member of the website is a real good way to burn all of the the bridges to anyone that have been inclined to help you. Not to mention creating multiple accounts to do it with.
Why is common sense not common?
Never argue with an idiot. They will drag you down to their level where they are an expert.
Sometimes it takes a lot of work to be lazy
Individuality is fine, as long as we do it together - F. Burns
Help humanity, join the CodeProject grid computing team here
|
|
|
|
|
A S E L A wrote:
i don't care about your stupid words bcz i got lots of works to do?
So why are you dawdling around on a public messageboard verbally attacking people who pass on information? It isn't his fault that you have no idea about even basic spelling and grammar. It isn't his fault that you can't even work out how to use MSDN or Google
A S E L A wrote: you may cleaver than other
I would personally be rather concerned if somebody posted a message holding a meat cleaver in his hand, cackling as lightning storms roared overhead. I would be equally concerned if somebody stopped kissing the computer screen to post a message to the effect of "I will always love you"
A S E L A wrote: don't think that you are the man
To an extent I agree with you. Overconfidence is the worst thing in the world when coupled with incompetence. However, a healthy knowledge of what you can do will help you to pass job interviews, as well as improve your motivation to push those limits
A S E L A wrote: we all learning things day by day
Good. Tomorrow, learn spelling and grammar. Don't go near a computer until you've learnt how to communicate properly
A S E L A wrote: actually he is the biggest moron in this world
Be honest. Are you really in a position to judge others who, based on their answers to your question, clearly knew more than you in that area?
|
|
|
|
|
haha one more...nice to meet u too...
A S E L A
|
|
|
|
|
You're very welcome. Don't take it personally, just follow the advice given. It'll make you a better programmer, and quite possibly a better person
|
|
|
|
|
How can I install drivers with c# code.I already have the drivers and ini file in a folder and will like to automate the process of adding the drivers to a PC
|
|
|
|
|
Shell.Execute will run an exe for you, such as an installer.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
hi all ,i am a newbie here.
recently,i need to creat a real-time responsing comment page.if client sent a comment.it will auto refuse page and display what client post in comment board.
sorry that cos my english is limited,maybe i can't describe it properly
(i have been asked the question in local forum,but there is no answer)
here is the question:<br />
when submited,datas writed into database.<br />
in CS file, it reture latest date "DataTable" to "get_Result_CallBack "
codes here:function get_Result_CallBack(response)
{
if (response.value != null)
{
z = 0;
var ds = response.value;
if(ds != null && typeof(ds) == "object" && ds.Rows != null)
{
arrCellText[0] = ds.Rows[0].Message+" "+ds.Rows[0].UpdateDate ;
arrCellText[1] = ds.Rows[0].Name ;
arrCellText[2] = " <a href='"+ds.Rows[0].ID+"'>REPLY </a>" ;
arrCellText[3] = " <a href='"+ds.Rows[0].ID+"'>DELETE </a>";
var resulttable= "tab"+ds.Rows[0].Img_ID;//this is Table in Datelist.i named Table "tab+meassage ID"
var resulttr= "tr"+ds.Rows[0].Img_ID;
_tab = document.getElementById(resulttable) ;
_tr = document.getElementById(resulttr) ;
createRowCell(_tab, _tr, arrCellText) ;
}
}
return
}
function createRowCell(tab, tr, arrCellText)
{
trNew = tab.insertRow(0) ;
for(var i=0; i <tr.cells.length; i++)
{
//alert(arrCellText[i]);here respones values of every field.
var tdNew = trNew.insertCell() ;
var tnNew = document.createTextNode(arrCellText[i]) ;
tdNew.appendChild(tnNew) ;
}
}
but,"Table" and the page have no any responsing.no refusing,if i press F5.result will display.<br />
<br />
if i post in a worry catalog,or there is a better catalog.plx tell me.thanks!!!
|
|
|
|
|
Hi,
I need some help in the following.
I have created a windows application in C# that produces a trackbar on execution. I would like some help in customising my IE to use this trackbar as an embedded toolbar.
Many thanks
|
|
|
|
|
To use it for what ? Creating an IE add in is easy enough, just google for instructions. But, what do you want the progress bar to do ?
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
Hi,
Basically i am trying to make a combobox in 2nd row of gridview...
two issues in below function:
Two things:
1. Now adapter2 is populated in gridview and i do not see any combobox instead i see only columns from adapter2
2. I do not see the adapter1 filled at all???
void fillData()
{
database = new OleDbConnection(connectionString);
database.Open();
OleDbDataAdapter adapter1 = new OleDbDataAdapter("select BillD.ProductName,BillD.ProductID,BillD.Saletype,BillD.InQty,BillD.SBtype,BillD.Dis1,BillD.Type,BillD.InPrice from BillDetails BillD", database);
OleDbDataAdapter adapter2 = new OleDbDataAdapter("Select Products.ProdID,Products.ProductName,Packing.PackingName from Packing INNER JOIN Products ON Packing.PackingID=Products.Packing", database);
{
DataGridViewComboBoxColumn dgridcolumn = new DataGridViewComboBoxColumn();
DataSet ds = new DataSet();
DataTable dt = new DataTable();
DataTable packDT = new DataTable();
adapter1.Fill(dt);
dataGridView1.DataSource = dt;
adapter2.Fill(packDT);
ds.Tables.Add(packDT);
dataGridView1.DataSource = ds;
dataGridView1.DataMember = ds.Tables[0].TableName;
dgridcolumn.DataSource = ds.Tables[0];
dgridcolumn.ValueMember = ds.Tables[0].Columns[1].ColumnName.ToString();
}
}
Thanks,
Please help
modified on Friday, March 13, 2009 4:51 AM
|
|
|
|
|
|
Hi,
I get Oledb Exception:"No value given for one or more required parameters." at line below
adapter2.Fill(packDT); // error here on this line
Basically i am trying to make a combobox in 2nd row of gridview..
Also one more thing i need to add to my above post..that i need to select some columns from one table and then in one of the column of the gridview i need to add combobox in gridview...
OleDbDataAdapter adapter1 = new OleDbDataAdapter("select BillD.ProductName,BillD.ProductID,BillD.Saletype,BillD.InQty,BillD.SBtype,BillD.Dis1,BillD.Type,BillD.InPrice from BillDetails BillD", database);
OleDbDataAdapter adapter2 = new OleDbDataAdapter("Select P.ProductName,P.ProductID,Packing.PackingName from Packing INNER JOIN Products ON Packing.PackingID=Products.Packing", database);
void fillData()
{
database = new OleDbConnection(connectionS :( :confused:tring);
database.Open();
OleDbDataAdapter adapter1 = new OleDbDataAdapter("select BillD.ProductName,BillD.ProductID,BillD.Saletype,BillD.InQty,BillD.SBtype,BillD.Dis1,BillD.Type,BillD.InPrice from BillDetails BillD", database);
OleDbDataAdapter adapter2 = new OleDbDataAdapter("Select P.ProductName,P.ProductID,Packing.PackingName from Packing INNER JOIN Products ON Packing.PackingID=Products.Packing", database);
{
DataGridViewComboBoxColumn dgridcolumn = new DataGridViewComboBoxColumn();
DataSet ds = new DataSet();
DataTable dt = new DataTable();
DataTable packDT = new DataTable();
adapter1.Fill(dt);
dataGridView1.DataSource = dt;
adapter2.Fill(packDT);
ds.Tables.Add(packDT);
dataGridView1.DataSource = ds;
dataGridView1.DataMember = ds.Tables[0].TableName;
dgridcolumn.DataSource = ds.Tables[0];
dgridcolumn.ValueMember = ds.Tables[0].Columns[1].ColumnName.ToString();
}
Thanks,
please help
|
|
|
|
|
sorry i am not getting exception as i fixed it bec of a pb in sql query...
|
|
|
|
|