Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

aa_zz

@aa_zz
About
Posts
86
Topics
52
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to get data when using header('location:'. $url) ? help me
    A aa_zz

    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

    Linux, Apache, MySQL, PHP help tutorial question

  • how to get data when using header('location:'.$url) ???
    A aa_zz

    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

    Web Development tutorial question

  • I can not get data from url when use method post paramater using php. because page use token. please help me
    A aa_zz

    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

    Web Development php help

  • can not get data from url when use method post paramater using php. because page use token. please me
    A aa_zz

    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

    Linux, Apache, MySQL, PHP php help

  • Divide width of row datagrid in C# with screen specification ????
    A aa_zz

    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

    C# question csharp help

  • add and not add button "show data" in to Datagrid in C# ????
    A aa_zz

    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

    C# help csharp question

  • error when call fuction ArrayList in WebService ???
    A aa_zz

    thank you i using netbean 6.9.1. glassfish in netbean. webservice SOAP. please help me nothing

    Java help database question

  • error when call fuction ArrayList in WebService ???
    A aa_zz

    i using SOAP. please help me nothing

    Java help database question

  • error when call fuction ArrayList in WebService ???
    A aa_zz

    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

    Java help database question

  • glassfish server 3 start failed ????
    A aa_zz

    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

    Java help sysadmin question

  • connect postgreSQL with netbean(webservice, glassfish) ????
    A aa_zz

    hello all. please guide for me connect postgreSQL with netbean(webservice, glassfish). thanks very much. phan nothing

    Java postgresql tutorial question

  • closed messagabox in c# ???
    A aa_zz

    i think, we need desig Form Messagebox by user control. at the time, we control it. you agree. nothing

    C# csharp help question

  • closed messagabox in c# ???
    A aa_zz

    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

    C# csharp help question

  • closed messagabox in c# ???
    A aa_zz

    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

    C# csharp help question

  • transaction - rollback in C ???
    A aa_zz

    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

    C / C++ / MFC help question announcement

  • transaction - rollback in C ???
    A aa_zz

    i agree with you. but if you using plus string, it can update more records, but it will overload string :^) .

    nothing

    C / C++ / MFC help question announcement

  • transaction - rollback in C ???
    A aa_zz

    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

    C / C++ / MFC help question announcement

  • transaction - rollback in C ???
    A aa_zz

    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

    C / C++ / MFC help question announcement

  • Get Tittle Name for window form ?
    A aa_zz

    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

    C# help tutorial question

  • clear image on screen vc++6.0 ?????
    A aa_zz

    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

    C / C++ / MFC c++ graphics help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups