Search:

Type: Posts; User: ocw

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. update content in div at master page page from content page

    HI,

    I have 2 masterfiles which are the TopMasterPage and SideMaterpage masterpage. I need to change the div content at the master page after logging into the page from the content page.


    ...
  2. VS 2010 Re: drag and drop items in a list to reorder the sequence

    Hi gep13,

    Thanks for your prompt reply!. ;) I am using AjaxControlToolkit version 4.0. The code does do a auto-post-back.

    The code below works perfectly to a MSSQL DB. When i changed the...
  3. VS 2010 Re: drag and drop items in a list to reorder the sequence

    I have tried the code below, but i failed to update the reorder id to the DB. no error was prompted. When i try connecting to MSSQL, it was updated successfully. I have list my code below, hope...
  4. VS 2010 drag and drop items in a list to reorder the sequence

    Hi,

    Is there a way to drag and drop the item in a listbox to reorder the sequence?

    Thanks.
  5. Replies
    0
    Views
    2,083

    Ole DB Convert date query

    Hi..

    I am trying to retrieved some data from excel sheet and display into a datagrid control in VS2003. However, i need to convert a column with date value to another format e.g 12-Aug-2007.

    ...
  6. Replies
    5
    Views
    568

    Re: Highting table row in datatable [Resolved]

    hi HoraShadow,

    Thanks for the point of light. i have manage to get the desired result by hightlighting the datagrid row in the itemdatabound event.

    Thanks N Cheers
    ocw
  7. Replies
    5
    Views
    568

    Re: Highting table row in datatable

    Hi ZeBula8,

    sorry for the unclear question posted. i am trying to loop through all the items in the datareader into a datatable and trying to set the background color of the particular row if it...
  8. Replies
    5
    Views
    568

    Highting table row in datatable

    hi,

    i have created a data table to populate some data onto it through looping. How can i set the row background color while iterate the lopping process?

    e.g while adding data into the...
  9. Replies
    1
    Views
    484

    [2003]adding item to datagrid

    hihi..

    how can i add items to the datagrid from a dataset or datareader? however, i need to validate all the data from the datareader before displaying into the datagrid. i cant use datagrid.bind...
  10. Replies
    1
    Views
    439

    [02/03] Not retreiving data from excel cell

    hihi,

    i have been trying to get the correct data from excel using dataset or reader, but still to no valid. i am able to retreive some column data correctly in which it have the same column format...
  11. Thread: Tiff image resize

    by ocw
    Replies
    1
    Views
    721

    Tiff image resize

    hihi..

    How can i resize a tiff image in vb? i have tried inporting iit into a picture box, it prompt me an error of invalid format. how can i resize it to a smaller resolution?

    ???
    ocw
  12. Replies
    2
    Views
    853

    Re: sendmessage- "Enter" key

    hi ZenDisaster,

    i have tried the code, but when the form is not at forcus, the "Enter" key send will be send to the form at the top of the window instead the desired form. Is there a way which i...
  13. Replies
    2
    Views
    853

    sendmessage- "Enter" key

    hihi,,

    i have written a code to close an external application, however, how can i end an ""Enter" key to the application?Below is my closing methohd to an external application



    Handle =...
  14. Replies
    3
    Views
    4,043

    Re: where clause in excel query

    Hi Ember,

    yes i got the error there. But when i took out the "WHERE" clause, its perfectly ok just that the process is too slow..[;<

    ???
    ocw
  15. Replies
    3
    Views
    4,043

    where clause in excel query

    hihi..

    i have realise that when i have a condition in my sql query in ADO DB string connection, i would encounter a error msg prompted that "ODBC deos not support the requested properties". How...
  16. Thread: sendkey

    by ocw
    Replies
    5
    Views
    900

    Re: sendkey

    hihi..

    when my application called the external application, it immediate prompt for the user's input and my application hanged until i clicked on the "OK to Contiune". Therefore i am thinking of...
  17. Thread: sendkey

    by ocw
    Replies
    5
    Views
    900

    Re: sendkey

    hi the182guy,

    SendKeys VbCrLf not working too. my vb app seem to be freezed. is it possible to use the window keypress to surpress it? Actually i am trying on a trial application where it keep...
  18. Thread: sendkey

    by ocw
    Replies
    5
    Views
    900

    sendkey

    hihi..

    how can i send an "Enter" key to the application that appear on top of my screen? i have tried the sendkeys "Enter", but to no valid. the prompt will there and the sendkey doesnt seem to...
  19. Replies
    3
    Views
    950

    Re: tiff convert to searchable pdf file

    hihi..

    i am trying to convert the tiff file to a text-searchable pdf. currently, when i convert a tif file to pdf format, i am not able to do a text search on it. However, when i do a OCR(from the...
  20. Replies
    3
    Views
    950

    tiff convert to searchable pdf file

    hihi...

    i am using vb code to run the pdf plugin, however, i realise that after converting to pdf from tiff file, the text are no longer searchable. Have i left out anything during the converting...
  21. Replies
    3
    Views
    1,050

    Re: textbox auto height

    hi bushmobile, thanks!.. i got it work...[;>
  22. Replies
    3
    Views
    1,050

    textbox auto height[resolve]

    hihi..

    how can i set the textbox's to the max height to the lenght of text and with the preset width?

    exmaple, if i populate some strings to a short textbox with a preset width and the...
  23. Thread: split text

    by ocw
    Replies
    2
    Views
    482

    split text

    hihi..

    i am using html reader to read the web page from a site and write it to a text file. i have realised that certain symbol are using html code like "$"-> #&036;

    how can i split the whole...
  24. Thread: scrolling label

    by ocw
    Replies
    10
    Views
    1,482

    Re: scrolling label

    hihi..

    below is my scrooling code. i have set the picturebox to autodraw = true, but i still get the flickering effect..Was i wrong somewhere?

    If start_label1 = True Then
    Label1.Move...
  25. Thread: scrolling label

    by ocw
    Replies
    10
    Views
    1,482

    scrolling label

    hihi..

    i have some problem on scrolling marquee text.

    currently i am using
    1. a picturebox as a background( stating the starting and ending point of the scrolling marquee.

    2. 3 Labels...
  26. Thread: Label's length

    by ocw
    Replies
    6
    Views
    550

    Label's length

    hihi..

    how can i determine the length of the label by the length of the string? example, i am retreiving some string from the database of different fields, and display in on the respective label...
  27. Replies
    1
    Views
    686

    runtime error '3001'

    hihi..

    when i am trying to send a quiry to the database from 3 tables and i was prompt the runtime error '3001', Arrgument are of the wrong type, are out of acceptable range, or are in conflict...
  28. Replies
    2
    Views
    3,725

    Re: datagridview cell format

    thanks jmcilhinney, for the suggestion.

    i have encountered a new problem which is that if the gridveiwimagecolumn did not have an image inserted, it will show an image with a cross in the square...
  29. Replies
    2
    Views
    3,725

    datagridview cell format

    hihi.

    i am currently using the daatgridview to display my image under the column of the datagridview. but i cant add text under the same column below the image. how can i add text to the column. i...
  30. Replies
    3
    Views
    1,004

    invisible datagridview line

    hihi...

    i am trying to use datagridview as to tidy up my layout of the data as well as to make my application a more dynamic one. however, is it possible to set the datagrid line to invisible, so...
  31. Replies
    0
    Views
    625

    inserting image into datagrid

    hi

    how can i insert images into datagrid? i have tried some examples from the web but i can get it going. when i drag the dataset from the tool into my form, it throw error msg.

    ???
    ocw
  32. uploading image file and inserting valuables to DB

    hihi..

    i have difficulties on uploading image file and some file's values to the Db at the time when i post the form(jsp).

    example;
    i have selected some files name(with the full file path)...
  33. Replies
    4
    Views
    898

    converting IP address to IP number

    hi hi..

    how can i convert an IP address to an IP number?

    Example from IP address :192.168.0.1 to <ip no>

    ???
    ocw
  34. Thread: FTP connection

    by ocw
    Replies
    2
    Views
    682

    FTP connection

    hihi..

    how can i establish a FTP connection as i need to send images to other network.

    ???
    OCW
  35. Replies
    0
    Views
    392

    Deleting file in CE

    hihi..

    how can i delete a file in CE? i have downloaded the RAPI lib from Opennet.org but i cant insert i into my project. thus i cant use its lib's function to del the file. how can i go about...
  36. Replies
    5
    Views
    532

    Re: clearing the content in a file

    hi xensyria n Shuja,

    i forgot to metioned that i am inserting a new line for every new content added. thus i need "append" to tidy the content up. Whenever i run the application, it will refresh...
  37. Replies
    5
    Views
    532

    clearing the content in a file

    hihi..

    How can i the clear the contents in the file, whenever i have an update.

    i need to do a clearing of the content in the file at the initial state before inserting new content into it....
  38. Thread: Mshflexgrid

    by ocw
    Replies
    4
    Views
    734

    Re: Mshflexgrid

    the table have data like this-->

    item no___bought by:___purchased on
    1__________John________1/12/06
    2___________Ali_________4/11/06
    3__________Peter________1/10/06...
  39. Thread: Mshflexgrid

    by ocw
    Replies
    4
    Views
    734

    Mshflexgrid

    hihi..

    how can sort the column of date in the MSHFLEXGRID table?
    i have tried like exnmaple below, but it didnt sort the data.

    flexSortGenericAscending
    flexSortGenericDescending

    ???
    ocw
  40. Replies
    4
    Views
    2,393

    Re: updating of app exe. file

    hihi..

    i am now trying to create a new exe file to download the file throught FTP. the problem is that how can i check the date of the file from the web server? So that i am able to know if myh...
Results 1 to 40 of 281
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width