April 15th, 2011 11:02 PM
Same predicament here, just noticed it yesterday. About Outlook, I mostly use Thundebird so no problem here. =)
August 29th, 2009 08:58 AM
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...
April 15th, 2009 04:39 PM
Just to illustrate
Option Explicit
Private Sub Form_Load()
LooseBinding
StrongBinding
End Sub
April 15th, 2009 04:30 PM
Never use those databound controls, just use pure ADO code, it will save you a lot of headaches later on.
March 20th, 2009 02:42 AM
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.
March 20th, 2009 02:41 AM
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.
March 19th, 2009 10:40 PM
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
March 19th, 2009 09:32 PM
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...
March 18th, 2009 10:46 PM
As she is close to you then I have tought that she is your wife so there is no mystery in her. :)
March 18th, 2009 09:37 AM
I thought she was also an MVP so I wondered who she was and if she is a CG or even a VBF member.
March 18th, 2009 09:04 AM
March 17th, 2009 08:36 PM
I'm curious, who is the lady MVP in the pictures? Is she a CG member?
March 13th, 2009 02:02 AM
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...
March 11th, 2009 03:01 PM
Anyhere here who knows if AutoIt can call a function from a VB6.0 or .Net dll?
TIA
March 10th, 2009 05:34 PM
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.
March 10th, 2009 01:04 PM
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"
...
March 10th, 2009 01:33 AM
Got it sorted out. Here it is in its glory.