Strange problems with VB6
Hi, Recently, I have been working on my own little project and have been having major headaches with VB6 while doing so and the problems only seem to occur when I am working on this particular project....
View ArticleHelp! Simple letter to number converter
Good day everyone! Please help me out with this. I have very little knowledge on VB6 and I would like to create a simple code generator that will convert limited set of numbers to letters. I have in my...
View ArticleLoad a textfile so each line of a textfile is loaded to a specific label...
Hi there! I am working on a newer version of an attendance program for students to log into when they arrive in the morning. The kids love it, but there have been requests by teachers to allow it to...
View ArticleCreate PDF with Barcode and UTF8 (characters correctly...
Hello I need advice on how to create a pdf document with a bar code and display the correct characters (ěčřýáíé). It will be the creation of invoices. Please advice. I tried: biopdf mjwPDF...
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 ArticleRuntime error 76 "path not found"
Private Sub Cmd_CARI_Click() Dim path As String MsgBox path With CommonDialog1 .DefaultExt = ".jpg .png" .InitDir = GBLpathFile .DialogTitle = " Buka gambar Karyawan" .Flags = cdlOFNHideReadOnly...
View Article[RESOLVED] Between dates
I'm using statement below: Code: Set rsView = cn.Execute("SELECT * From payment where datepaid Between #" & DTPicker1.Value & "# And #" & DTPicker2.Value & "# ORDER BY ORid") if I enter...
View ArticleSave Data Temporarily
Hi I have not tried this myself but i need your help with code . I am getting data entered in MSFlexgrid , i want side-by side data should get stored temporarily also as user enters data in msflexgrid...
View Articlehtml special chars in VB6
Im working on a program for ascii art and characters displayed in firefoxes browser like the heart which is the black ascii heart and some other ones that are used in ascii some work in vb and some do...
View Article[RESOLVED] [VB6] - coping arrays
on VB 6, for coping arrays, these: Code: array()=array1() it's the same: Code: for Y=0 to height-1 for X=0 to width-1 array(x,y)=array1(x,y) next x next y ???
View ArticleCopy tables from SQL Server Database to Access Database
hello guys, ive got this problem to figure out i need to copy all the tables and the content of them from a SQL Server Database to an ACCESS database. using the "SELECT * INTO <tableName> IN...
View Articlepunch clock in access with listview
hello everyone i need some help im trying to make a punch clock to save in access with listview i did some code to save it into richtextbox. the problem is that im trying to save it to access but i...
View ArticlePicture1.Picture vs Picture1.Image
I have a picture loaded into Picture1. I have Picture1.AutoSize = False. If I use the .Picture property when transfering the picture to another Picturebox using GDI+ I get get the full size of the...
View Articleblock internet access
Hello I want to block users from accessing my network and every time I had to remove restrictions.Please help me Thanks.
View Articlewhat is the logonserver and connectionproperties code for vb6 and crystal...
Hi. I am trying to open/view the crystal reports version 10 with visual basic 6 and mysql as database. I do not know what is the exact or proper code. What I have is the following:...
View ArticleHow to stop image flickering
Hello Please tell me what to do about stop image flickering in attach files. Thank you. Attached Files waves.zip (294.9 KB)
View ArticleIDE Addin menu's enabled during running?
Is there any way to have the menu's of an addin be enabled during running of an project? Now the addin menu is only available (as in Enabled) if you aren't running a project, but if you're debugging...
View ArticleAdding Icons to Popup Menu and Toolbar Button Menus
Hi Guys I am able to add icons to the main toolbar via GetMenu and hSubMenu = GetSubMenu(hMenu, 0) ret = SetMenuItemBitmaps(hSubMenu, 0, MF_BYPOSITION, iconMenus.ListImages("CARROT").Picture, 0) API...
View Articlevisual basic 6 webbrowser string replacement help
howdy all am jemma nice to meet you all this forum is awsome. i need help with something please i am kind of desperate right now Quote: <SPAN class=required>*</SPAN></LABEL> <INPUT...
View ArticleCreating Multiple Rows of Command Buttons at runtime
Okay, now I need some help.....I have been working on this for a full day...tried dozens of loops and ifs. Just CAN'T get the logic down. What I want is rows of command buttons on a form....maybe 25 or...
View Article