12,425 Topics

Member Avatar for
Member Avatar for Duki

Hey everyone, I need a decompiler for a VB6 application. The software was written in 2002 by a former IT admin, and he didn't leave the source code. I've been able to use programs like VBdecompiler-Lite, but it looks like the only thing I can get is the native code? …

0
57
Member Avatar for 3250245

oh my god ! the teacher let me 2 do the hangman !! u know, it is difficult 2 my--a VB learner who can give me the code for hangman ! @_@ thx

Member Avatar for jonc
0
133
Member Avatar for Bhatti302

[code]Hello, I am creating a Internet Explorer. I am using a webbrowser and VBStatusbar. I want when website is loaded a VBprogressbar is show in the VBstatusbar. The value of the progressbar is increasing with the file downloaded. please tell me anyone about this metter. I am very very confiuse.:icon_redface: …

Member Avatar for Drycola
0
67
Member Avatar for newb666

hey y'all i just started messing with VB about 3 days ago i just created a countdown timer. it works as far as result goes but here's my prob. i created a command button, when i click on it, it shows me the correct countdown and all how can i …

Member Avatar for Drycola
0
446
Member Avatar for alski

Hi all. I have an unbound Infragistic SSdbgrid which I populated with names and student numbers sorted by name from a recordset. As the user typed a name from a search text box, the grid should automatically scroll and point its current row on the record matching the name with …

0
56
Member Avatar for alanliao09

I am currently using the ODBC class for c++ to connect and query a SQL database. I am calling a stored procedure within the database like so: [code=cplusplus] try{ myCon->Open(); OdbcCommand^ myCmd = gcnew OdbcCommand(MySP,myCon); //MySp is my store procedure and myCon is the SQL server connection string myCmd->Parameters->Add("xml",OdbcType::Char,200); myCmd->Parameters->default[0]->Direction=ParameterDirection::ReturnValue; …

0
59
Member Avatar for Sdr46

Recently some of our users have been having trouble using our VB program that gets data from a MS Access database. When checking those users PC's, we find that by going to MS Access on those machines, and the TOOLS > Macros > Security , the security level is medium, …

0
135
Member Avatar for pardeep3dec

Hi friends, In VB.NET which is most popular visual C#,Visual Basic,Visual J#,Visual C++ Thanking you

Member Avatar for Jx_Man
0
44
Member Avatar for AUGXIS

hi guys, i have manage to copy and paste files (excel, word, txt) in specified locations, but when i used it to copy exe files, the exe files are not being copied to specified locations.

Member Avatar for AUGXIS
0
90
Member Avatar for Gebby

(VB6) I want to place 20 columns by 20 rows of text boxes on a form. How do I program a 2 dimensional array of text boxes at run time?

Member Avatar for selvaganapathy
0
53
Member Avatar for dreamgirl

Hi, well can anyone guide me to a site or suggest me some ideas where i can get some interfaces done on vb for a learning package for kids up to 7 yrs old.. i just need some example of the interfaces only// Thx in advance

0
71
Member Avatar for Drycola

Hi, I need to know what is the advantage of classes as compared with normal modules?? and If I make an ActiveX with classes, should that let the code execute faster than if the same code is written within the form code??

Member Avatar for selvaganapathy
0
104
Member Avatar for aadebayo

Hello I am currently writing a program that generates an XML file. I am having some minor difficulty. I need it to look like below [code=xml]<?xml version="1.0"?> <?xml-stylesheet type='text/xml' href='test.xsl'?> <!--sample xml file created using XML DOM object.--> <GovTalkMessage xmlns="http://www.govtalk.gov.uk/CM/envelope"> <EnvelopeVersion>2.0</EnvelopeVersion> <Header><![CDATA[<some mark-up text>]]></Header> <node3> <subNode1/> <subNode2/> <subNode3/> </node3> </GovTalkMessage>[/code] …

0
150
Member Avatar for hanzi_ru

hi I need to create a report which can be produced according to the values given in the combo boxes For example: if I choose the location name as “Head Office” floorname as “1st floor”, utilization “all”– the report should only contain the records relevant to “head office” &”first floor” …

0
81
Member Avatar for kishor_darji

hi to all i am thinking to publish a list of alternate software for the help of developers for examples. uternate software of MACAFEE(Anti virus) is AVG. so what will be the alternate software for Visual basic 2005 dreamover photshop etc etc one can make list long it will help …

Member Avatar for StewartRoonie
0
81
Member Avatar for justvince

sorry no well wrote code snippet , but my problem is although an absolute novice with VB6, I have created , well a specialist calculating programme, it is only a glorified calculator but using a lot of trigonometry functions, on the PC I created it on it works 100%. The …

Member Avatar for justvince
0
95
Member Avatar for Drycola

Hi, I'm working on a communication system that uses sound to transfer data, the concept is to transfer data by using different sound frequencies. I could produce the exact frequency of sound by using DirectSound and everything is OK about it. My problem is: I can't find a way to …

0
80
Member Avatar for jinkylopezplan

[b]hi there guys, i'm a newbi. can you help me how to create a program that count a day&time. and when it reaches the date&time that you set, it will prompt a message and the color of the message will change into red. thank you.. =) [/b]

Member Avatar for selvaganapathy
0
27
Member Avatar for learnerbm

Hi, everybody. I wonder if i can use regular expressions in VB normal form for MAcros visual studio 2008? There are lots of samples abaout using Regular expressions for VB.NET but i couldn't find any sample cod for VB. I want to use it in MACRO environmetnt.Please Help..

0
43
Member Avatar for rawilson18

Hi, I am producing reports in excel with varying lengths of rows. I have created a macro to automate the formatting of these reports and now just need to set a border round populated cells only. Can someone please help me with the coding? Thanks.

0
50
Member Avatar for hanzi_ru

my data report does not provide the data that i need. instead it provides some integers. can someone please help. ive attached my programme herewith

0
82
Member Avatar for hanzi_ru

ive attached my programme herewith. the report doesn't function properly in the tab 2 i have put a command button which generates the report could you please help

Member Avatar for hanzi_ru
0
103
Member Avatar for nagatron

Hello to all masters. . .I would like to ask if it is possible to use edit function in database without primary key. Ex. I have a button edit, a two textfields that holds the name and age of a person. If I put 2 same names in the database …

Member Avatar for aparnesh
0
155
Member Avatar for ladyjade

I'm making a media player with visual basic 6 and im having trouble on adding the video feature(so that i can not only play the music but i can see the video with it) to the media player? could any1 help me?

Member Avatar for Yasith93
0
385
Member Avatar for Techier

Hey geeks. I am trying to develop a web browser like the one on [URL="http://www.syclosoft.com/"]SycloSoft[/URL]. Many people have told me to use Visual Basic, but I have no idea what that is. Can someone give me a download link or some more information?

Member Avatar for sciwizeh
0
112
Member Avatar for Bhatti302

[code] Hello to all Friends. I am using a Rich text box and i want to add URDU laguage Characters in the rich text box. tell me any one about this meter. i hope you help me. htanks [/code]

0
53
Member Avatar for Don Gino

Hey, I made a VB project which saves and loads data by writing and reading from an MS Access database. One problem is when i run the exe on a different computer i get the "Runtime Error 91 Object variable or width block not set " error. Now I am …

Member Avatar for Don Gino
0
157
Member Avatar for malog

I write an add-in for word 2000. It is a .dll writen in vb6. I need to intercept the keyboard keystrokes before Word. Any help would be appreciated. Malog

Member Avatar for malog
0
89
Member Avatar for DylanHsu

I've been through so many forum topics in the past 24 hours, all over the internet. Spybot S&D, etc. etc. etc.... except for I contracted a severe strain of this virus which does not even let me download .exe's! You've probably heard of XP Antivirus before. So I went on …

Member Avatar for jholland1964
0
275
Member Avatar for ahirmayur

Hello Guys, I am new to VB6 & Oracle too. I have one got one Project from my friend. He gave me some VB6 files & 2 SQL files for Oracle database. Now i want to know that how can i connect my VB files to database?? I am also …

Member Avatar for abu taher
0
309
Member Avatar for pardeep3dec

Hi friends, I am unable to see the records added (at the time of programme run) in Report. but when i restart the programme then it shows the added record. in other words my report unable to show records added at running time of programme. Please help

Member Avatar for dspnhn
0
61
Member Avatar for GloriaCampBell

I need help with creating a "booking system", i had already done some tables,and i need help with the coding part,especially concerning the relationships between the tables.Thankyou

Member Avatar for AUGXIS
0
89
Member Avatar for nesfrank

Hi there, I just started a course on school for data structures using c++. I program in C# and I have no issues with it hoeever a lot of statement in c++ are new to me. I understand the professor completely when he explains but I am lacking syntax etc. …

Member Avatar for henpecked1
0
146
Member Avatar for tcollins17

Hello, and thank you for any help that you provide. I am not sure what the problem is, but I will post all the information that the introduction thread says to provide. I would say that there is a virus/spyware infecting my explorer.exe file. Whenever I go on msn, and …

Member Avatar for tcollins17
0
2K
Member Avatar for TneOne

I'm trying to add data from an Excel 2003 worksheet to an Access 2003 table using Microsoft Visual Basic 6.5 (the one that comes with Excel/Office). I'm able to read data from the Access table using the following code that I got using the macro recorder: [CODE=visualbasic] With Worksheets("Pin Data").QueryTables.Add(Connection:="ODBC;DSN=MS …

0
87
Member Avatar for iamnoangel26

My programs is using MS Access as its database. If by chance I must use other database like foxpro, must I rewrite my entire program? Or I just need to do minor changes because I change database applications, like for example ("select * from msaccess" to "select * from foxpro") …

Member Avatar for iamnoangel26
0
103
Member Avatar for XC MTB

I have written some code that I would like to apply to 3000 csv spreadsheets. Do you know what code I would need to have before and after my code to open every csv file in a folder, apply my code and then save and close the file without converting …

Member Avatar for XC MTB
0
114
Member Avatar for dhanya_piit

hey ppl, i am creating tables at runtime but when the table with same name are created again i get an error that the table already exisits hw do i check wheter the table already exisits or not plz give me the syntax and am not creating database at runtime …

Member Avatar for aktharshaik
0
76
Member Avatar for Drycola

Hi everyone, I have problem accessing directories with LONG names, I simply get 'Path not found' error. Is there any fix for that?

Member Avatar for bushman_222
0
133
Member Avatar for pardeep3dec

Hi Friends, My problem is that whenever i generate datareport from programme it shows each element in sequence but when i goes on more than 6 page then it's sequence goes down in comparsion to the label on report. same problem occurs when i save the report in .html or …

Member Avatar for dspnhn
0
132
Member Avatar for hanzi_ru

i need to update new records to the database. i created a button and typed the below mentioned code But an error saying,"Current recordset does not support updating. this may be a limitation of the provider, or of the selected loc type" appears. Could you please help Private Sub Command3_Click() …

Member Avatar for aktharshaik
0
2K
Member Avatar for grinder182533

Can anyone help me with a Crystal XI issue ? My report access an SP, and has detail sections A to G. The exact number of lines I print through to section E is constant. Sections F & G can return a variable number of lines. ( zero to many). …

0
40
Member Avatar for habibpld

Hi, I have a problem with printing the report, I am using a dotmatrix printer. when ever i am printing the printer feed the paper up to A4 size even the content is two or three line. [COLOR="Red"][B]I want the paper to stop immediatly after the printing[/B][/COLOR] so that it …

Member Avatar for aktharshaik
0
91
Member Avatar for Doobie1

Hello, I am working on a VB script to delete files from the OLK directories on my Citrix server. I am new with VBS and I need to know how to use the below command line in a VB script. c:\del "C:\Documents and Settings\%Username%\Local Settings\Temporary Internet Files\OLK*" Can someone help …

Member Avatar for aktharshaik
0
58
Member Avatar for pardeep3dec

Hi Friends, My problem is that when i save my report in .txt or .html format. It's format not same as report in programme. Mostly values goes down from there position. For reference i am attaching my report .txt file. Please help Thanking you

Member Avatar for aktharshaik
0
97
Member Avatar for Lil' Tripsturr

Gday i already asked for help in the vb.net forum,im new so im guessing i was in the wrong forum as i didnt receive much help.ive posted all the original text from the thread below. G day ,im a parent from Australia. My child is 7 turning 8 and i …

Member Avatar for aktharshaik
0
3K
Member Avatar for pardeep3dec

Hi Friends, I have a Access table with [B]S.No.,Name,Department,Status [/B]fields and some data attached with this mail. when i used query [B]"select * from emp where status='Yes';"[/B] and when i put textboxes named [B]s.no.[/B] of command button of dataenvironment->connection1 then it always give there correspondence value i.e. only that record …

Member Avatar for aktharshaik
0
268
Member Avatar for abu taher

I saw a project where was a (like) combo box. when it was click a mini calendar show and today date is marked with a red oval. Please tell me how i make it.

Member Avatar for aktharshaik
0
129
Member Avatar for wrappingduke

Hello, Attempting to use vb6 to call CeRapiInvoke to execute a process on a WM device. However, I'm having some difficulty invoking this function. The desktop (VB6) application used to call CeRapiInvoke unconditionally terminates when attempting to run the process in Block mode. I'm using passing the parameter IRAPIStream a …

0
71
Member Avatar for wouldbe

HI EVERYONE CAN SOMMEONE HELP ME PLEASE I'M STRUGGLING WITH THIS CODE TO SEARCH THROUGH MY DATABASE IN ACCESS BUT WHEN I TRY TO RUN IT DISPLAY A MESSAGE "OBJECT REQUIRED " WHAT CAN I DO? Private Sub cmdSearch_Click() Dim Searchit As String, Founder As Boolean Searchit = UCase(InputBox("Enter Item …

Member Avatar for aktharshaik
0
321

The End.