10,989 Topics
| |
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” … | |
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? | |
[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 | |
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 | |
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 |
The End.