10,987 Topics

Member Avatar for
Member Avatar for flashkarni

hello all, i have the following VB code which is expected to activate a storred procedure from SQL DB. for some reason i recieve a msg that the procedure does not recieve the inpute parameters. the code: [code] Sub Validate_Data() 'check if data is there: If Cells(5, 6) = "" …

Member Avatar for hkdani
0
369
Member Avatar for emaduddeen

Hi Everyone, There are so many controls, properties, etc in VB 2008 .NET it's mind boggling. I'm amazed at how much this product can do. Does anyone know of a VB 2008 .NET book that describes in simple language and shows sample code for all of those controls, properties, etc? …

Member Avatar for emaduddeen
0
151
Member Avatar for hinks

hi all I am creating a Visual basic gui which shows an databse which has been created by using the microsft access database feature within visual basic 6. here is the problem i am close to hanfing in my project when i try and use the .exe on another computer …

Member Avatar for kinwang2009
0
98
Member Avatar for needHelpVBA

Hi everybody, Again, your help is highly appreciated. I have to develop a tool in Excel (VBA). I have three different worksheets. The first two are information about products, sorted by product number. In the third one, there should be a tool, which needs to calculate with information from the …

Member Avatar for vb5prgrmr
0
88
Member Avatar for Devsof

I'm doing some development at school and i have to create an app as follows: Create a Digits of a number app that accepts a two-digit number and displays the digits separately. The instructions give the #32 and the picture of the app separates 3 and 2 in 2 different …

Member Avatar for kinwang2009
0
109
Member Avatar for Sandurz

I need help with some code for this. I've got the paddle working, but I can't figure out how to get the bricks to disappear. I've attemted to code it, but no matter how i try it it doesn't work. I'll give you my code so far. I reeealy hope …

Member Avatar for Sandurz
0
403
Member Avatar for igreenb

I am trying to have a Macro save an Excel 2007 spreadsheet as a PDF (I have the Save as PDF or XPS installed.) How can I get the file name to save as 2 cells concatenated? I am working with the following code so far. Any help greatly appreciated. …

Member Avatar for Ionelul
0
993
Member Avatar for neosonic

Hi All, I have 2 picturebox in vb6. Both of them has the same dimension and the slightly different picture. they are house plans, one for the ground floor and another one for the upper floor. I want to overlay them. But how can I do it? If I am …

Member Avatar for vb5prgrmr
0
432
Member Avatar for onlyonebui

Hello everyone! Please Give me some guidance if u have any idea. im doing a database using vb6 and access. im viewing my database data from access to vb using listview. each data in database have its own picture or image to display. in the form where i put the …

Member Avatar for tsmvasanth
0
209
Member Avatar for NewVBguy

Hi There, i am using the shell function to execute a program that will zip 10 big data files. so my code is something like this: for n = 1 to 10 t=shell(zip data(n)) 'not the real code ' somewhere here, i need a code to test if the data(n) …

Member Avatar for RodneyKocot
0
162
Member Avatar for flashkarni

hello all, i am new to VB. i am trying to execute SQL Stored procedures from a macro in excel. but i fail to do so. i managed to write a code that imports a table, but not to execute a SP or a function. heres my code: [code] Sub …

Member Avatar for vb5prgrmr
0
105
Member Avatar for crackerjacker

hello- I have searched all over but haven't found anything too helpful. what i want to do is make a program that, on startup or a timer, retrevies an rss feed, and puts the text in a text box. i have looked into getting the xml text and parsing it …

0
98
Member Avatar for asif_14443

I am using Data Reports throug Data Environment, and using Relational Database in MS Access.. I have prepared the query throuh SQL Builder(in data reports) and the query is running OK , but how can I pass parameter in this query to show the results on the data reports..... my …

Member Avatar for kvprajapati
0
232
Member Avatar for saquibaltaf

Hi, i am using VB6 and in my project using List View Control. The checkboxes property is setted true. Now i want to implement a functionality so that to remove only those entries/items cheked by user from the list. Can anybody tell me how to implement this. ANY CODE

Member Avatar for kvprajapati
1
2K
Member Avatar for tgifgemini

[B][/B] Good morning everyone, can anyone give me example of how to programatically copy an existing database to another location and rename the copied version - sort of a backup. I have a database name "DbProd" which is located on a server, and I want to copy this database to …

Member Avatar for kvprajapati
0
1K
Member Avatar for Dick_stgeorge

I would like to have VB code effect the same response as keying a sequence of keyboard keys. I.e., I want VB code to effect "ALT SHIFT 1" or a similar sequence. Is this possible?

Member Avatar for vb5prgrmr
0
65
Member Avatar for jemz

hello, please help me on my updatebutton..can you please help me how to use the update statement...i want to save the changes that i made in my textfield...hoping for your positive responds...thanks in advance [CODE]Private Sub cmdupdate_Click() sql = "Update * from merchandise_table where mch_no = '" & m_mchno & …

0
37
Member Avatar for kazersoft

Hi i use VB 6.0 i wantto write 2^4 in the textboxes or rich textboxes but not like that 2^4 i want like that picture i wantto write in textbox or richtextbox like that picture i wait your helps [url]http://akifaltundal.net/tur/images/stories/matematik_afisler/kucuk/matematik_afis_-2%5E4esitdegil(-2)%5E4_3508x2481_428kb.gif[/url]

Member Avatar for vb5prgrmr
0
80
Member Avatar for amby

i want to convert string into byte....this can be done in vb.net..can somebody help me in doing this in vb6.0..here the simple code.. Private Sub Form_Load() Dim str1 As String Dim i As Byte i = CByte(Val(str1)) Text1.Text = i End Sub but this code still not able to convert …

Member Avatar for boopathi33
0
309
Member Avatar for sidhu51

Hi, I have a very big vb6 project file with about 16 form modules, 3 class modules and 3 global modules. I want this to be converted into a exe file so that it could run in any system as a stand alone. I tried the make projectname.exe present in …

Member Avatar for sidhu51
0
340
Member Avatar for gms_019

hi! gud day! Here is my problem. Can you help me on how to make a monthly report?? im doing a Payment System of a school here in our place. as our Project. and can you help me on how to hide columns and rows of a datagrid also how …

Member Avatar for jireh
0
79
Member Avatar for benazirshafi

i need library system coding using vb[code]I need library sytem codings. can anyone help me out in this problem.[/code]

Member Avatar for abu taher
0
63
Member Avatar for Senefelder

Is there any way to change a VB6 program so that it is NOT stopped from automatically starting by User Account Control in Windows 7? It works fine now IF UAC is shut down, but not at all if it is not.

Member Avatar for Salem
0
912
Member Avatar for sidhu51

Hi, I have a very big vb6 project file with about 16 form modules, 3 class modules and 3 global modules. I want this to be converted into a exe file so that it could run in any system as a stand alone. I tried the make projectname.exe present in …

Member Avatar for Nick Evan
0
71
Member Avatar for jemz

hello please help me on this i don't know how to trap the duplicate id_no..example if i have already added this id_no H-1010..then if i input again it should prompt that id_no is already exist on your database..please help me on this..hoping for your positive responds ..thanks in advance

Member Avatar for jemz
0
144
Member Avatar for rockybtechit

hi...friends i am rocky doing my 2nd b.tech(it)in this i have to do a dbms project with ms access as front end and vb as back end i choosen student data base with name,regno,dob,address,marks,attendancepercentage please help with coadings 4 this..,

Member Avatar for AndreRet
1
119
Member Avatar for sirving

:sad: I have written a number of macros which work successfully, but 1 is giving me some trouble. At the start of the macro, I open another excel worksheet and copy data from sheet using [Range("A1", "G30").Copy], then paste using [Range("A2").Select], [ActiveCell.PasteSpecial] on current workbook. This pastes the data correct …

Member Avatar for geraldscm
1
1K
Member Avatar for NickBomb

Hello there! Recently, I tried deleting some symbolic links in VB, but it turns out their targets were wiped out as well. More specifically, I'm looking for a way to purge an entire directory from all the files/symlinks it contains, without doing anything to the targets. Any help is much …

Member Avatar for NickBomb
0
423
Member Avatar for neosonic

I got a textbox within the picturebox. I want to be able to rotate it. So all the writings inside it can be rotated as well. what is the best way to do it? thanks

Member Avatar for hkdani
0
84
Member Avatar for pluckon

I have tried a number of things. If I am copying from one folder to another on my computer it works fine. It is only when I try to put in a path to the web that it doesn't. I must need a different object to do this with but …

Member Avatar for vb5prgrmr
0
135

The End.