11,868 Topics

Member Avatar for
Member Avatar for subbudaita

I do not see the Application.Resource in app.xaml file in a windows store app.What could be the reason please?

0
178
Member Avatar for Skate Bart

I have a MSHFlexGird (fgdCompany) and a search command. When the user enters the search data into "txtSearch", the command should search for the data and show it to the user by : Highlighting the record in the MSHFlexGrid -OR- By bringing the row that contains the searched data to …

Member Avatar for Mamoundi
0
551
Member Avatar for yAjMeL

How to count data from field name .Fields("findings") and txtcount.text will hold the answer...Please help..I almost forgot to count data from database..Haha

0
79
Member Avatar for Khawar_1

sir i am using VB6.0 POS software, i want to know the source code of the software. Regards! Khawar

Member Avatar for Deep Modi
0
117
Member Avatar for silversurf

Hello everyone. Here is the code first Private Sub Grid1_Click() Dim i As Integer, j As Integer Grid2.Cols = Grid1.Cols Grid2.Rows = i + 1 C = Grid1.Row For j = 0 To Grid1.Cols - 1 Grid2.TextMatrix(i, j) = Grid1.TextMatrix(C, j) Next j i = i + 1 End Sub …

Member Avatar for mushtaqueahmed.chandio
0
968
Member Avatar for mushtaqueahmed.chandio

Dear friends i am making inventory management i have one problem when i have purchase product form its working successufully. other form is edit purchase order. when i click update it does not save. please any one can help me? here is code private cmdsave_click() Dim dd1 As Database Dim …

0
140
Member Avatar for Rameez_1

i am having a problem after saving the entire project. i have connected the database with Visual Basic forms using Adodc connectivity. when i close it and reopen it after a few hours to continue working the Adodc connectivity is lost and shows a blank box instead of Adodc box.

Member Avatar for Ancient Dragon
0
79
Member Avatar for alina.nazchowdhury

My program worked fine untill i changed it, cause i wanted to be able to see recently opened files in menu bar, after i finished it shows this error: Input past end of file, i do not understand what to do with it, somebody help please, I'll provide full code: …

Member Avatar for Minimalist
0
502
Member Avatar for lloydsbackyard
Member Avatar for parthiban.samy.3

hi guys, i am doing a project on vb, now the issues is i am not able to retrive the data from the textbox which in created during runtime. i created 5 textboxes in runtime, i enter the datas for each textbox, but i couldnt read the same. can anyone …

Member Avatar for Deep Modi
0
170
Member Avatar for Gulzar_1

I have a Project which is running on client side.i have to develop a program to delete some useless files from the project which is running on client side.so what we have to do? Should we go for exe,dll,batch,patch or ocx i am confused how it will work how it …

Member Avatar for Ewald Horn
0
96
Member Avatar for niksxon

I have changed a Document Mode to Internet explore 10 and the event is properly executed. what is the difference between those two?

0
53
Member Avatar for MARKAND911

I get an error message when i open an MVC project. The error is attached as screenshot. While the same project opens in another machine. Steps taken by me to solve the problem •Installed IIS •Given permisssion to "inetpub" folder •Uninstalled IIS and installed IIS Express •Opened Visual Studio as …

Member Avatar for Ewald Horn
0
187
Member Avatar for venomv1

*Program is attached as well, due to there being pictures of the ships that are required to get the full experience of the program* I am recreating battleship in Visual Basic 6, and I am almost complete. The one part that I am unable to complete, is matching an input …

Member Avatar for Minimalist
0
315
Member Avatar for Lethugs

Hi Is there a way a vb form structure the same as its backgroud picture? Its same with making the form invisible and let its background picture remain Im trying to make a program that when it runs, it displays like widget. thanks

Member Avatar for Deep Modi
0
263
Member Avatar for jjtheflash

I am not a programmer, nor do I pretend to be. I have slowly been taking in advice from videos I have been looking at through youtube to help with my advancement of knowledge in C#. I was looking for a way to combine a list box item to a …

Member Avatar for Cameronsmith63
0
199
Member Avatar for micca.jhai

greetings everyone!. I'm making Clinic system for my project. I just want to ask how to get the total quantity of the medicine and display it on textbox. I'm using using vb6 and adodc. Any help will be greatly appreciated.Thank you... Table name inventory fields: Medicinename StockQuantity

Member Avatar for Ferdielux
0
200
Member Avatar for missy_mi

Hello. i use this code to print my vb page form : PrintForm1.Print() But only half of the page from the form is printed. i tried using this , code : PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.CompatibleModeClientAreaOnly) Nothing is prinetd on the printed page. I got only a black page. What can i do …

Member Avatar for missy_mi
0
199
Member Avatar for thannu07

hy i m trying to do a smal vb.net project using sql server 2008 in vs2012,and i dont know how to use those database in my project for eg : using select/insert/update/delete queriesfor my controls(textbox,combobox datagrids etc..) please help me with detail how to connect database and use it in …

Member Avatar for Reverend Jim
0
185
Member Avatar for Athiyarath

Iv 10 Tables consisting of atleast 10 fields each in a single Database. Bt, Im only able to connect 1 table at a time to a form using an ADO Control. Im able to add data from table 'student' to textboxes in my form. Bt, hw can I add data …

Member Avatar for G_Waddell
0
255
Member Avatar for gibuh

i need to create a search button for my vb 6.0 to mysql database search that when data is entered in textbox1 (user id), then textbox2 (fname) and textbox3 (lname) feactes data

Member Avatar for ling_tj
0
69
Member Avatar for chase.lewis.3114

Teaching myself Hiragana. I've figured out how to type in Japanese using Microsoft IME so i'm getting the characters into the program (somewhat painfully since switching back and forth is a bit of a pain), but my issue is the console doesn't seem to support japanese. My ide (visual studio …

Member Avatar for KushMishra
0
205
Member Avatar for Marius_1

There is a new FaceBook page for Visual Basic 6.0 advanced source codes: https://www.facebook.com/MicrosoftVB

Member Avatar for Marius_1
0
151
Member Avatar for yAjMeL

Please help me..What is wrong with this syntax...there are 2 parts of error.. Private Sub class_initialize() DoEvents Set con = New ADODB.Connection With con .ConnectionString = "Driver=(MySQL ODBC 3.51 Driver);SERVER=localhost;PWD=;UID=root;PORT=3306;DATABASe=cvsur;" .CursorLocation = adUseClient .Open End With End Sub **.Open** was the error from this syntax..(Sytax Above) ______________________________________________________________ And another one …

Member Avatar for yAjMeL
0
177
Member Avatar for kcid108

Is it possible to create a program in VB 6.0 or VB.Net that diagnose a computer??? For example check any problems with hard disk or memory or any other peripherals... if it can be done. can somebody point me to the right direction on how can I do this??? thanks …

Member Avatar for kcid108
0
236
Member Avatar for Arm55

Hello everybody, I'm new in this forum. I don't know where to place this thread, because it's about VB6 and C, but I think the problem is in the C code so here I am. I'm working with C with no special focus, so the solution can be in C++ …

Member Avatar for Arm55
0
754
Member Avatar for markee

Why i can't see the data environment in vb 6? I tried to Project tab but i can't see the data environment then i tried Project > Reference but i can't see Microsoft data environment 1.0 then I tried to Add Component > Designer tab but i can't see the …

Member Avatar for mr.afridi
0
3K
Member Avatar for ismah

how to transfer data from excel to ms access database?? and how to retrieve data from ms access database using visual basic 6.0??anybody can help me..

Member Avatar for ling_tj
0
233
Member Avatar for syed rashid

Dear All, I have a listbox with various items like : Ali, Aslam, Akram, Jone, Mikle, Ebrahim etc. Now I have to select more than one items like : Jone, Aslam, Akram in a Textbox. Could anyone let me know the code. Rashid

Member Avatar for ling_tj
0
220
Member Avatar for ranjithattingal

The End.