10,987 Topics

Member Avatar for
Member Avatar for Ravinx25

can i use animated gif instead of bitmap images on the background of my forms? or can i post animated gif on my forms? can anyone tell me how this can be done? need your response thnx in advance.

Member Avatar for Ravinx25
0
51
Member Avatar for neerajpareek

I, i am beginner in VB programming. I am developing a software using Vb as front end & database in foxpro. Can anybody help me to connect entered text in textboxes to database. How it is saved in database & retrieval. I am using DAO tool. Neeraj Pareek

Member Avatar for abhishek_jammu
0
161
Member Avatar for realone

pls can anybody help with how to insert a bracket into a string after the count of 3 characters in vb6

Member Avatar for debasisdas
0
75
Member Avatar for jhaycutexp

hi there, i'm working on something that requires images i have solved how to save the images in the method of uploading.. i researched on how to access a webcam and thats solved... my problem is capturing the image... on the webcam window... i would like to just capture the …

Member Avatar for debasisdas
0
70
Member Avatar for kigams

Hi everyone. I am a student at University of Eastern Africa, Baraton. I'm majoring in Mathematics and Minoring in Computer Science. I have been given a project to develop in Visual Basic and I am like, I have no idea of how to begin or how to do that question. …

Member Avatar for debasisdas
0
79
Member Avatar for realone

Pls i want to generate two report from my database one for duplicate of record based on thumbprint the other for original thumbprint using VB6 and sql server.I need the code.I will appreciate your help. i mean i want to track duplicate of thumbprint in one table and distinct of …

Member Avatar for debasisdas
0
89
Member Avatar for amass

i want to use Crystal reports to generate my reports. how can i connect to the server. i am using SQL server as my database with vb6

Member Avatar for choudhuryshouvi
0
228
Member Avatar for depash

I have developped a program using vb6 used by a college to store students scores in diferent courses. My problem is that i want to create a button users can use to search for a specific record using the students admission number. I do not have much knowlegde in finding …

Member Avatar for QVeen72
0
79
Member Avatar for mgorecki

Hello, I'm trying to open an existing Excel file, and read in some cells. When I run the program to test, it gives me "Compile error: Variable not defined." when it gets to the line: "Set ExcelWS = " (in red). ExcelWB is defined, but not ExcelWS. I followed examples …

0
72
Member Avatar for saurabh.verma

Hi, i am creating an application. i have menu strip which some items such as notepad, internet explorer, etc. here is the code how i startup notepad [ICODE]Private Sub Notepadmenuitem_Click()Handles menuitem2.click Shell("Notepad.exe",Windostate.normal) End Sub[/ICODE] the probem is that when i click on the item it would open it but my …

0
57
Member Avatar for Tekito

I'm writing an app in VB with an excel worksheet. At one point I need to solve a set of equations that are not explicit, so I need a numerical solver program. Excel's Solver is supposedly designed for this purpose; however my past experience is that it is very fickle …

Member Avatar for Tekito
0
77
Member Avatar for morash

i was working on a data grid(visual basic) but i could not edit anything from the database. can it be done.help

Member Avatar for Jx_Man
0
36
Member Avatar for lisheen

Hi All, Back again looking for some help and guidance, I have a recordset and I want to loop through this recordset until I find the field with the highest date. I am have a basic knowledge of how it should work but I have no idea what way to …

Member Avatar for lisheen
0
110
Member Avatar for dinilkarun
Member Avatar for Jx_Man
0
63
Member Avatar for Morodin

Hiya, I'm looking for the control that is in Internet Explorer, Tools...Options...Advanced tab. It's class name is SysTreeView32. I have looked everywhere for this control or something similar but no joy. Any help is much appreciated. Gray

Member Avatar for QVeen72
0
57
Member Avatar for dominiopt

Hi list, After creating a rs with UNION ALL two tables it's possible know record by record the original table source (using any extra SQL feature or something else) SQL = "SELECT * FROM tabA UNION ALL SELECT * FROM tabB ORDER BY field" Set rs = db.OpenRecordset(SQL) Thanks Fernando

Member Avatar for QVeen72
0
92
Member Avatar for saurabh.verma

hi, i have a problem with my form so i have a form with windowstate = maximized now there is a button in that form that if i click on, a new form will be opened. so the problem is that if the new form has been opened and i …

Member Avatar for saurabh.verma
0
75
Member Avatar for mgorecki

Hello, I'm a newbie at VB and am trying to get some help with a process. My code will check an Excel file for dates and store them in a number of variables. Then I want to be able to compare those dates to the current date. I was thinking …

Member Avatar for selvaganapathy
0
88
Member Avatar for dinilkarun

Can anybody give me the code to extract files from a zip file to a specified location using VB6.0

0
65
Member Avatar for Sliders

I am usually not keen for asking for help in these kind of situations but I am really stumped when it comes to this, all I really need is a good step in the right direction and I should be (hopefully) fine. I am currently writing an airplane seating program …

Member Avatar for QVeen72
0
110
Member Avatar for tekrum

Does anyone knows how to make datasource location of a report fixed like in VB you can use app.path. Can anyone suggest how to do it? Thanks in advance!

Member Avatar for freshface001
0
81
Member Avatar for freshface001
Member Avatar for bk_kiran_kumar

hai, I've written a client side code for creating virtual channels in remote desktop protocol. How to write the server side code? I need a COM object or a standard application. Thank you. bk_kiran_kumar

Member Avatar for omveer256426
0
125
Member Avatar for Vermahardeep
Member Avatar for selvaganapathy
0
46
Member Avatar for Sliders

What I want to do is when a user selects a radio button on a 2nd form, it will correspond with the first form. Example . . . . . . . . . . . . Say I want to change the last column and the last rows number …

0
55
Member Avatar for dbdork

I have created a db in access and an access report which I need to open from a form in visual basic. My vb form contains: 2 calendar controls: I would like the user to be able to select a date range to query for the report. 2 list boxes: …

0
55
Member Avatar for gty103

For the final project of the year i need to create a digital image processor that removes the noise and increase the contrast in a digital image. Here are the requirements for the project: Program Requirements Input data: The values for the two-dimensional array will come from a file (rawimage.txt) …

Member Avatar for Jx_Man
0
101
Member Avatar for Rups``

Hi I am trying to display a table from Access in a Flexgrid. For some reason, the flexgrid only displays the first record from the table and doesnot show any other record! Can someone please help!! Here's the code: Set cmd.ActiveConnection = conn cmd.CommandText = "SELECT WFJob,JobTitle,FLSA FROM Delte where …

Member Avatar for Rups``
0
530
Member Avatar for uniquestar

Hi, I am using the Microsoft ADO Data Control 6.0 and connectiong to my database using Microsoft Jet 4.0. My fields are being outputted into labels. I have a tex box called text1 and a command button called cmdsearch I wand to be able to search through my database and …

Member Avatar for hell_tej
0
1K
Member Avatar for hell_tej

Hi, I m new member of 'daniweb' i m a student of BCA 5 in india i m intrested in VB,Oracle,JAVA,Networking so Please help me.... I m creating a project like mobile company! i have problem to create table in ORACLE 9i using VB6. I have some problem to give …

Member Avatar for hell_tej
0
85

The End.