Search:

Type: Posts; User: Loraine

Page 1 of 13 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    499

    Crystal Report Chart Representation

    How do i represent or convert my data into crystal report chart. What i want to do is show all the percentage of my record in a chart of crystal report. THe percentage that im talking about is that...
  2. Thread: Chart Report

    by Loraine
    Replies
    3
    Views
    713

    Re: Chart Report

    No i need it in Crystal Report. I need to produce a report which will interpret in a chart.
  3. Thread: Chart Report

    by Loraine
    Replies
    3
    Views
    713

    Chart Report

    Anyone can tell me how to make a chart report in crystal report such as pie, bars with legends , etc..
  4. Replies
    6
    Views
    1,224

    Re: Clear Class Property

    thank you, that helps :D.
  5. Replies
    6
    Views
    1,224

    Re: Clear Class Property

    Alright then and my second question, is there a way to loop through properties? I want to get all the properties on my class, can i get it through loop ?
  6. Replies
    6
    Views
    1,224

    [RESOLVED] Clear Class Property

    Is there a way to clear all the properties in a class, because i have a class where all my properties were stored, can i clear all those in just a short code?
  7. Replies
    5
    Views
    617

    Re: Make this less code

    Means like the code on top ?
  8. Replies
    5
    Views
    617

    Re: Make this less code

    Yes DataSource is totally the shortest way. Lets say i only have a query "SELECT * FROM TableName" but i need only 3 of columns in that record so i need to use the code on top. So is there another...
  9. Replies
    5
    Views
    617

    [RESOLVED] Make this less code

    Hello, is there a way to make this less in code?
    Usually when im going to populate a datagridview with data I usually do in this way

    (Lets say my datable already filled up)



    Dim rowCounter...
  10. Thread: Taskbar

    by Loraine
    Replies
    8
    Views
    1,006

    VS 2005 Re: Taskbar

    No i wont recreate the taskbar, what i want is how taskbar act. About the application on top of it if you can see the picture when i open an application it will bot overflow i want it that way like...
  11. Thread: Taskbar

    by Loraine
    Replies
    8
    Views
    1,006

    VS 2005 Taskbar

    Hello, could anyone teach me how am i able to make my form act like a taskbar. Cant move, all application on top of it, it will not overflow. Just like a taskbar 100%. Please help
  12. Replies
    9
    Views
    1,137

    Re: Data Foreign Key

    I know now, all i need to use is the inner join method of sql to display the related datas. :) Thanks to all.
  13. Replies
    9
    Views
    1,137

    Re: Data Foreign Key

    Its just so happen that I am confuse, i can't visualize how is it going to work in querying how it will relate to each other something like that.
  14. Replies
    9
    Views
    1,137

    Re: Data Foreign Key

    but how is it work in coding part i mean in querying ?
  15. Replies
    9
    Views
    1,137

    Re: Data Foreign Key

    Thanks for your reply, I know what is an Foreign key what im try to say is how im gonna apply it in coding part. And how is it work?
  16. Replies
    9
    Views
    1,137

    [RESOLVED] Data Foreign Key

    I am not particular with the database approach of Foreign Key a manner wherein a data related to another data.

    Table1 > Relations > Table2

    How to make a foreign key and how to use that in...
  17. Replies
    4
    Views
    2,121

    Re: Fast Question And Answer

    I resolved it :). Thanks for your relies
  18. Replies
    4
    Views
    2,121

    [RESOLVED] Fast Question And Answer

    Just wanna ask if there's a way not to arrange the filenames ascending but rather arange them how they are arrange in the folder. What I meant here is this, I manage to retrieve all the names of...
  19. Thread: Possible ?

    by Loraine
    Replies
    1
    Views
    422

    Possible ?

    Is is possible to show the wholle routine of function executed in a textbox ? I mean like this:



    Public Sub AddNumbers()
    Dim x as integer
    Dim s as integer
    Dim total as integer...
  20. Replies
    2
    Views
    606

    Re: [2005] Listview Image and Text

    Thanks and i figured out also the coding part of imagelist.
  21. Replies
    2
    Views
    606

    [RESOLVED] [2005] Listview Image and Text

    How to show an image and text on a listview (List Mode) ?
  22. Replies
    6
    Views
    728

    Re: Just a simple question

    Thanks
  23. Replies
    6
    Views
    728

    Re: Just a simple question

    Thanks for your reply and one last question, which one of them has the tcp/ip ?
    sample?

    * Base Class Libraries - Group 1 Samples
    * Base Class Libraries - Group 2 Samples
    * Data...
  24. Replies
    6
    Views
    728

    Re: Just a simple question

    Is that the link of what Atheist referring in 101 samples for tcp/ip
  25. Replies
    6
    Views
    728

    [RESOLVED] Just a simple question

    When i read this thread "http://www.vbforums.com/showpost.php?p=2932824&postcount=2" and search the 101 sample for .Net.Socket in MSDN but don't know if the page that i am reading right now is...
  26. Thread: System Design

    by Loraine
    Replies
    13
    Views
    716

    System Design

    Guys is there any websites that has a sample of a good professional look system. I am not good in designing so maybe if i can look for some good system design i can make my own idea with that ! :wave:
  27. Replies
    11
    Views
    2,861

    Re: VB6 and SQL Express 05

    Sir this is the project
  28. Replies
    11
    Views
    2,861

    Re: VB6 and SQL Express 05

    I have my Flexgrid with the name like that, I added also the DirectX Data Object 2.0, Same Error Sir.
  29. Replies
    11
    Views
    2,861

    Re: VB6 and SQL Express 05

    Dim cn As ADODB.Connection
    Set cn = New Connection
    cn.ConnectionString = "Provider=SQLNCLI.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Dummy;Data...
  30. Replies
    11
    Views
    2,861

    Re: VB6 and SQL Express 05

    Sir i have a question regarding connection.


    Dim cn As ADODB.Connection
    Set cn = New Connection
    cn.ConnectionString = "Provider=SQLNCLI.1;Integrated Security=SSPI;" & _
    ...
  31. Replies
    11
    Views
    2,861

    Re: VB6 and SQL Express 05

    thanks
  32. Replies
    11
    Views
    2,861

    Re: VB6 and SQL Express 05

    is this the correct link of that Sir ?
    http://www.vbforums.com/showthread.php?t=380853
  33. Replies
    11
    Views
    2,861

    VB6 and SQL Express 05

    How to connect my VB6 to SQL Express 2005 ?
    What reference should I add?
    What connecionstring should i use?
  34. Replies
    10
    Views
    1,032

    Re: Backup Image

    So that is the issue of PictureBox1.Load() it closes the file immediately, but when attempting it the GID+ try to read the image again so i get the error just like you said. So its better to use the...
  35. Replies
    10
    Views
    1,032

    Re: Backup Image

    But if i change it into a


    PictureBox1.Image.Save(TextBox1.Text)


    If that is correct Textbox1 hold the path of the image not the folder path where the image must save in.

    It still give me...
  36. Replies
    10
    Views
    1,032

    Re: Backup Image

    Oops sorry, i thought the filepath that is saying there is the path of the image not the path of where it will save. But why it give me an error



    Dim op As New DialogResult
    op...
  37. Replies
    10
    Views
    1,032

    Re: Backup Image

    Thanks jm but how to save it in a folder that i specify.

    Picturebox1.Save has only FilePath Parameter and ImageFormat bu dont have Where to save it

    I want that after the image loaded it will...
  38. Replies
    10
    Views
    1,032

    Re: Backup Image

    I get now how to load the image in a picturebox but dont know how to have a copy of it in a specify folder?



    Dim op As New DialogResult
    Dim i As StreamReader
    op =...
  39. Replies
    10
    Views
    1,032

    [RESOLVED] Backup Image

    How to Load an image in a picturebox and have a copy in a specify folder ?
  40. Replies
    2
    Views
    625

    Re: SWF in .Net

    I figured it out now.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width