11,870 Topics

Member Avatar for
Member Avatar for sofrdk

Hi experts I have this code: [URL="http://www.sofr.dk/div/code001.txt"]CODE[/URL] and the userform: [URL="http://www.sofr.dk/div/userform.png"]USERFORM[/URL] I have added a new button "Shell invoices" to the form (OptionButton 13) I want to open the 3 zip files in a e-mail (attachments): Invoice_DK_RBA_...zip Invoice_DK_DO_...zip Invoice_DK_DART_...zip (after _(...) comes different dates every day) When file is opened, …

0
51
Member Avatar for samurai14

Hi..We do have a project in school using visual basi 6.0 named "Memory Game". I have started to do it however i cant finish it. I have attached the interface of the program. Click image to match in pairs Card will randomize each test Each match will give 10 points …

Member Avatar for killbill07
0
2K
Member Avatar for 07-0466

What driver do you need to connect vb.net to MySQL? How do I create a Data source to MySQL? ...am only getting the options for SQL and MS-database! Please help... am designing a reg system for a college! Thanx :-)

Member Avatar for JJCollins
0
450
Member Avatar for josefalarka

How to interpret VB6 string expression in textbox e.g. ((3*9)+3)-(8/2)and display the result in listbox, and then it determines the () open and close parenthesis, * + - / are operators, and 3 9 3 8 2 are operands.

Member Avatar for kb.net
0
96
Member Avatar for JBD2

Has anybody here made a progarm like VNC, or A remote access program? Because I'm trying to make one, and I was wondering if somebody had some code or something that I could work with. Thanks. JBD2

Member Avatar for McDedz
0
947
Member Avatar for deepika_rs

I have made a project in vb with oracle 9i at back end....its almost complete... however i can't code the previous button on d form... i used rs.moveprevious property but it generates an error... help!!!

Member Avatar for deepika.rs5
0
85
Member Avatar for Derice

Any1 know how 2 update data in a DataEnvironment? I tried to search throught the net but unable to get solution to my problem. Please guide me with some simply code. Thx in advance.

Member Avatar for rjohn18
0
112
Member Avatar for exception

i already post this topic in the programmingforums.org..a sister site of daniwebs. i think that this site is more populated.. i exploring deep programming, and i would like to have good start.. i want to determine the parts of this code, and how it works.. i think this is very …

Member Avatar for PoisonedHeart
0
177
Member Avatar for tgifgemini

Good morning everybody: I am attempting to populate a listview control on Form Load() and I get a Run-Time Error: 380 - Invalid property value. Below is the line to generates the error: [code]lvw.ListItems(lvw.ListItems.Count).SubItems(1) = OutlookAddressEntry.Address [/code] Below is alos my entire FormLoad module: [code] Private Sub Form_Load() Set OutlookApp …

Member Avatar for cschrishoo
0
473
Member Avatar for bokr66

Hi, I have a problem with an VB aplication programmed in Visual studio 2005. Recently i was upgraded my computer with windows XP to Windows 7 Ultimate (fresh instalation). After that I made reinstallation Visual studio 2005 and service pack 1 for Vista/win7. My problem now is when I run …

Member Avatar for bokr66
0
375
Member Avatar for amrahim

Hi, just try to create application using VB6 for my kids, but facing problem with image on how to save & retrieve it from MS access database. could you guys please share the code. TQ in advance.

Member Avatar for amrahim
0
2K
Member Avatar for jemz

hello sir can you help me sir what is the random access files?i want to learn that but i have no idea to make the code...please help me sir, hoping for your positive responds...thank you in advance...

Member Avatar for jemz
0
251
Member Avatar for bren1519

Hi, This is what I am trying to accomplish: If the value of a cell is zero in any of the cells in the range of C11-C25, then hide that row. The data is being populated with an embedded query and I also need the row to then unhide if …

0
45
Member Avatar for ftl25

Hi, I have the task of creating an export tool - where a list of files are gathered and zipped up and placed into a folder of the user's choosing. So far I have gathered a list of files and put them in a list box for the user to …

Member Avatar for ftl25
0
195
Member Avatar for Thamizh Bharat

Hi, I need a macro to refresh all workbook connections and then save and close the file. The connection information is present in .odc files. My problem is that the macro moves to the next step before the refresh is complete. I noticed that by default the 'Enable background refresh' …

Member Avatar for AndreRet
0
158
Member Avatar for phaiz3024

i am going to convert currency notes into coins in VBA. can any one help me to write codes. I am using userform with one label one text box and one command button. I want to write the codes under the command button. Can some one write the codes....

Member Avatar for AndreRet
0
94
Member Avatar for ata_tszx

Hi guys, i have a small problem... The coding works well but it have logic error, let say i have 5 reservation and the database will contain RSV001-RSV005. If i delete RSV002 from the database, and wanted to create a new reservation. The system will automatically will generate RSV005 although …

Member Avatar for AndreRet
0
121
Member Avatar for ramlisarip
Member Avatar for mhine.jhuniane
0
455
Member Avatar for marniel647

guys plss help me with this need urgent why i cannot delete row in database this my code [CODE]Try Dim dsql As String Dim connect As New OleDbConnection(conString) connect.Open() dsql = "DELETE " dsql = dsql & "FROM InventoryItem " dsql = dsql & "WHERE TransactionDate = '" & TransactionDateText.Value …

Member Avatar for lolafuertes
0
82
Member Avatar for BAEdwards

Please can someone tell me why when the listbox, PSFQueryResults, is populated it always draws it's data from the active worksheet and not Sheet2 (Sheet2 is the 'Code Name' for the sheet. The 'Tab Name' is Query)? I suspect I am missing something obvious. Many thanks in advance, Ben. [CODE] …

Member Avatar for AndreRet
0
396
Member Avatar for malipia
Member Avatar for Naveed_786
0
55
Member Avatar for deadelgabar

hi, im having a graduation project which i should make a windows mobile application using visual studio 2005, and really i dont know what topic can i choose and the doctor doesnt want to provide me with a topic,, so if anyone can help just with a topic, because it …

Member Avatar for rahulbatra
0
108
Member Avatar for chuckjessup

I have written two programs that need to use an exe.manifest file, when I attempt to run the either of the applications it says that it cannot start because the application configuration is incorrect. I will post below and hopefully someone knows what to do with it. [CODE] <?xml version="1.0" …

Member Avatar for chuckjessup
0
301
Member Avatar for ajdickson1208

I've been searching for a while but still don't know how to do this, please help The question: Use DTPicker(Component: MS Windows Common Controls-2 6.0) to select an invoice date and use an input box to enter the credit limit in days and finally display the due date(i.e. invoice date …

Member Avatar for AndreRet
0
39
Member Avatar for andrewjrmill

Hi, everyone how do i make a desktop on my form, i know i have to us a listbox but how do i save to the form and open files on it.

Member Avatar for AndreRet
0
64
Member Avatar for abelingaw

Ok, i have this form which contains a Datagrid control, i have fix the 1st problem i encountered which is how to connect it to my Dbase to display the content of one of my tables. Now my problem is, i cant delete records in my Dbase thru selecting it …

Member Avatar for AndreRet
0
141
Member Avatar for neti1987

hi! I'm looking for things which compile on visual-studio, but not in the gcc compiler in the C programming language (C++ it's ok too). I have to make list of such things. If someone could send me link to such list or send me some examples, it will be great! …

Member Avatar for Ancient Dragon
0
125
Member Avatar for Pacman21

Hey everyone.. I have two tables, newTable and newTable2, I am trying to append newTable into newTable2.. They both have the same column names so I thought it would be cake.. If possible I would like it to remove duplicates also.. The code I have is [CODE]CurrentDb.Execute "INSERT INTO newTable2 …

Member Avatar for kb.net
0
112
Member Avatar for ata_tszx

Hello all, i'm doing a reservation equipment system and almost finish with it except that i have problem with double booking. I have no clue where to start and how to start, i included along with my system for you guys to check.. Where should i put the coding at? …

Member Avatar for AndreRet
0
158
Member Avatar for NewVBguy

Hi There, I am trying to open a txt file with no header using vb6. my problem is that it's converting the first record as header. how can I solve this problem so that my first record will stay. Below is my code: [code]Private Sub ccommand1_Click() Dim cnn As New …

Member Avatar for peter_budo
0
138
Member Avatar for shena

Hi all, I have a vb program that opens a file(.btw) if the input matches the .btw file name. How do i prevent from opening another .btw file via input if there's already one file opened? Please help me experts out there. Thanks.

Member Avatar for AndreRet
0
124
Member Avatar for arjen

hello guys i need help is it possible to check if the customer input his complete name is valid or not? if yes how?

Member Avatar for JJCollins
0
176
Member Avatar for stevthym

Hi, I am trying to develop an application into VB6 and there where Reporting comes as a must :-) So I started using Data Reports. I try now to develop an invoice report and I have some probs. I have two tables (customers, invoices) and wish to use the invoices …

Member Avatar for AndreRet
0
112
Member Avatar for duggie

Hi, I have quite a bit of data processing to do and i would really appreciate some help to make it go faster. I have recorded a macro but I am having 2 problems with my coding. I have two spreadsheets open, Lets call them A and B. I want …

Member Avatar for AndreRet
0
111
Member Avatar for appnub

[URL="http://mbvb6.blogspot.com/"]http://mbvb6.blogspot.com/[/URL] click to download mysql to access converter in vb 6.0

1
66
Member Avatar for abelingaw

SOFTWARE: If i install a Payroll System made from VB6, would this be enough for its requirements..? [COLOR="Red"]SOFTWARE: Windows XP (Any Service Pack) MS Access 2003 or Higher HARDWARE: Hardware Requirements * 200 Mhz Processor * 128 Mb RAM or Higher * 100GB SATA (Serial Advanced Technology Attachment) Hard Drive …

Member Avatar for PoisonedHeart
0
1K
Member Avatar for pburk

VB6Query20071120.doc Hi VB6 I am trying to have 2 ACCESS databases open at the same time in order to populate the 2nd one with data from the first one. The problem is that it appears that I can only have one connection to a database at a time. Is this …

Member Avatar for geethasethu
0
500
Member Avatar for Lynchman

I'm attempting to run a simple VB script that opens an Excel 2007 spreadsheet, reads cell data and then echos it to the screen, however I get the following error: UpdateTitle.vbs(4, 1) (null): The server threw an exception Here is the code: Set objExcel = CreateObject("Excel.Application") objExcel.Visible = False objExcel.Workbooks.Open("C:\Temp\ADUserUpdates\ADUserUpdates\qryEmployee.xlsx") …

Member Avatar for cguan_77
0
1K
Member Avatar for sutanu_halder
Member Avatar for junjun61991

[COLOR="Green"]Function booklvwRec(str As String) Dim rs As New ADODB.Recordset catlvw.ListItems.Clear rs.Open str, connect, 2, 3[/COLOR] [COLOR="Red"](this section has an error, what is the error in this section) and the error state that: "[B][U]the connection cannot be used to perform this operation. it is either closed or invalid in this connection[/U][/B]"[/COLOR] …

Member Avatar for kinwang2009
0
58
Member Avatar for wenohnacecilia

How to connect vb6 to MS access? I'm only an student and I wanted to have more knowledge about producing new programs and systems to be a better system analyst. We are assigned to make a biometric system using vb6 connected to MS Access..Can you help me? We dont have …

Member Avatar for kinwang2009
0
68
Member Avatar for Orion2k

well first of all I ask u people don't try to give me advices like use QT instead that waste my time lot I want a direct answer how to do this cause this is really important C++ Module in my college has just started well the whole yesterday night …

Member Avatar for Ancient Dragon
-1
153
Member Avatar for tomo_uni

I was wondering how you would display the time in hour/minutes/seconds and then depending on what time of the day it is, it displays the relevant label e.g. Good morning, good afternoon etc thanks

Member Avatar for AndreRet
0
136
Member Avatar for peterman.k

Hello all, So I am a college student learning c++ (planning to major in computer science). Just my luck, the computer science department using visual studio for their entry level classes, which I have been using with no issues for the last year via a VM; I can access the …

0
160
Member Avatar for vidhya33
Member Avatar for AndreRet
0
59
Member Avatar for vidhya33

how to connect vb with oracle...?? Very urgent.. plssssssssssssssssssssssss..

Member Avatar for AndreRet
0
54
Member Avatar for vidhya33
Member Avatar for fourty

Hey pals anyone know : I need a code under a cmdhelp that 1. opens the windows help 2. Opens a file in the database containing help msg on the project. I also need to know how i could link a folder with my project or lets say a text …

Member Avatar for AndreRet
0
73
Member Avatar for vidhya33
Member Avatar for AndreRet
0
55
Member Avatar for ichwara

I am doing a project on hospital management system in vb6. i have a problem on how the program will be accessed by different users using a network and how to store data. someone help me

Member Avatar for AndreRet
0
78

The End.