12,425 Topics
![]() | |
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? … | |
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 | |
[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: … | |
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 … | |
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 … | |
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; … | |
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, … | |
Hi friends, In VB.NET which is most popular visual C#,Visual Basic,Visual J#,Visual C++ Thanking you | |
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. | |
(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? | |
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 | |
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?? | |
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] … | |
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” … | |
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 … | |
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 … | |
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 … | |
[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] | |
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.. | |
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. | |
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 | |
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 | |
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 … | |
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? | |
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? | |
[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] | |
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 … | |
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 | |
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 … | |
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 … | |
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 | |
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 | |
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. … | |
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 … Information Security adobe apple audio cdn client-server file-stream flash http-protocol microsoft-access microsoft-office microsoft-windows multimedia open-source operating-system os-x software-architecture tcp-udp user-interface video video-card virus-malware visual-basic web-browser web-server window-manager windows-server windows-virus | |
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 … | |
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") … | |
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 … | |
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 … | |
Hi everyone, I have problem accessing directories with LONG names, I simply get 'Path not found' error. Is there any fix for that? | |
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 … | |
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() … | |
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). … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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. | |
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 … | |
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 … |
The End.