10,987 Topics

Member Avatar for
Member Avatar for BBC59

Hereafter is a macro (VB6) that converts 2 adjacent lowercase consonants into the 1st remaining in lowercase and the 2nd converted into uppercase. Well, so far so good, but the problem is that it works only when both consonants are the same, i.e. cc, ll, pp, ss, etc. become cC, …

Member Avatar for BBC59
0
201
Member Avatar for millanskie

Hi to all, Do anybody knows how to display the complete dialog of a printer properties, showing all tabs of a printer properties like when you are manually doing it on controlpanel>printer&fax... i wanted to show it that way... I have a program that can show the printer properties... here …

Member Avatar for ruifrazao
0
296
Member Avatar for lycoslocos

I had a form that requiring a Job Order Code, "the Job Order Code is just like number of transaction". We had 12 months in 1 year. I need to reset the starting Job Order Code in every month. For Example: January: In month of January I had 10 transaction, …

Member Avatar for choudhuryshouvi
0
67
Member Avatar for jaasaria

hi.. i tried to put picture on our system. in the employee form.. but i dont know the exact step on how. i have here a code for opening the picture.. but i dont know how to save it in my database together with the information of the employee... here …

Member Avatar for jaasaria
0
88
Member Avatar for rajeshkhanna_in

Hi all, I'm working in VB 6.0, when I try to put a component on my form for Crystal Reports XI, It gives me a error message (Unexpected Error) , error Number (35005). Can anybody help me? Thanks in advance Rajesh khanna

Member Avatar for rajeshkhanna_in
0
63
Member Avatar for karthi_krm

hi friends i have problem i want to store the firewall log file which in .txt format.i have read the txt file using visual basic and store the data in MS Access and also display the data in MSHFlecGrid at same time. plz some one can help with is problem.i …

Member Avatar for karthi_krm
0
20
Member Avatar for Mbt925

Hi my friend's. I have a usercontrol and a ScrollBar in it. this usercontrol can contained other controls. when i put a control in it , this new control place at front of the scrollbar. what i do that this new control place at back of the scrollbar?

0
63
Member Avatar for keynan_toht17
Member Avatar for dragonheart

i am using VB with access. i need to load the values of a particular field in a table to a listbox . i used the following coding in the Form_Load event. [COLOR="Green"]Set db = New Connection db.Open "PROVIDER=Microsoft.Jet.OLEDB.3.51;" & "data source= " & App.Path & "\test.mdb;" Set rs = …

Member Avatar for dragonheart
0
690
Member Avatar for pbosek

I open a excel workbook with a name given in a text box, say XXX. The vbp also allows the user to select multiple csv files. I need to open csv files one after the other, get some values and then close. How do i open files in new tab/spreadsheet …

0
74
Member Avatar for rajeshnrh74

Hi, my project is based on VB6 Activex Dll , Activex Exe and ASP 3.0 In Activex Dll I'm storing Session ID in one variable. How can I get the value (Session ID) stored in that variable in Activex Exe? My code is as follows: 1) VB6 Activex Dll Code: …

-1
68
Member Avatar for jaasaria

hi, i have a project here that can insert the picture in the database by binary. but the problem is to search it using the "find" this is the codes that i upload in the net... Dim sourceFile As Integer sourceFile = FreeFile Open fileName For Binary Access Read As …

Member Avatar for jaasaria
0
88
Member Avatar for regalla

I have one form and one text box and having access database behind with connection of databound control. i want to transfer values from form1 text box to another form2 which is having also text box and is having another table in access datbase. please any body can give reply …

Member Avatar for choudhuryshouvi
0
55
Member Avatar for quijote_mx

Hi! I developed an application that shows pictures in vb6 program. A pice of cake. I don´t want to deal with zooming and scrolling so I would like to sent it to the windows fax and picture viewer but I can´t find it. Any hint ... QuijoteMx

Member Avatar for choudhuryshouvi
0
136
Member Avatar for kv79

Hi all, I was learning about VBA 6.5 in excel ,so get Visual Basic 6 enterprise just to see can i do anything in that. So i get confused it is not same program like they do not look same . But they have some thing common .So i buy …

Member Avatar for kv79
0
137
Member Avatar for Robins Antony

I`m doing a project in VB to conduct a Quiz competition. I`ve succeeded in creating databases & tables using ADOX. The problem is how can I retrieve all table names from a database using ADOX? with regards Robins Antony.

Member Avatar for werks
0
102
Member Avatar for hawisme000

my prof told me to make my thesis system encrypt all that i save on it (on the add/save part of a file maintenance) ... thats all he said, ive seen something like this, but cnt remember... can any1 help me on making a program that when ever i save …

Member Avatar for Jx_Man
0
165
Member Avatar for pogosecure

Dear Sir , please help me to resolve the problem. 1. In VB Crystal report 4.6 . I have a group of account number as unique under the account number i am having 4 to 5 records each.. The records counter has to be restarted when the account number is …

0
39
Member Avatar for ITech

i want to create a login ... suppose there is a login table in ms access. containing the fields name and password... and in vb 6 i want to create a login form to type the name and password... if the typed name and password matches any of the record …

Member Avatar for choudhuryshouvi
0
54
Member Avatar for ayan.mukherjee

Dear Sir / Madam, Date : 12th February 2008 Hi, I am Ayan Mukherjee, a Programmer seeking for help. Please help me out. Software Specification : I have Windows 2000 Server with service pack 4, IIS version 5, IE 6 with service pack 6.1. Working Environment : I have to …

0
82
Member Avatar for mark0420

can anyone help to create a program that is school-friendly. and can anyone plz make me a project just simple program that can make me famous in our school plz

Member Avatar for technogeek_42
0
155
Member Avatar for guest11

hi all, Please can anybody help me. I want to make installable of my project. I already make an exe of that project and try to make installabel through Package and Deployment tool from VB menu. When I click on Package and Deployment option it ask for selecting exe i …

Member Avatar for werks
0
76
Member Avatar for pbosek

I get series of pop ups 'Permission Denied', 'Continue Loading Project' when i tried to open a vbp. I use a activex control created using MFC in this VBP. I am able to open and work with others vbps. I restarted the PC and still find the same. :( Pls …

Member Avatar for jaasaria
0
104
Member Avatar for lerkei

does anyone know how to randomize a frame, the whole frame including the textbox and labels in it...i tried a code but didn't work. i copied the frame and assigned it as index (#)...and also the textbox and labels...

Member Avatar for angelheart
0
79
Member Avatar for nschessnerd

Hey, Im modifying a program i wrote in vb2005 [express] in vb 2008. My computer runs vista 64bit and ive had problems with 2008 where the program wouldnt run on a xp x86 computer. I ended up having to write that program in c++. Has anyone had that problem before …

Member Avatar for nschessnerd
0
50
Member Avatar for Tekito

I'm trying get a form to pop-up in an excel sheet that awaits the user's input before resuming execution (basically like a message box, only more customized). I've done it before with Access but am having difficulty finding a similar option in VBExcel. If you just show a form the …

0
74
Member Avatar for si_bax

I have a problem with my access database, I have a table that has the column names (see below), and what I want to do is to change the columns into rows in chronological order with the first 7 columns staying the same, this would create a really large document. …

0
46
Member Avatar for yogesh_vb
Member Avatar for jireh
0
69
Member Avatar for technogeek_42

can anyone help me how to create or to make my program a self running and don.t not be open to run.

Member Avatar for technogeek_42
0
236
Member Avatar for jwryan

I have recently dug up an old application I created and I am trying to rewrite it in VB express 2008 but it is looking at the script as being completely foreign. I have created a button, and added a script which has some of the following: strComputer objWMIService It …

0
53

The End.