16,916 Topics

Member Avatar for
Member Avatar for alan72

Does anyone have any code or links that shows how to interact with Web Pages with VB6? I'm trying to find button/image files (.gif, .jpeg) within the HTML and have VB send a command to press that button with code. I read a lot about Web Browser Control, but can't …

0
58
Member Avatar for aparnesh

I need to automatically and dynamically generate an organization tree. The Data comes from an Oracle Database, where the hierarchy is well defined. But I can't seem to find any good way of generating the Tree Structure. Using a tree-view won't work as there are some designations having 2 or …

Member Avatar for aparnesh
0
520
Member Avatar for dileep.t

Hi, can anyone help me, how to insert a sound(greeting) file in the vb code. that should respond when an event happens.i need to use diff sound files as per the if conditions. iam getting the code in many sites, but iam not able to get it clearly. regards, dileep.

Member Avatar for Ezzaral
0
31
Member Avatar for Bhoot

i am developing a project in vb 6 which deals with printing lots of forms and invoices - all containing user-filled details. The invoices have different structures - some are tabular (with irregularly placed columns, however) while some are plain text (letter-like). i am going to use MS Access for …

Member Avatar for Bhoot
0
148
Member Avatar for firoz.raj

Sir when i click on grid i got error memeber or data memebr not found and cursor goes on grd_leavecell() event Kindly help me i also send production_tabletest.mdb . Private Sub Grd_LeaveCell() Dim strOldValue As String On Error GoTo Grd_LeaveCell_Error If Grd.Col < GRID_COL_OFFSET Then GoTo Grd_LeaveCell_Done If FlexGridEditor.Visible Then …

0
219
Member Avatar for jaasaria

hi guyzz.... i wanted to make a report to show the item sold by its months. here my attachment.. plss see... how can i make this report using crytal report..? plsss help

0
51
Member Avatar for singoi

Hallo friends, need help for following problem. i have a form where i get the details of particular Combobox. Pic 2.jpg attached. here on right side i got few textboxes say txt1..txt2 .... txt7. on left side of this jpg i got the details of a particular project number. when …

Member Avatar for singoi
0
90
Member Avatar for firoz.raj
Member Avatar for aktharshaik
0
76
Member Avatar for 4ukh

I've a form like newform1 and a table newtbl1... in form I've a unbound checkbox "chkbx1" and in the newtbl1 i have a field name chk_stat which is a checkbox (yes/no) now i want to link this chkbx1 with the chk_stat. mean when i check/uncheck checkbox1 same thing happen in …

Member Avatar for aktharshaik
0
93
Member Avatar for wookinhung

Dear Sir(s) I currently have problems with VB6. My problem is: I want to link data in one form with another. For example: If someone inputs an information in a textbox in Form1, I want Form2 to be able to get the inputted information and process it. Thanks wookinhung

Member Avatar for wookinhung
0
93
Member Avatar for firoz.raj

Sir , when i remove distinct keyword it also hang find attachment also rs.Open " SELECT ITEM_CODE, PRODUCTNAME, UNIT FROM PARTDETAIL ORDER BY UCASE(LEFT(TRIM(ITEM_CODE),1)), VAL(MID(TRIM(ITEM_CODE),2,10)) ", con, adOpenDynamic, adLockOptimistic

Member Avatar for firoz.raj
0
239
Member Avatar for daveg8

One page on my website loads on all PCs but it doesn't load on most Macs...except for the newer ones at the Mac store. Is there something obvious wrong with my HTML or javascript below that a Mac wouldn't like? Sorry the code is so long, but I'm not sure …

Member Avatar for MidiMagic
0
286
Member Avatar for Beef_Log_FTL

I am going to be taking some Java classes in this upcoming semester at college. Since this is going to be my first Java language class I'm not sure what is really needed to create Java programs on my laptop. The professor has given us the link to the class …

Member Avatar for ~s.o.s~
0
117
Member Avatar for dotNetDummi

Hi all, I'm new to VB and I am doing a lottery program. I managed to produce 7 random numbers but I am stuck with the sorting. All I can think of is to use if statements to do comparsion, but that will be a long way to do it …

Member Avatar for cfrutos
0
129
Member Avatar for jacko168

Hi there, I pulling my hair out with a SQL statement I am using for a query in Access. I have a list box which pulls data from my table. I am using the list box to allow the user to select a record which will then be pulled up …

Member Avatar for jacko168
0
308
Member Avatar for todorakis13

Hello, my name is Todor. I need to make a scroll control ( using Visual Basic on Visul Studio 2005). This scroll control has to change its colour on scrolling. For example : if by default it is blue , on scrolling to become red , green.... et.c Please help …

0
68
Member Avatar for kaush
Member Avatar for firoz.raj

when i replace this line our computer hangs rs.Open " SELECT DISTINCT ITEM_CODE, PRODUCTNAME, UNIT FROM PARTDETAIL ORDER BY UCASE(LEFT(TRIM(ITEM_CODE),1)), VAL(MID(TRIM(ITEM_CODE),2,10)) ", con, adOpenDynamic, adLockOptimistic

Member Avatar for aktharshaik
0
210
Member Avatar for firoz.raj
Member Avatar for ryan311

can i anyone know how to solve a summation problem? in visual basic? using do while? or do until? here's my code x = val(text1.text) n = val(Text2.text) c = text3.text for example if the input of x is 3 & n is 2 therefor solving of that is like …

Member Avatar for aktharshaik
0
110
Member Avatar for ryan311

can anyone change this for next statement to do while statement? Dim x, n, i As Integer Dim Tot As Double x = Val(Text1.Text) n = Val(Text2.Text) If n <= 1 Or x < 0 Then MsgBox "Enter Proper Values", vbCritical Exit Sub End If Tot = 0 [B]For i …

Member Avatar for aktharshaik
0
83
Member Avatar for dinilkarun

hi, Through VB i want to set the first 3 rows of my excel sheet as HEADER so that those 3 rows will be common header for all the pages when i print them. Regards, Dinil

Member Avatar for aktharshaik
0
292
Member Avatar for todorakis13

Hello, my name is Todor. I need to make a scroll control ( using Visual Basic on Visul Studio 2005). This scroll control has to change its colour on scrolling. For example : if by default it is blue , on scrolling to become red , green.... et.c Please help …

Member Avatar for Teme64
0
72
Member Avatar for firoz.raj

In a msflexgrid control , i want to give the option to the user to select a single row or a group of rows from msflex grid control the if use clickon the product_id from first msflexgrid contrl1 since this grid contains complete list of product_id it selected record should …

Member Avatar for firoz.raj
0
154
Member Avatar for DrMcWheels

I would just like to introduce myself and say hello to all the friendly folks out their who, like me, love to spend all their free time in front of a monitor instead of enjoying the wonderful outdoors and sunshine. I'm an auto tech by trade and I speialize in …

Member Avatar for DrMcWheels
0
150
Member Avatar for dinilkarun

HI, Please help me in colourin the text frame with 2 different colours. With ppSlide1.Shapes(3) .TextFrame.TextRange.Text = "Wing PRR :Total Weight: " .TextFrame.TextRange.Font.Bold = True .TextFrame.TextRange.Font.Color = vbWhite .TextFrame.TextRange.Font.Size = 26 .TextFrame.TextRange.Font.Name = "Arial" End With "Wing PRR:" - in White colour "Total Weight" - Yellow colour Regards, Dinil

Member Avatar for QVeen72
0
467
Member Avatar for firoz.raj

In a msflexgrid control, i want to give the option to the user to select a single row or a group of rows if user click on product_id from fixed column . kindly let me know how should i solve this issue. some code i have written in form_load Private …

0
53
Member Avatar for firoz.raj

sir i want if user click in combo box corresponding value should come from pquery, mquery from access database. but i am not getting the result i have put some code in combo_click but when i click in text combo box to display the last value of product_id then i …

Member Avatar for firoz.raj
0
133
Member Avatar for windowpro

for last 3 days i m trying to reinstall Visual studio 6 in my PC, from my visual studio cd. but it showed an error message and that is [B]"unable to register C:\Program Files\Tools\VS-Ent98\Vanalyzr\VAIEC.DLL" [/B] i fixed this problem with the command [B]regsvr32.exe "C:\Program Files\Tools\VS-Ent98\Vanalyzr\VAIEC.exe"[/B] and the dll file was …

Member Avatar for windowpro
0
141
Member Avatar for ryan311

for example i input in my text1.text value of 3 and text2.text value of 2 3 ^ 1 + 3 ^ 2 - 3 ^ 0 + 3 ^ 1 + 3 ^ 2 + 3 ^ 3 the answer should -28

Member Avatar for Teme64
0
45
Member Avatar for haii

I want to import some records in a mySQL database into an Access database.The mySQL database is ina linux server. Can I do this using VB or other languages ? How ?

0
57
Member Avatar for smile4evr

HI ALL....all posts n posters in daniweb hv helped a lot alwayz...one more help needed...i want to know about datareports.... now i need my reports to be generated under different conditions...... it should be able to retrtieve da data as well as print if required! ive tried through many sites …

Member Avatar for smile4evr
0
128
Member Avatar for 4ukh

giving me error when compiler run the query i thing the only thing which is messing is the check box yes/no i don't know how to store the check box state into the table field... please find me the solution... thank you [CODE]Private Sub Chop_it_Click() Dim sql_val As String Dim …

Member Avatar for 4ukh
0
110
Member Avatar for nagatron

Hello to all, I have a SQL Manager 2007. I don't know how connect MySQL from VB6. Can you help me PLS.... Can you give me a complete process of connecting a sql database? here is the download link of the sql manager i use. [url]http://www.download.com/EMS-SQL-Manager-2007-Lite-for-MySQL/3000-10254_4-10439256.html[/url] pls help me. . …

Member Avatar for debasisdas
0
63
Member Avatar for firoz.raj

i want if user select in any product_id it should list in another Ms flex grid control . kindly help me. Private Sub Form_Load() MSFlexGrid1.FixedRows = 1 MSFlexGrid1.FillStyle = flexFillRepeat MSFlexGrid1.ColWidth(0) = 1000 MSFlexGrid1.ColWidth(1) = 3500 MSFlexGrid1.ColAlignment(0) = 4 MSFlexGrid1.ColAlignment(1) = 4 MSFlexGrid1.ColAlignment(2) = 4 MSFlexGrid1.Row = 1 MSFlexGrid1.Col = …

0
82
Member Avatar for Zermoth
Member Avatar for Zermoth
0
117
Member Avatar for jaasaria

hi guyzz... i have a problem in my combobox listindex searching. when i open my comp, the combobox working very well that when i type the first letter it automatically autocomplete the data in the combobox, but after an hour or restarting my pc.. it doesnt work any more... i …

Member Avatar for jaasaria
0
94
Member Avatar for ariesL

Hi Everyone, can someone help me on this, i cant figure out how to 'correctly sort' an already 'sorted' listbox in VB6, with alphanumeric items [LIST]listbox when the Sort property set to TRUE have these values[/LIST] [INDENT] data0 data1 data10 data19 data2 data22 data3 data31 [/INDENT] [LIST] i need to …

Member Avatar for ariesL
0
331
Member Avatar for Jaalenn

I'm new here and I am looking for a bit of help with a project I am working on. It is complete except for one function. I need help with coding a button to select and copy text in VB6. I have never done anything like this before and I …

Member Avatar for Jaalenn
0
82
Member Avatar for sowmyav

Hi , I have a VB program.I would like to convert the VB program to .exe file so that if i want to execute the vb program, I need to just double click on the .exe program.Hope this is clear. I am new to VB so will be good if …

Member Avatar for ryan311
0
106
Member Avatar for firoz.raj
Member Avatar for pardeep3dec

Hi friends, I am getting problem for running my programme setup. It gives error message whose jpeg format i attached with this thread. Please help Thank you Pardeep

Member Avatar for aktharshaik
0
95
Member Avatar for burakcayir

Hello, I need to know if i can get informations like vehicle speed or steering angle from CAN bus in a vehicle and set them as inputs to some functions in C++ with opencv. I think i need to read them from PCMCIA but i don't know how to access …

0
81
Member Avatar for locsin

Greetings I want to display system information using visual basic 6. Anybody can help me. It is similar to "Visual basic Help then About Microsoft Visual Basic then System info" Thank you in advance

Member Avatar for 4ukh
-1
119
Member Avatar for andy_aphale

hey frnds, i am planning to create a mini project for my colg project work. the idea is i am trying to create a anti-virus with the database of 100 virus but the problem is that i need a code to kill the process from the task mgr. because to …

Member Avatar for 4ukh
0
112
Member Avatar for nagatron

Hallo to all, I have a problem in connecting to MySQL Database on my VB Program. "Can't connect to MySQL Server on 'localhost' (10061)." This is the error I always receive, what seems to be the problem? can anyone help me?

Member Avatar for Teme64
0
81
Member Avatar for neovo-88

Hi everyone, I was wondering if anyone can help me. I got two forms I can send data from one form to the other one when I press the SEND button. I’m trying to get data from one form to the other when I press the ‘GET’ button, to get …

Member Avatar for aktharshaik
0
104
Member Avatar for mps727

Hi, I currently use two monitors and I think there would be a benefit in upgrading to 3. When I am developing in visual studio, I have the code on one screen, the debug tools on the other, and I want to have a third for the application itself to …

Member Avatar for mechbas
0
136
Member Avatar for yuleball

I am designing an editor program using rich text box in vb 6.0. I want to add a special box for entering verse or poems so that when I click a button, this box is placed at current position of cursor e-g if cursor is at line#3, the box is …

Member Avatar for QVeen72
0
106
Member Avatar for kinger29

I have a c++ application in microsoft visual studio. Is it possible to create a button on a dialog that will pop up the device manager window in windows so that the user can see all the different hardware connected to their computer? If so how?

Member Avatar for low_coder
0
92

The End.