11,868 Topics

Member Avatar for
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
448
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
946
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
111
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
174
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
374
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
250
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
156
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
93
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
120
Member Avatar for ramlisarip
Member Avatar for mhine.jhuniane
0
452
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
81
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
395
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
63
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
139
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
124
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
111
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
157
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
137
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
175

The End.