Blogs1 - 10 of 122 recent posts for tag:ActiveX
04
Jan
2012
How to Count Number Of day In a month

37 days ago by John

1 2 3 4 5 6 7 8 9 10 11 12 13 14 'Date & Time - How to Count Number Of day In a month Private Sub Command1_Click() MsgBox DaysInMonth("20/07/2006") End Sub Public Function DaysInMonth(ByVal dDate As Date) As Integer DaysInMonth = Day(DateAdd("m", 1, dDate - Day(dDate) + 1) - 1) End [...] How to Coun ...

CodeItBetter Programming - codeitbetter.com · 1 reference

31
Dec
2011
GOGO Media Player ActiveX SDK 2.63

41 days ago by Prem1on

GOGO Media Player ActiveX Control helps application developers to fully control the audio and video stream. Play, pause, resume, stop, loop the stream. It allows you to control the playback rate and adjust the volume and balance, or mute the audio stream. It supports MIDI, MP3, WAV, WMA audio file f ...

Prem1on Software Updates - software-updates.prem1on.com · 7 references

27
Dec
2011
VImpX – ETL ActiveX 4.9.8.10

45 days ago by admin

Free Download VImpX - ETL ActiveX 4.9.8.10. Visual Importer ActiveX loads data into any database. It works directly with Excel, Access, DBF, Text files, Oracle, MS SQL Server, PostgreSQL, MySQL, Interbase, OLE DB plus ODBC. Thousands of records per second. Source data filtering, date formats and cal ...

(s/f/t)wareBUZZ - warebuzz.com

25
Dec
2011
The List Cannot be Displayed in Datasheet view.....

47 days ago by Amol Ghuge

Display a list in Datasheet view. Datasheet view requires that you have a Windows SharePoint Services-compatible datasheet program installed, such as Microsoft Office 2010 Professional. Datasheet view lets you add, delete, and update list entries just as you would in a spreadsheet program, such as M ...

Amol Ghuge's SharePoint ... - sharepointknowledgebase.blogspot.com · Rank: 176,490 · 3 references

22
Dec
2011
How to draw AngleArc

50 days ago by John

1 2 3 4 5 6 7 8 9 10 11 12 13 'Graphics - How to draw AngleArc Option Explicit Private Declare Function AngleArc Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, _ ByVal y As Long, ByVal dwRadius As Long, ByVal eStartAngle As Single, _ ByVal eSweepAngle As Single) As [...] How to draw AngleArc is a ...

CodeItBetter Programming - codeitbetter.com · 1 reference

21
Dec
2011
SWF To Image 1.43

51 days ago by admin

Free Development Tools Download SWF To Image 1.43. SWF To Image library is a FREEWARE ActiveX programming library for converting SWF into BMP, JPG, GIF? PNG images from Visual Basic, Visual Basic.NET, ASP, ASP.NET, Visual C++, Visual C# programming languages. For example, you want to display thumbna ...

(s/f/t)wareBUZZ - warebuzz.com

Interactive Brokers API documents showcases how rich the IB API is with ...

51 days ago by caustic

Interactive Brokers API documents showcases how rich the IB API is with support for ActiveX, Java, C++, and Excel DDE I like what I see with this document but there does not appear to be the best C# support. Oh well, I will be stick with C++ or my open source trading platform done in C#. Get our FRE ...

QUANTLABS.NET - quantlabs.net/blog · Rank: 55,998 · 2 references

20
Dec
2011
Bytescout SWF Scout 2.41

52 days ago by admin

Free Download Bytescout SWF Scout 2.41. Flash movie (Flash, Flash Lite) creation programming library with SWF reading and SWF templates support. Can be used in Visual Basic, Visual Basic.NET, Visual C#, ASP and ASP.NET. Even existing SWF flash movies can be used as template or sprite in a new flash ...

(s/f/t)wareBUZZ - warebuzz.com

How to sort a list of random numbers in List box at run time

52 days ago by John

1 2 3 4 5 6 7 8 'Controls - How to sort a list of random numbers in List box at run time 'Add another listbox (list2) and set .Visible = False and .Sorted = True. 'Then to add an item to your listbox do: Private Sub AddToList(ByVal lNum As Long) List2.AddItem Right$(String(10, "0") [...] How to sort ...

CodeItBetter Programming - codeitbetter.com · 1 reference

18
Dec
2011
Can You Run It?

54 days ago by zirconet

Se siete tra quelli che non si possono permettere di acquistare un nuovo PC ogni sei mesi, potrebbe sorgervi il dubbio se il vostro vecchio e amato computer riesca a soddisfare i requisiti minimi di configurazione hardware del vostro videogioco preferito. Prima di rinunciare a correre al negozio di ...

CITTADINO IMPERFETTO - zirconet.wordpress.com · 9 references

Previous1234567