Hyperterminal programming to manage EPABX system programming
hi i am working on EPABX programming in hyperterminal to manage telephone extentions call logging and tracking outgoing for one client. i would like to run hyperterminal programs/lines every after some...
View ArticleIs wmf suposed to look grainy, or is it because of VB6?
Hi there, I am working on adding vector images to a program that I can resize to full screen. The only issue I see though is, is the images look grainy, and really only look decent when the image...
View Articlesearch by date
in my project am using the DTPicker. and from my database i want to search data between two dates of DTPicker. My database date field is Dat and is in Date format. My codes are as such .RecordSource =...
View ArticleI am getting error The conversion of a char data type to a datetime data
Dear Sir How are you? I got the following error in VB but the error is with sql server [Microsoft][ODBC SQL Server Driver][SQL Server] The conversion of a char data type to a datetime data type...
View ArticleHow to extract Date/Time from format - Sun Oct 28 09:41:19 2012
Hi Is there any easy way( using some in built function) to extract date ( and time) from a string - Sun Oct 28 09:41:19 2012 - in Visual Basic 6. Thanks in advance
View ArticleAnother Question About Text Files
Suppose, for example, I had the following contents in a text file: Code: [regular] airplane bigbuck bill bowler boxer countryduet cannonball car doowop exercise fang2 jackhammer jaws magician matador...
View Articleiterate and looping in all object prporty of listview
I need a routine to loop in all column of listview and retrive all possible info, smiliar, lenght column, tag, column name, ecc...
View ArticleHow to make date change after 7 am
Hello I need to know to make date change after 7 am not after 12 am for example today :- in form load event after 12 am date 29-10-2012 display in textbox and after 7 am date 30-10-2012 display in...
View ArticlePutting Chr(n) values in a Textbox
Code: Private Sub Command4_Click()  Dim a() As String  Dim CC As String  Dim C As Integer  Dim B As String  a = Split(Text3.Text, ",")   CC = ""   txtYourString.Text = ""   For n = 0 To UBound(a)...
View ArticleUsing SetMapMode function
Hello everybody! I have used The SetMapMode function in the gdi32 library to define the device context logical unit. Then, I have used movetoex and lineto to draw line. I want to have a mm_himetric map...
View Articleerror while searching
In my project i am trying to search data between two dates by DTPicker my codes are Dim sSQL As String sSQL = "select * from ExpCM Where Format(Dat, 'dd-mm-yyyy') Between '" &...
View ArticleProgram Help how to add costs to original cost
Hi I don't know if anyone can help me but i'm doing this program in school and i'm so confused. It's supposed to upgrade the original cost by adding the upgrades then the discounts then...
View Articleneed help with hangman game
In my hangman game if i have a word with two of the same letters only the first of the two will show up. I have the labels invisible until you guess it right, here is the code: Private Sub...
View ArticleHow to import txt file to database (MSAccess of SQL Server) using vb6.0?
Hello masters? I need help! I'm a newbie in programming vb6.0. I would like to import a txt file into MSAccess Database or SQLServer using vb6.0. Below is the format of the text File. test.txt SEQ A ID...
View ArticleHELP regarding common dialog control in visual basic 6.0
hi i was wriing a program to change the color of the shape using a common dialog control but i always get an error in common dialog control while compiling my code its says "invalid outside procedure"...
View ArticleReading a text file with LINE INPUT.. reading whole file?
I commonly use LINE INPUT with DO/UNTIL loops to parse files. I need to parse a handful of 2GB files (Essbase database exports), but when I try to input a single line to a string variable, it never...
View ArticleI think this is easy on for you guys
Hi, I'm new to VB6. I have a project where I move the open Access 97 files across our network, then I compact & repair the MDF files. I thought this code would work: Code: Private Sub...
View ArticleProblem with running VB6 app in Windows 7(64bit) that had run in Windows...
I have a VB6 application currently running fine on Windows XP. I have migrated to Windows 7 and it is not doing well. My project references a odbcconf.dll in the the Windows\System32 subdirectory. Does...
View Article[RESOLVED] HELP regarding common dialog control in visual basic 6.0
hi i was wriing a program to change the color of the shape using a common dialog control but i always get an error in common dialog control while compiling my code its says "invalid outside procedure"...
View Article[RESOLVED] Reading a text file with LINE INPUT.. reading whole file?
I commonly use LINE INPUT with DO/UNTIL loops to parse files. I need to parse a handful of 2GB files (Essbase database exports), but when I try to input a single line to a string variable, it never...
View Article