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 ArticleVB5 - 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 ArticleName 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 ArticleChange 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 ArticleRuntime 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 Articleconnecting 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 ArticleInputbox Value
Hi How can i get the value whether user has pressed O.K or Esc/Cancel in Inputbox. Thanks
View ArticleEnter Key in MSFlexGrid
Hi I am moving textbox in MSFlexgrid . I want to trap Enter key when user presses in the textbox Thanks
View ArticleLogin Screen
Hi Can someone provide links or code to create Attractive Login Screen Thanks
View ArticleCRC 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 ArticleConcatenate 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 ArticlePicture 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 ArticleShowing 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 ArticleBetter 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 ArticleHauppauge 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 ArticleKeypress 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