hi all. I want get data form url when use header('location:'.$url) then it rederect to another url. how to get data when using header('location:'.$url) ??? thanks
nothing
hi all. I want get data form url when use header('location:'.$url) then it rederect to another url. how to get data when using header('location:'.$url) ??? thanks
nothing
Hi all. when I using header('location:'.$url) then it redirect to url another, cannot get message from this url. how to when to get data when use header('location:'.$url) ??? thanks
nothing
I want get data from url, I use HTTP_Request to post parameter and get data from url. If url not using token then get OK, but If url using token then get data not OK. Please help me get data from url have use token. thanks very much. nothing
Dear All. I want get data from url, I use HTTP_Request to post parameter and get data from url. If url not using token then get OK, but If url using token then get data not OK. Please help me get data from url have use token. thanks very much. nothing
hi all. I divide width of row datagridview in c# . when i set columnHeaderVisible = true: OK but i set columnHeaderVisible = false: it have been wrong 1 desert = width of row header. question : when set columnHeaderVisible = false. how i do to width of rows in datagrid not wrong ??? please help me. code dataGridView.Height = h*12; dataGridView.RowTemplate.Height = h; if dataGridView.columnHeaderVisible = true ==> ok but : dataGridView.columnHeaderVisible = false ==> not ok nothing
hi all. now, i have datagridview in C#. i want add fix data into Datatable and show on datagridview. But, in line 2, i set value all column blank and not add button "show data" in this row. in datagridview it alway add button in row, but i want it not add button in line i will choice. help me, please. private static DataTable MakeTable() { // Create a new DataTable titled 'Names.' DataTable namesTable = new DataTable("Names3"); //Add three column objects to the table. DataColumn ClassificationNumber3 = new DataColumn(); ClassificationNumber3.DataType = System.Type.GetType("System.String"); ClassificationNumber3.ColumnName = "ClassificationNumber3"; namesTable.Columns.Add(ClassificationNumber3); } private static DataTable GetTable() { DataTable dt; dt = MakeTable(); int i = 0; DataRow dr; try { for (i = 0; i < 20; i++) { dr = dt.NewRow(); // Then add the new row to the collection. if (i <= 6) { dr["ClassificationNumber3"] = "03J"; //DataGridViewButtonColumn btn = new DataGridViewButtonColumn(); //btn.HeaderText = "Click Data"; //btn.Text = "Click Here"; //btn.Name = "button3"; //btn.UseColumnTextForButtonValue = true; //dataGridView3.Rows.Add(btn); } else if(i == 7) { dr["ClassificationNumber3"] = ""; } else { dr["ClassificationNumber3"] = "03K"; } dt.Rows.Add(dr); } thanks very much nothing
thank you i using netbean 6.9.1. glassfish in netbean. webservice SOAP. please help me nothing
i using SOAP. please help me nothing
hi all. i have fuction showdata in Webserivice: public ArrayList showdata() { ... ArrayList arr = new ArrayList(); while (reader.next()) { int id = reader.getInt("id"); String content = reader.getString("content"); Time time = reader.getTime("time"); arr.add(new GetData(id, content, time)); } return arr; } class GetData { private int ID; private String CONTENT; private Time TIME; public GetData(int id, String content, Time time){ ID = id; CONTENT = content; TIME = time; } } ############################# in web client . get data from database via showdata() from sebservice. <% SW2Service sv = new SW2Service(); SW2 port = sv.getSW2Port(); ArrayList arr = new ArrayList(); arr = port.showdata(); ==> Erro this %> please help me nothing
hi all. I using netbean 6.9.1 and using web(GlassFish). but when run web, it error ==> "glassfish server 3 start failed" please help me thanks nothing
hello all. please guide for me connect postgreSQL with netbean(webservice, glassfish). thanks very much. phan nothing
i think, we need desig Form Messagebox by user control. at the time, we control it. you agree. nothing
for exam: form A -> Form B -> show messagebox. if message not show, i can closed Form A and B, but message show i not closed form A and B and message. can we control messagebox ? nothing
hi all. i using c#2005. i running application and show icon in tray taskbar. when i choice "Disable" in menu tray taskbar => closed all form opening, include forms, messagabox, but application not exit. i have closed forms if form not show message. if form show messagebox, it not closed. i wish your help. regards, aazz nothing
i think, we can using "registry" to do it, but i don't using it. for examble :http://www.codeproject.com/KB/vista/VistaKTM.aspx nothing
i agree with you. but if you using plus string, it can update more records, but it will overload string :^) .
nothing
this matter need application of VC++6.0 support, because SQL Server not support. sql server only support transaction 1 record. in C# it support this application by Transaction, but in VC++6.0 I don't know. wish your help. thanks very much
nothing
hi everybody. now, i wish help for me this matter. when I update field "Pass" of table USER. if table USER have 10 records, but when update to records 5 ==> error, i need rollback all data when table not update, but if update 10 records success ==> update all. thanks very much.
nothing
i want get name tittle of WINDOW FORM from a handle of child form. for example : when i click mouse at a point of winform => i will get name tittle of that winform. i used function Getparent(..), GetAncestor(..) of method IntPtr, but it wrong. wish help me. thanks very much. aazz
nothing
hi you. thanks for your help.this is functions i used: sOldBltMode = SetStretchBltMode( hDC, STRETCH_DELETESCANS ); // Create the palette. hPal = CreateDibPalette(); if ( hPal ) { hOldPal = SelectPalette( hDC, hPal, FALSE ); if ( hOldPal ) RealizePalette(hDC); } StretchDibBlt( hDC, r.left, r.top, r.Width(), r.Height(), hMem, Source.left, Source.top, Source.Width(), Source.Height(), SRCCOPY ); if ( hPal && hOldPal ) SelectPalette( hDC, hOldPal, FALSE ); if ( hPal ) DeleteObject( hPal ); // Reset the stretch mode. SetStretchBltMode( hDC, sOldBltMode ); ===> first.I show image 10x10inch from file image bitmap. after,i double lick into it, and i will show properties. i choice size 1x1inch. size 10x10inch not yet clear. have i must clear image 10x10inch ? wish your help
nothing