Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21907 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

Color Change in ExcelSheet

I Simple want background color of the Col A & COL B .Should needs to be yellow in excel sheet .it is easy to change Font but i don't know how should i change background color of ColA & ColB...

View Article


VB5 - VB6 What's going on here?

I have two VB projects. I wrote both of them in VB6. By themselves, they work perfectly. Now I combine the two projects together and create a Group.vbg file. When I click on the Group.vbg file the...

View Article


[RESOLVED] Reading and Writing To text file question

Hi all I want to copy the contents of 16 listbox to 16 text files 1 for each box with a command button then be able to copy the contents of each of the 16 text files to each 16 listboxes I.E LST1(1) =...

View Article

Name conflicts

In a Group VB project which contains two VB projects. One VB project is just a simple Form with a button on it and the other project is a bucch of BAS modules and a UserControl. During design time I...

View Article

Change the Visual Style of Controls like Web Applications

Hi all, As many of us know that we can change the look (Skin) of controls using CSS in Web applications, can we apply this method in Visual Basic. Or how can we change the look of controls in VB 6,...

View Article


Runtime Error '6' Overflow

Hello can anyone help me. I am beginner user of visual basic 6.0. i created a simple code. but I'm having trouble with it. it shows a runtime error '6' overflow. I did everything but this kinda hard...

View Article

connecting VB6 to Oracle 11g.

Hi Friends, i'm Likith, i am new to this vb6 and oracle. i'm trying to connect vb6 to oracle 11g on windows server 2008. Please guide me how to connect vb6 to oracle 11g Please give me the parameters...

View Article

'Unscrambling' a UDT

I was producing some example code to help with this post http://www.vbforums.com/showthread.p...ipboard-in-VB6 It's basically attempting to pass a UDT to the ClipBoard and then read it back. The UDT...

View Article


Inputbox Value

Hi How can i get the value whether user has pressed O.K or Esc/Cancel in Inputbox. Thanks

View Article


Enter Key in MSFlexGrid

Hi I am moving textbox in MSFlexgrid . I want to trap Enter key when user presses in the textbox Thanks

View Article

Login Screen

Hi Can someone provide links or code to create Attractive Login Screen Thanks

View Article

CRC CCiTT Kermit calculation in VB6

I want to calculate a 2byte crc value for a string like: 01 2D 23 0F 27 02 2B The answer should be: 91 C3 The CRC type is: CRC CCITT Kermit I'am using VB6. It works, but the answers al all bad. Here's...

View Article

Image may be NSFW.
Clik here to view.

Concatenate issue in vb6

HI Friends, i always getting compiler issue .as i have totally misunderstood at concating sql statement in more than one line . when concatenate using vbcrlf with & _ can anyone tell me where i am...

View Article


Picture in RichTextBox

Hi, sorry for my poor english... I put Microsoft RTB control and my RTB created with CreateWindowEx on form1 I want my RTB show image contained in "temp" variable this is VB6 code: Code:...

View Article

Image may be NSFW.
Clik here to view.

Showing currnet date in Dtpicker

hi friends , i simple want current System Date needs to display in the dtpicker1 . but it still shows 30/12/1899. can you tell me how should i display current system date in the dtpicker . let me know...

View Article


Better icon for .exe file?

Hi guys, is there away to give my .exe app a better icon? Higher quality as it looks quite crap at the moment as you can only select an icon from one of the forms. any ideas? Jamie

View Article

Hauppauge WinTV-HVR 900 USB Stick with Microsoft TV Technology

Hi All, Could anyone help me with this, I am developing an application which is using "Hauppauge WinTV-HVR 900 USB Stick" with "Microsoft TV Technology" MS Video Control with Microsoft Tuner 1.0 Type...

View Article


[RESOLVED] No value given for one or more parameter

what does it mean? It was working the past few days though Code: OpenCon Set rs = New ADODB.Recordset rs.Open "Select * from [tblsubject] Where [grade]like '" & frmregistration.cbstudlvl.Text &...

View Article

Keypress Event

Hi I have written this , it is working If KeyAscii = 13 Then For row0 = flxgd.FixedRows To flxgd.Rows - 1 If (flxgd.TextMatrix(row0, 1) = flxgd0.TextMatrix(flxgd0.Row, 1)) And (flxgd.TextMatrix(row0,...

View Article

WordWrap

Hi I want to wordwrap cols of only fixed rows. Is this possible Thanks

View Article
Browsing all 21907 articles
Browse latest View live