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
M

MJay

@MJay
About
Posts
57
Topics
35
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Search Item in List View
    M MJay

    hi, thanks for reply i gonna try tat out but 1 thing is, my listview contains more than 7k item, if using this way i think is quite not resource efficency is there other better way?

    C# com regex question

  • Search Item in List View
    M MJay

    sorry but i dun really get ur mean.... i am using a listview instead of a listbox:doh:

    C# com regex question

  • Search Item in List View
    M MJay

    Any1 can advise me what to do if i wan to search an item inside a ListView fill by a datatable according to what user type in a text box. http://img.photobucket.com/albums/v608/mjay83/lookup.jpg[^] above is a screenshot i taken from a software, i just wonder how they do it, user type inside the lookup textbox, then the list view will auto jump and point to the item which match or nearly match with the user input. Any1 please?:doh:

    C# com regex question

  • scrollbar when user's got low resolution?
    M MJay

    u got the answer below, Anchor and docking ;)

    C# help tutorial question

  • Last Row in Data Grid [modified]
    M MJay

    Hi Tamimi, The Read only mode wont work for me becoz there is some column i would like the user can edit it on the fly.. thanks for reply anyway ;)

    C# css com question

  • scrollbar when user's got low resolution?
    M MJay

    your form's height and width should not more than 800x600:)

    C# help tutorial question

  • Last Row in Data Grid [modified]
    M MJay

    Thanks for reply again It is ok, i dun think my company gonna purchase license for VS 2005 though:rolleyes: Thanks anyway;)

    C# css com question

  • Last Row in Data Grid [modified]
    M MJay

    Hi Jamil, thanks for reply but i cant find the property u mentioned:doh: i am using VS 2003, please advise ;) Thanks a again:-O

    C# css com question

  • Last Row in Data Grid [modified]
    M MJay

    by default, the datagrid add a pending new row after i have add my own row, the pending row has a * in front of the first column, is there anyway i can disable this pending new row? or is there anyway i could disable the user to add a new row on the datagrid itself?since the dataentry is done by another routine Below is the screenshot http://img.photobucket.com/albums/v608/mjay83/datagrid.jpg[^] -- modified at 3:07 Thursday 2nd November, 2006

    C# css com question

  • Get Data from Lookup Form
    M MJay

    Thanks man, i am trying the method u suggest :)

    C# tutorial question

  • Get Data from Lookup Form
    M MJay

    I have a Main Form call FormA, FormA call a Lookup Form named FormB using following Code FormB formb = new FormB(); FormB.Show(); in FormB there is a textboxA to let the user to enter certain string value that need to passback to FormA and execute several statements in FormA when user press a button in FormB Any1 has any idea how to do that?my fren advise me to use delegate but i not very familiar with delegate coding structure, i greatly appreciated if any1 can provide the sample coding to do that;)

    C# tutorial question

  • Sql statement error with ntext field
    M MJay

    Albanian wrote:

    try by converting column extendeddescription into varchar select itemlookupcode,Convert(varchar,extendeddescription) as description from item where itemlookupcode = '14010006'

    Still cannot solve the problem, below is the Error Return by Query Analyzer: Server: Msg 7105, Level 22, State 6, Line 1 Page (1:26314), slot 66 for text, ntext, or image node does not exist. Connection Broken Any1 can help me please??:((

    Database database help question announcement

  • Sql statement error with ntext field
    M MJay

    no... i upgraded to SQL 2000 SP 4, the problem still occur...:((

    Database database help question announcement

  • Sql statement error with ntext field
    M MJay

    select itemlookupcode,extendeddescription from item where itemlookupcode = '14010006' the extendeddesription data type is ntext i get the error when executing the command An error occurred while executing query: Page (1:735), slot 40 for text, ntext, or image node does not exist. i cannot even execute the delete and update statement to amend this row, any1 can help me?:(

    Database database help question announcement

  • Adding Data and Sorting ListView
    M MJay

    i have a datatable and wish to put into ListView except looping each row of my datatable and insert row by row into ListView, is there any other smarter way? i want to enable user to click on the column header to sort the records according to the header clicked, but cant figure out the clue, ListView has a property named ListView.Sorting, but it only can assign SortOrder.Acesending/Desending!! i cant understand wat is IComparer require by ListViewItemSorter!!:sigh:

    C# algorithms question

  • Background image in MDI container
    M MJay

    i have a MainForm that act as a MDI container, i load the company logo as backgroundimage, but the image is load as tile mode which fill all the MDI container, is there anyway to set the background image to the center of the MDI container instead of tile?

    C# docker question

  • Crystal Report throw and exception??
    M MJay

    i designed a program to generate a dataset and pull into a ReportDocument, then i set the ReportSource of CrystalReportViewer to this ReportDocument, then i created the installer and installed in my computer, it works perfectly on my computer becoz my computer has .Net framework 1.1 and Crystal Report Enterprise v10 installed. then i install my program on user's computer which has only has .Net framework 1.1 installed, there is a error occur when loading the crystal report, plz click the following link to view the screen shot http://img.photobucket.com/albums/v608/mjay83/Error.jpg[^] i had check the coding, this error occured when the dataset is being pull into the ReportDocument, wat could cause this problem??all the DLL inside user program files folder is exactly the same with mine one! it is impossible to install Crystal Report Enterprise v10 in all user's computer!!

    C# help csharp dotnet com question

  • Datagrid with DataRelation
    M MJay

    i have a dataset with 2 datatables link with one data relation, i had loaded the datagrid with the parent datatable, it shows the drill down button to the child table, but the problem is it only show a "link" to the childtable, i only can view the data in child table by clicking the "link", is there anyway to show the datarelation on the datagrid without the "link"?any help is greatly appreciated..

    C# help question

  • how to get screen solution number?
    M MJay

    as topic, how do i obtain the screen resolution of user?for example 1024*768 or 800*600...thz..

    C# tutorial question

  • position of the printed out datagrid
    M MJay

    thz man!the coding works for me.. but there is another problem, my datagrid has been loaded with a datatable contains 31 records, under screen resolution of 1024*768, the screen is able to show and print out all the records, but if user change screen resolution to 800*600, the records that can show in one screen is only 21 records, the rest of the records needed to be scroll down to view, then the datagrid printed out only contains 21 records that can be shown on the screen... wat should i do??:doh:

    C# graphics help 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