Search results for query: *

  • Users: papa_k
  • Content: Threads
  • Order by date
  1. P

    Question Resize a Bitmap Type

    Using this forum, i was able to interigate a file and then alter a mouse cursor to become a bitmap based on the file information. As part of the bitmap type, is it possible to resize the bitmap to ensure that they are always exactly the same. Currently, the application will get the bitmap, but...
  2. P

    Drag and Drop (multi select)

    Hi, How to I use drag and drop with multiselected rows in a datagridview? I can get the selected rows by using the dgFileList.SelectedRows but i need to pass that information to my destination. How do i do that?
  3. P

    Datagrid and Dataset

    Hi, When i sort a screen representation of my data (using the "click on column and it will order it" functionality built into the datagrid) my form displays the newly sorted data in the datagrid. My datagrid is associated to a dataset. The dataset underlying the data grid is not sorted the...
  4. P

    Application Memory Use

    I am trying to ensure that the footprint of my application is as small as it can possibly be. Is there a way to assess my application to see if there is more efficiency that can be built in? I have noticed that my app memory use seems to flucturate a lot. Sometimes at start up it can be as...
  5. P

    Aac -> mp3

    Is it possible to play AAC files in vb.net? What method could be used to get the songs imported from iTunes to play in a VB.net application?
  6. P

    Resolved ClassicXP/win98 style GUI on Vista, why?

    Oddly, my application has "picked up" the old style button design. In Vista the buttons have a slight shadow / 3d effect, however, my application appears not be using the default style and instead applying the older XP, Win98 typ appearance. Can anyone think what it is that the applicaiton has...
  7. P

    Mouse Drag - Use Image

    Hi, I want a user to be able to drag and drop a file. I want the drag and drop to interigate that file and extract an image from it. I then want the mouse cursor to then be that image (or at least include it as it's dragged) thus informing the user of the image they are dragging. Is this...
  8. P

    DataSet / DataGrid Display Issues

    I am having (what I suspect is a school boy error) regarding datagrids and datasets. I have a dataset control on the form (ds1) and a datagrid (dg1). In ds1 there is a table called tbl1 and within that table there are columns col1 and col2. I load data into ds1 which I know is present as I...
  9. P

    10000 Data Items

    Hi all, I am not new to programming but it is more of a hobby than anything for me. At the moment i am trying to work out he best way to get my applications (writtng in vb.net 2008) to load and display about 10'000 rows of data. Now, at the moment the volume of data is approximately 5'000...
Back
Top