Advertisement

Results for "Author: jose luis farias"

ASP_Volume2 #26249
MiMsgBox v. 1.1.5

MiMsgBox v. 1.1.5 Visual Design inspired in Kevin Figg's custom MsgBox but all the code as new, by me. Super easy to use Custom MsgBox. Just add one form and one module in your Proyect and call one Function. If you like, change the form design with your preferences... and i'ts all. Easy, fast, nice. Proyect Start - Dec/15/2003 Actual Revision - Jan/24/2004 Comments, sugestions, etc. are welcome. · Use the gonchuki ChameleonButton and 13 button styles. · You can set the number of buttons (1, 2, 3 or none) · Button(s) AutoCentering · Any text for any button · Self hiding MsgBox in x seconds

ASP_Volume2 #26590
MiTextBox

You can set the Text Alignment (Left, Right, Center) You can set the control Appearance (Flat, 3D) and Color in Normal and OnFocus states. You can set the type of entry allowed (Numbers, Numbers w/ simbols, Characters, (Y) or (N), Alphanumeric or Anything) You can set to play beep on bad entries. You can set Auto Upper Case. You can set Auto Select Text. Undo Text with Escape key pressing. Controls navigation with keys: Next TextBox: right arrow, down arrow and Enter. Previous TextBox: left arrow, up arrow. Support all the VB TextBox methods and properties

ASP_Volume2 #26591
Get the System OS

Get the System OS

ASP_Volume2 #27541
Cool ProgressBar

You will love it! The Best Progress Bar even created, very nice and powerfull. Less than perfect. ;-) 3D look, Gold, image backgrounds... and plus. Created by Steve McMahon f rom VBAccelerator. With images and form implementation by me - José Luis Farías JoseloFarias[at]adinet.com.uy Desde Uruguay. Please, if you use in your own proyects, please sendme a program copy (source code if better)

ASP_Volume2 #27542
Super Error Handler

A Super Error Handler, easy, fast, professional.

ASP_Volume2 #27543
Compact Access 2000/XP Databases with one line of Code. Fast. Easy.

Compact Access Databases with one line of Code! "One line of Code", like this: ;-) CompactDB Database, ShowResume, Password or this example: CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" Private Sub CompactDB_Click() If DB Is Nothing Then 'the database is Closed CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" 'compact Else 'the database is open DB.Close 'close CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" 'compact [Call your Routine to load database] 'Open database End If End Sub Works fine with Access 2000 and XP Actual Revision - Jan/20/2004 Jan/20/2004 · some Form changes. · fixed some variables declarations. (Variants in place of Strings). · added Compact Password protected databases. · added some Comments. · added some Code examples. · added a compress level indicator. Jul/25/2003 · Initial Release

ASP_Volume3 #59682
Cool ProgressBar

You will love it! The Best Progress Bar even created, very nice and powerfull. Less than perfect. ;-) 3D look, Gold, image backgrounds... and plus. Created by Steve McMahon f rom VBAccelerator. With images and form implementation by me - José Luis Farías JoseloFarias[at]adinet.com.uy Desde Uruguay. Please, if you use in your own proyects, please sendme a program copy (source code if better)

ASP_Volume3 #59683
Super Error Handler

A Super Error Handler, easy, fast, professional.

ASP_Volume3 #59684
Compact Access 2000/XP Databases with one line of Code. Fast. Easy.

Compact Access Databases with one line of Code! "One line of Code", like this: ;-) CompactDB Database, ShowResume, Password or this example: CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" Private Sub CompactDB_Click() If DB Is Nothing Then 'the database is Closed CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" 'compact Else 'the database is open DB.Close 'close CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" 'compact [Call your Routine to load database] 'Open database End If End Sub Works fine with Access 2000 and XP Actual Revision - Jan/20/2004 Jan/20/2004 · some Form changes. · fixed some variables declarations. (Variants in place of Strings). · added Compact Password protected databases. · added some Comments. · added some Code examples. · added a compress level indicator. Jul/25/2003 · Initial Release

ASP_Volume3 #59685
MiTextBox

You can set the Text Alignment (Left, Right, Center) You can set the control Appearance (Flat, 3D) and Color in Normal and OnFocus states. You can set the type of entry allowed (Numbers, Numbers w/ simbols, Characters, (Y) or (N), Alphanumeric or Anything) You can set to play beep on bad entries. You can set Auto Upper Case. You can set Auto Select Text. Undo Text with Escape key pressing. Controls navigation with keys: Next TextBox: right arrow, down arrow and Enter. Previous TextBox: left arrow, up arrow. Support all the VB TextBox methods and properties

ASP_Volume3 #59686
Get the System OS

Get the System OS

ASP_Volume3 #59687
MiMsgBox v. 1.1.5

MiMsgBox v. 1.1.5 Visual Design inspired in Kevin Figg's custom MsgBox but all the code as new, by me. Super easy to use Custom MsgBox. Just add one form and one module in your Proyect and call one Function. If you like, change the form design with your preferences... and i'ts all. Easy, fast, nice. Proyect Start - Dec/15/2003 Actual Revision - Jan/24/2004 Comments, sugestions, etc. are welcome. · Use the gonchuki ChameleonButton and 13 button styles. · You can set the number of buttons (1, 2, 3 or none) · Button(s) AutoCentering · Any text for any button · Self hiding MsgBox in x seconds

C_Volume2 #67311
MiMsgBox v. 1.1.5

MiMsgBox v. 1.1.5 Visual Design inspired in Kevin Figg's custom MsgBox but all the code as new, by me. Super easy to use Custom MsgBox. Just add one form and one module in your Proyect and call one Function. If you like, change the form design with your preferences... and i'ts all. Easy, fast, nice. Proyect Start - Dec/15/2003 Actual Revision - Jan/24/2004 Comments, sugestions, etc. are welcome. · Use the gonchuki ChameleonButton and 13 button styles. · You can set the number of buttons (1, 2, 3 or none) · Button(s) AutoCentering · Any text for any button · Self hiding MsgBox in x seconds

C_Volume2 #67652
MiTextBox

You can set the Text Alignment (Left, Right, Center) You can set the control Appearance (Flat, 3D) and Color in Normal and OnFocus states. You can set the type of entry allowed (Numbers, Numbers w/ simbols, Characters, (Y) or (N), Alphanumeric or Anything) You can set to play beep on bad entries. You can set Auto Upper Case. You can set Auto Select Text. Undo Text with Escape key pressing. Controls navigation with keys: Next TextBox: right arrow, down arrow and Enter. Previous TextBox: left arrow, up arrow. Support all the VB TextBox methods and properties

C_Volume2 #67653
Get the System OS

Get the System OS

C_Volume2 #68603
Cool ProgressBar

You will love it! The Best Progress Bar even created, very nice and powerfull. Less than perfect. ;-) 3D look, Gold, image backgrounds... and plus. Created by Steve McMahon f rom VBAccelerator. With images and form implementation by me - José Luis Farías JoseloFarias[at]adinet.com.uy Desde Uruguay. Please, if you use in your own proyects, please sendme a program copy (source code if better)

C_Volume2 #68604
Super Error Handler

A Super Error Handler, easy, fast, professional.

C_Volume2 #68605
Compact Access 2000/XP Databases with one line of Code. Fast. Easy.

Compact Access Databases with one line of Code! "One line of Code", like this: ;-) CompactDB Database, ShowResume, Password or this example: CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" Private Sub CompactDB_Click() If DB Is Nothing Then 'the database is Closed CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" 'compact Else 'the database is open DB.Close 'close CompactDB App.Path & "\Datos.mdb", True, "Joselo.11·#" 'compact [Call your Routine to load database] 'Open database End If End Sub Works fine with Access 2000 and XP Actual Revision - Jan/20/2004 Jan/20/2004 · some Form changes. · fixed some variables declarations. (Variants in place of Strings). · added Compact Password protected databases. · added some Comments. · added some Code examples. · added a compress level indicator. Jul/25/2003 · Initial Release

Java_Volume1 #85855
MiMsgBox v. 1.1.5

MiMsgBox v. 1.1.5 Visual Design inspired in Kevin Figg's custom MsgBox but all the code as new, by me. Super easy to use Custom MsgBox. Just add one form and one module in your Proyect and call one Function. If you like, change the form design with your preferences... and i'ts all. Easy, fast, nice. Proyect Start - Dec/15/2003 Actual Revision - Jan/24/2004 Comments, sugestions, etc. are welcome. · Use the gonchuki ChameleonButton and 13 button styles. · You can set the number of buttons (1, 2, 3 or none) · Button(s) AutoCentering · Any text for any button · Self hiding MsgBox in x seconds

Java_Volume1 #86196
MiTextBox

You can set the Text Alignment (Left, Right, Center) You can set the control Appearance (Flat, 3D) and Color in Normal and OnFocus states. You can set the type of entry allowed (Numbers, Numbers w/ simbols, Characters, (Y) or (N), Alphanumeric or Anything) You can set to play beep on bad entries. You can set Auto Upper Case. You can set Auto Select Text. Undo Text with Escape key pressing. Controls navigation with keys: Next TextBox: right arrow, down arrow and Enter. Previous TextBox: left arrow, up arrow. Support all the VB TextBox methods and properties

Languages
Top Categories
Global Discovery