How to Configure IIS in Windows XP

To Configure your IIS, just follow this few steps and saved your day in trouble Note: Before do this following steps you must insert first your Windows XP installer on your DVD or CD drive first you have to do is go to Control Panel and click the Add Remove Programs Icon asyou can see at the image above, and this is the second scena...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Load .Rtf file in Vb6

Hello guys, this is a sample tutorial on how to load or integrate a .RTF file on your VB6 program, all you have to do is to Add a Components named Microsoft Rich Textbox Control 6.0(SP6), like shown at the image below ...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Convert MS Access Database to SQL Server Database

Hello guys at this time i will show to you on how to convert your MS Access Database to SQL Server Database, to do this, just follow those few steps below. on your MS Access database, go to Database Tools, go to Move Data tab, then click SQL Server then the Up-sizing wizard will prompt, allowing you to use an option,...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Register OCX Files on your Computer

Since OCX files is little bit important to us, as  a programmer, for some reasons, so i will show to you on how register an OCX files:   go to Run then type Regsvr32  then follow by the Path or the Directory of your OCX file, then click O...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Show Hidden Files

This sample steps will show to you on how to make your hidden files or folders visible at the figure above, you can simply open My Computer, then go to Tools Tab, then click  Folder Options Then Folder Options Property Pages will prompt, just select the View Tab, then find Hidden Files and Folders,...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Run-time error '380'

If you are encounter this error, says "Run-time Error '380', "Invalid Property Value" at my case i encounter this , when i used a List-view control, the cause is when i forgot to create another column  for the List-view control, instead of declaring like this: Format$(LvLoans.ListItems(ako).SubItems(2),"General Number") i declare like...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Create Menu Bar in Vb6

This sample tutorial will demonstrate to you on how to create a Menu Bar in Vb6 and also creating a Sub Menu on a Menu Bar: Tip: On creating a Menu and Sub Menu, the most used transaction menu module must be at the first line on a Menu and Sub Menu's so we can do this like shown on the image below: 1.) You can simply...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Change the Printing Lay-Out of Data Report in VB6

After exploring the Visual Basic 6.0 Data Report, i found out the 3 different printing layout so i want it to share on you on how to do this, first you must install VB6SP6, or download it at Microsoft Website, and it will done through this following codes: DataReport1.Orientation = rptOrientLandscapeDataReport1.Orientation = rptOrientDefaultDataReport1.Orientation = rptOrientPortrait Hope you like it, Happy Coding ^_^ The Hardest...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Connect Crystal Reports 8.5 to VB6 via DSN Connection

This is my sample tutorial on how you to connect your Crystal Reports on your Visual Basic 6.0, this version of Crystal Reports is 8.5, so here we go............. Just follow those few steps: 1.) Project >Add Crystal Reports 8.5  2.)  if you can't see Crystal Reports on the Project Tab, just Click Components>       ...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Insert,Update,Delete In VB 2010

Hello guys this is my sample database manipulation, using the 3 basic transaction, the INSERT, UPDATE and DELETE like shown at the image below. INSERT: Dim rs As New OleDb.OleDbCommand("Insert INTO Info(F_Name,M_O,SSS,Phic,Pagibig,Tax,Net_Inc) VALUES ('" &StrConv(TextBox2.Text, VbStrConv.Uppercase) & "','" & (TextBox3.Text)...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Copyright @ Codes-47.Blogspot.Com. Powered by Blogger.