CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dee-u

Page 1 of 16 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    3,075

    FCFS Waiting Time Formula

    What is the correct formula for Waiting Time in the FCFS (First Come First Served) Scheduling algorithm, is it Turn Around Time - Burst Time or Response Time - Arrival Time? And also, can an arrival...
  2. Replies
    4
    Views
    991

    Re: Microsoft has lost the plot

    Same predicament here, just noticed it yesterday. About Outlook, I mostly use Thundebird so no problem here. =)
  3. Replies
    2
    Views
    3,061

    Re: SQL Server Express 2008 now have 10GB limit!

    No problem!
  4. Replies
    2
    Views
    3,061

    SQL Server Express 2008 now have 10GB limit!

    http://www.microsoft.com/express/Database/
  5. Replies
    1
    Views
    16,148

    Trick: Compress file using SQL Server

    I just want to share this little snippet which could be used to compress a file using SQL Server. I have made this so that I can compress my database back-up files to conserve hard disk space. I...
  6. Replies
    4
    Views
    1,297

    Bug reporting: how do you handle it

    If an error occurs in your software how do you guys handle it?

    These are my specific queries:
    -Do you prompt the user of some options like retry and ignore?
    -Do you show the error message or...
  7. Replies
    0
    Views
    2,105

    Listview: draw or set icon/s in subitem

    I have a problem using LVIF_IMAGE as a mask to the subitem, the icon is drawn but the icon's transparency is disregarded, that is there is a square around the icon when it is being drawn. And I would...
  8. Replies
    6
    Views
    3,190

    Re: "NEW" Recordset

    Just to illustrate


    Option Explicit

    Private Sub Form_Load()
    LooseBinding
    StrongBinding
    End Sub
  9. Replies
    9
    Views
    1,126

    Re: Upgrading to SQL Server

    Never use those databound controls, just use pure ADO code, it will save you a lot of headaches later on.
  10. Replies
    1
    Views
    1,333

    Re: Creating a Win32 dll (from VB6.0 to C++.Net)

    Upon more digging I've found out that I don't really need a Win32 dll to pass something to AutoIt so this case is rested although not resolved so I will not mark it as one.
  11. Replies
    1
    Views
    893

    Re: Win32 Project: How to add a .def file

    Upon more digging I've found out that I don't really need a Win32 dll to pass something to AutoIt so this case is rested although not resolved so I will not mark it as one.
  12. Replies
    1
    Views
    893

    Win32 Project: How to add a .def file

    I am not able to find how can I add a .def file. Anyone who could pinpoint me where should I specify such file?

    TIA
  13. Replies
    1
    Views
    1,333

    Creating a Win32 dll (from VB6.0 to C++.Net)

    I am trying to make a Win32 using C++.Net. Below is my code in VB6.0.

    Public Function PokerGetPercentage(pocket As String, board As String, opponents As Long, accuracy As Long) As String
    Dim...
  14. Replies
    81
    Views
    9,841

    Re: 2009 MVP Global Summit

    As she is close to you then I have tought that she is your wife so there is no mystery in her. :)
  15. Replies
    81
    Views
    9,841

    Re: 2009 MVP Global Summit

    I thought she was also an MVP so I wondered who she was and if she is a CG or even a VBF member.
  16. Replies
    81
    Views
    9,841

    Re: 2009 MVP Global Summit

    The lady in this photo.
  17. Replies
    81
    Views
    9,841

    Re: 2009 MVP Global Summit

    I'm curious, who is the lady MVP in the pictures? Is she a CG member?
  18. Replies
    0
    Views
    643

    Imitating the VS.Net Property Page tab

    The Property Page of the VS.Net IDE can be a worthy alternative to a tabcontrol, tried searching for any controls that has such look and feel but did not find any. Could someone here point me out on...
  19. AutoIt: can it call a function from a VB6 or .Net dll?

    Anyhere here who knows if AutoIt can call a function from a VB6.0 or .Net dll?

    TIA
  20. Re: [RESOLVED] Sorting a Listview acting as treeview (topmost parent only)

    Thank you for this one but then again, what if new unsorted rows are added to the listview? In effect such will break the symbol.
  21. Re: [RESOLVED] Sorting a Listview acting as treeview (topmost parent only)

    Hmmmnnn... Could you demonstrate such scenario? I tried with the sample data below and it worked still.


    Private Sub Command1_Click()
    Dim data(5) As String

    data(0) = "Item11"
    ...
  22. Re: Sorting a Listview acting as treeview (topmost parent only)

    Got it sorted out. Here it is in its glory.
  23. Re: Sorting a Listview acting as treeview (topmost parent only)

    I have initially thought of that method but that will work if the items are already sorted either ascendingly or descendingly but will not be 100% accurate if the items are not yet sorted since the...
  24. Re: Sorting a Listview acting as treeview (topmost parent only)

    I did not change much of the code, I only took account on sorting the subitems (not child items) also when their columnheaders are clicked. The problem lies when the items in the columns are already...
  25. Replies
    81
    Views
    9,841

    Re: 2009 MVP Global Summit

    I didn't look in the video but my guess is kleinma, robdog888 and cilu, I believe it is the same link provided by kleinma in vbforums, am I correct?
Results 1 to 25 of 376
Page 1 of 16 1 2 3 4





Click Here to Expand Forum to Full Width

Featured