please help me about programming crystal report
I would like to use vb6, mysql database and crystal reports 8.5 I would like to open for preview a crystal reports 8.5 with mysql protected database. I have downloaded so many samples from google, here...
View ArticleNeed to simulate FUNCTION {Fn} key press on a laptop... using VkKeyScan...
I am using VkKeyScan to send a keypress for F11, using the const keyF11 = &H7A which I have found on a list of virtual key codes, and that works great! Problem is I would like to send the Fn key...
View Article[RESOLVED] syntax error in query expression
hello everyone i got a error when i try to update a customer from the database using access ___________________________________________________________________ CN.Execute "UPDATE Suppliers SET " &...
View ArticleReading Specific characters from text file HELP PLS
Hi all I want to be able to Reading Specific characters from text file, I want it to search if -p1 exists in line 4 then place this in listbox1 and if the text file line4 is -p2 then send this to...
View ArticleGet browser tab captions & close tabs
I'm barely above an entry-level programmer, and have been trying to accomplish this task for a few days now. Perhaps some of you smarter folks can assist me. The program I am coding closes windows...
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 Articleoption button dosnt show the choice when i edit
hello every one i got a situation i added 3 option buttons to my form and everything is working ok when i pick one of the 3 the problem is when i edit the customer to chenge some thing is the option...
View ArticleReplace Characters
Anyone know how to replace letters after the first letter. example: Word Output: W*** Leave the first letter as is, and replace the existing with an asterisk or any other character.
View ArticleSetting Range of Chart From User Selection
Hello. I need to have the source of the chart be from the user, not a set range of cells. ActiveChart.SetSourceData Source:=Range("Sheet1!$A$3:$F$6") That is what I need to change. As you can see it is...
View ArticleSupply power voltage via RS232
Hi, We used to use a POS pole display that has a separate power supply. So I only need to code data display with the VB MScomm control. Now we just got a new display that needs both data and POWER...
View ArticleHow to detect a pc/laptop is connected to a TV
Hi all, I having a program running in pc/laptop (containing screen A and screen B). When the pc/laptop was connected to a TV, screen A will be display at TV while screen B will remain in pc/laptop. Can...
View Article