12,425 Topics

Member Avatar for
Member Avatar for Baz_Singh

Hi. I am very new to VBA and the task in hand is a tough one to start with. Basically I have requirement of code I can run using Active X in DTS to load data that sits in excel files in a certain folder location into an sql server …

Member Avatar for vb5prgrmr
0
138
Member Avatar for divinity

Hi Guys, [URL="http://softforgestudios.com"]http://softforgestudios.com[/URL] Short quote: "The XMenuForge Framework is an extremely powerful DirectX-based Graphical User Interface (GUI) development tool for modern games. A dedicated graphical designer (XMenuForge Designer) based on the XMenuForge Framework is used to design, create and save menu systems (both main-menu and in-game type menus), and this …

Member Avatar for divinity
0
92
Member Avatar for Plec

Hello, I'm writing a thesis and in order to interrogate the text have written a small programme in vba which allows me to run from a form boolean searches on the chapters which I've entered in an underlying table. The results are pasted to another table and can be viewed …

Member Avatar for AndreRet
0
112
Member Avatar for Papenpa

Iexplore.exe keeps running in the backround and making random popouts, it's really slowing down my computer, please help! D: [B]The logs :[/B] Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4052 Windows 6.0.6001 Service Pack 1 Internet Explorer 8.0.6001.18928 7/28/2010 10:16:58 PM mbam-log-2010-07-28 (22-16-58).txt Scan type: Full scan (C:\|) Objects scanned: 283758 …

Member Avatar for jholland1964
0
361
Member Avatar for Lovi Aggarwal

hi Lovi here..... I'm making a project on library management in vb. I have made the forms but I have a problem in coding. I want to do connectivity between the forms. Can anyone help me in this????? Thanks....

Member Avatar for AndreRet
0
147
Member Avatar for java_programmer

Hi, I am writing macro to copy an excel sheet to another excel sheet with some modification of the data. But I have some currency and numeric field in the source excel sheets, which I need to copy as it is in the target excel sheet. But when I copy …

Member Avatar for AndreRet
0
96
Member Avatar for ryan311

[CODE]If Option1.Value = True Then a = 3 End If If Option2.Value = True Then a = 2 End If If Option1.Value = True Then a = 1 End If If Option4.Value = True Then b = 3 ElseIf Option5.Value = True Then b = 2 Else b = 1 …

Member Avatar for labq5
0
182
Member Avatar for viruprateem

[CODE][/CODE]]Hello friends need a help in vb6 to handle third party party software using dll files or tell me how my dll files can attached to third party software while running

Member Avatar for AndreRet
0
89
Member Avatar for sophie_kiu
Member Avatar for AndreRet
0
122
Member Avatar for pritesh2010

hello everyone. i have a problem with MDI parent.in my project there is parent form and child form. in my MDi parent form i had created fix layout panel where i want to show the other child form . but i dot no how to call child form on that …

Member Avatar for labq5
0
1K
Member Avatar for DrPhil

I am having a problem with the SQL INSERT command in VB. I am trying in move data from one table to another. The problem is I am going from a table with duplicates to one with no duplicates. Since there are duplicates the SQL statement bombs. Here is the …

Member Avatar for ryan311
0
179
Member Avatar for abhinav_blue87

hi this is abhinav i am a newbie to this world ... i very urgently need a project on library management in vb...... is there any one who can help me in this ....... thanks

Member Avatar for AndreRet
0
170
Member Avatar for emsd123

Hello, everyone. I have generated a treeview loading from database, learned from a book. But I have no idea how can I save the view state of my treeview, I have tried the following code to do, through it, I can only keep expanding the first layer of treeview, but …

0
109
Member Avatar for Leesha

i'm a student of BSc IT. i have to submit my final year project but i've got no idea what i'm going to do. any idea on what i can do it?

Member Avatar for zebnoon
0
179
Member Avatar for jwelch

I'm fairly new to VB Scripting, i have written a vb script that will check to see if out look is open and it is not it will open it. i want to a some code in that script that will allow it to run every 5 minutes un till …

Member Avatar for AndreRet
0
150
Member Avatar for java_programmer

I am writing a macro, which will take an excel sheet as input, process the data and after processing the data, will create a new excel sheet with the processed data. In the input excel sheet, there will be some blank row, which I need to be ignored. But i …

Member Avatar for AndreRet
0
165
Member Avatar for edy_sze

Hey guys I'm trying to debug a program which gets values from a Sybase database and exports those data to a Excel Worksheet, all is fine but when there is a value '001' from the database the exported valued to the worksheet is a null character. That is strange so …

Member Avatar for AndreRet
0
133
Member Avatar for runnerme
Member Avatar for debasisdas
0
121
Member Avatar for mariko

Hello everyone! I want a program for creating games and I want to learn both the graphics and the coding aspects of it. This isn't a big deal, it'll only be for home use and entertainment, so I definitely don't want to spend money on it. I use Linux-Ubuntu. I …

Member Avatar for phonegames
0
168
Member Avatar for sampson

Back again with yet another problem. Friend stated her computer was acting quircky and had some pop ups. I ran MBA-M and it did come up with some issues. After deleting those I have not come up with any issues. But I am posting the logs so it can be …

Member Avatar for crunchie
0
264
Member Avatar for Jollyyy100

Hi, am working on my assignment, i wanted to know whether there could be a way in which if i click on sign in on my vb.net button, i could get a pop up or a dialog style message asking me for the username and password. Is there any way …

Member Avatar for Oxiegen
0
164
Member Avatar for Jollyyy100

Hi, i want to know if its possible to bring upon many pictures in a single picturebox and navigating it. So far i have done the coding but when i run the program i cant see the picture being displayed following are my codes, and please help if theres any …

0
92
Member Avatar for navingupta52

Hello everyone, I m Navin Gupta and i m doing a project where webcam is used to display all the customers details in any field....I want if a customer comes on the Desk then the webcam of PC will scan the persons face and will display his or her Details...my …

Member Avatar for vb5prgrmr
0
86
Member Avatar for Jollyyy100

Hi, would u please help me with the buttons i use on my vb.net forms. I want a way in which if i drag my mouse onto a particular button it would increase its size and if i click onto it, it can respond to the codes. May be like …

Member Avatar for Jollyyy100
0
176
Member Avatar for mrnervios

I want to upload a text file to a access database, but the string does not work. I guess the problem is with the quote marks or something of the sort. The string is as follows: rs.Open "SELECT * FROM [" & Me.Text1.Text & "] ", objConnection, adOpenStatic, adLockOptimistic, adCmdText …

Member Avatar for vb5prgrmr
0
189
Member Avatar for shweta102030

[CODE]Private Sub Command1_Click() Dim cn As ADODB.Connection Dim rs As ADODB.Recordset Set cn = New ADODB.Connection Set rs = New ADODB.Recordset On Error GoTo myerror cn.Provider = "Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Main.mdb;Persist Security Info=true;Password=123456789" cn.CursorLocation = adUseClient cn.Open rs.Open "SELECT * FROM BA_Data", cn, adOpenKeyset, adLockOptimistic, 0 MsgBox "Total …

Member Avatar for vb5prgrmr
0
212
Member Avatar for Tweed

First of all I know this has been asked several times before but I cannot get mine to work. Anyway, on the developer computer I have created a Class Library that contains COM classes. I have also created an Excel 2003 Addin that references the .tlb file that is created …

0
113
Member Avatar for edward50

how can i use notepad as my database and how can i search a list of data, compute numbers inside the notepad and how can i align some list of data in the textbox???

Member Avatar for AndreRet
0
246
Member Avatar for Bashir ahmad

[B] I use vb with Access. I have 2 tables table1 & table2 i create a data report showing the data from table1. My aim is to display the data from table2 on the same report in its next page(s). any kind of help, suggestions will be highly appreciated. with …

Member Avatar for AndreRet
0
438
Member Avatar for OsheRono

Hello, I have been trying to migrate some code I have written so I can use the advantages of Collection items in several forms I programmed in Access 2002. I was using an array list to collect information from a machine part and its resulting defect, then display a small …

Member Avatar for AndreRet
0
176
Member Avatar for shweta102030

i have developed simple system with ADODB connectivity n with some of components inserted like MS MaskedEdit control, or Crystal report control n then after installation of Windows 7 i tried to run some of my Program then my all other program run well with all components added but in …

Member Avatar for AndreRet
0
164
Member Avatar for leo1937ca

I am using w2k, vb6, VBOLock and access 2000. I created a program that at first ran OK in VB and the compiled EXE. Now when I compile and run the EXE, I get a run-time error '53' file not found. I have checked and rechecked the code for accuracy …

Member Avatar for AndreRet
0
207
Member Avatar for westwing

Can anyone help me with this program? Example: I have 100 images in one folder named "Photos". All the files are sequentially named. I have subfolders under the "Photos" folder. Can a program be written wherein I am prompted to enter the file names, (for e.g. 01.jpg, 02.jpg, 03.jpg....) and …

Member Avatar for AndreRet
0
214
Member Avatar for shweta102030

Hello plz any 1 tell me how to use ListView Control n how to set/work it to user side (as its respective file also needed there at same location) n how it can reflect after making program setup exe file n to insert it in my program ?

Member Avatar for kinwang2009
0
84
Member Avatar for fourty

Can VB be of any use in game development. I have a VB software and have been trying to know how to use it better I know someone knows better.Advice pliz..

Member Avatar for The Alchemist
0
105
Member Avatar for ThrasherK

I am new to programming but when I took my class on Visual Basic it seemed so easy and I learned it so fast. It seemed like a giant puzzle. Now I am taking a introduction course to C++ and I cannot seem to grasp the material at all. When …

Member Avatar for Fbody
0
677
Member Avatar for sophie_kiu

NEED HELP !! Is it possible to run a DTS package( which has been saved as VB file) on a remote computer which does not have the SQL server installed? If yes, could u pls tell me in detail? I have searched a lot of inofrmation on internet like registering …

Member Avatar for AndreRet
0
126
Member Avatar for leverin4

Is it possible to rewrite the following VB.NET code in VB6? [CODE]Dim Names(,) As String = New String(,) {{"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, {"UserName", "RealName"}, …

Member Avatar for leverin4
0
168
Member Avatar for coalminer17

I am updating an Access 97 DB w/ VBA code to Access 2007. The VBA code uses DAO objects that Access 2007 references when I converted the db files (first from 97 to 2002, then to 2007). My problem specifically is with the two references: "Microsoft DAO 3.6 Object Library" …

0
98
Member Avatar for java_programmer

Hi, I am writing a program in Excel Macro, where I need to create an array and then have to check wheather an element exists or not in that array. I have created the array as follows - Dim tmpArr(1 to 10) as Integer tmpArr = Array(2,4,6,8,10) Now, i can't …

Member Avatar for vb5prgrmr
0
168
Member Avatar for jenmhack

hi can you please help me with my project??? it is all about on making a map of the realty houses...and i dont have an idea to do it.. my teacher said..the concept is when you search the person his/her house will zoom in..please help me...

Member Avatar for vb5prgrmr
0
94
Member Avatar for KhairilSyahrin

is there a way to take data from msflexgrid and put it into a ready made excel file(meaning some boxes in excel is already filled)? And it is put into some specific place in the Excel template. Data from MSFlexGrid-->Excel Template. Thank you.

Member Avatar for AndreRet
0
135
Member Avatar for asweta

Hiiiiii. this is asweta here . can you suggest me topic for my project on VB . i am 3rd sem IT engg student

Member Avatar for AndreRet
-2
43
Member Avatar for TeBone

at a current project I was ask to provide a native access using Visual Basic and the Btrieve API. Since there isnt any actual sample at the website availabel ([url]www.pervasive.com[/url]) I thought posting it might help some of you. You can find sample code but almost all of them using …

0
250
Member Avatar for aparnesh

I am using a Data Environment to create a data report. The code is working fine in one app, but after I copy-pasted it to another app, it's giving problem. Both apps are similar and have same references and in same sequence This works fine (in App # 1) [code] …

Member Avatar for AndreRet
0
119
Member Avatar for tarungulati

Hi I am Tarun Gulati. I have lunch a new SMS Social Networking Site.I need some help every people.so please guide me.How can improve in my site feature.Please give me your suggestion. Thanks Tarun Gulati

Member Avatar for AndreRet
0
100
Member Avatar for revieperizh

You can found Source code, tips and trick vb6, tutorial vb6, control activex, library. Please visit to [url]http://vb6stuff.blogspot.com/[/url]

Member Avatar for Rexan
-1
2K
Member Avatar for virusisfound

Hi, I was comparing the features visual Basic & visual studio at that time i found that in VB provide the facility of message box. But in VS we don’t have the facility of input box. The input box is really very helpful if we want to take some input …

Member Avatar for virusisfound
0
709
Member Avatar for btbam006

Hey everyone, still pretty new to this site although I have used it many times to help me through problems i have had in the past. I am currently going to school for game programming and have been learning C++ the past few quarters. So far we have only worked …

Member Avatar for light766
0
115
Member Avatar for toomuchtodo

So, I've been getting some help from the community on some issues (mainly G_Waddle, thanks again!). I'm a VB6 rookie, and it's been a while since I even did coding with that. So, basically here is my VB6 snippet. It's very straight forward and easy to code in VB6, but …

Member Avatar for toomuchtodo
0
170

The End.