11,868 Topics

Member Avatar for
Member Avatar for yuriythebest

Right basic question - I downloaded these source files, however there is no visual studio project file (sln) - how do I compile these in visual studio? [url]http://img146.imageshack.us/img146/5796/sourceu.jpg[/url]

Member Avatar for noey699
0
82
Member Avatar for dipankar_pr

Hi,All, I am try to develop a project where the back en database is MS access, front end is vb6 and connectivity establish by odbc. the database content multiple table. Frost table [COLOR="Green"]student[/COLOR] contain [COLOR="green"]roll, name[/COLOR] second table [COLOR="green"]marks[/COLOR] contain [COLOR="green"]roll, math, English[/COLOR] there is four text box namely txtRoll, …

Member Avatar for dipankar_pr
0
1K
Member Avatar for KSS

Hi guys, Here is my problem.. I have two computers with Win XP pro. The one has static IP and i want it to be used as a web server. I want to create a database such as Mysql and put it on the web server and using the application …

Member Avatar for vb5prgrmr
0
61
Member Avatar for subhaoviya

how this err.raise is working, when we are writing like Err.Raise Err.Number, Err.source, Err.Description what happends here? where the errors are get captured?, where to find the err num,source and description? thanks subha

Member Avatar for AndreRet
0
3K
Member Avatar for subhaoviya

Am referring one project for development, In that the class is sxposed as dll.. they implement one interface init. thet call interface function and creating 3 private functions in this classand make it get called from that interface function. is it possible to test this class alone? - help to …

Member Avatar for vb5prgrmr
0
100
Member Avatar for makybe

Conversion Problem Formatting QBASIC to VB6 I am having real problems converting PRINT Using statements in Quickbasic to Printer.print statements in VB6. Is there a good book which outlines the method of formatting numbers and/or text in VB6 as I am on a merry goround trying to decipher M/S explanations …

Member Avatar for makybe
0
352
Member Avatar for Galois77

Hello, I'm working on a project that involves making two dlls: one of them is in Borland C++ (file1-bc.dll), the other one is in Visual C++ (file2-vc.dll). Right now I'm prototyping and trying to make them as simple as possible and to see data being exchanged from one side to …

Member Avatar for Ancient Dragon
0
324
Member Avatar for neosonic

Hi All, I have big picture file (3508 x 4925) to be loaded into the picturebox. That picture is very detail, with the small writings all over it. I want to rescale into a A3 size which is around (1123 x 1590 pixel) to fit into my picturebox. I used …

Member Avatar for vb5prgrmr
0
321
Member Avatar for Anterko

Hello. I have a nested GridView inside of a DataList. I need to enable the paging control of the GridView, but I have no idea where to put the code for it to work. Also I would like to create a function which will do the following: when a user …

0
88
Member Avatar for Anterko

Hello. I have a nested GridView inside of a DataList. I need to enable the paging control of the GridView, but I have no idea where to put the code for it to work. Also I would like to create a function which will do the following: when a user …

0
83
Member Avatar for BC3

Ok, lets see if I can expain better, unfortunately I am somewhat of a beginner. I am using Microsoft office access 2007, using Microsoft Vista, and visual studio 2008. I am writting a program that uses a GUI to show and change a Access data base. When I first tried …

Member Avatar for BC3
0
162
Member Avatar for walmsles

Hi I have created my website in Visual Studios and it is connected to an Access database, i now need to create automatic email and login without being connected to a server... Any ideas how to create a login which is connected to the access database? Plus i need my …

0
71
Member Avatar for jackl007

Hi! I have a program that use a data base for save information about store products, all is OK, but the problem starts when i protect the DB with a password. I put the password in this way: [CODE]Usar una contraseña para cifrar una base de datos de Office Access …

Member Avatar for jackl007
0
148
Member Avatar for KSS

Hi.. i'm using a winsock control to transfer files between two computers which are in the same network..(LAN) and it works fine. Is there a way to transfer a file to another computer that it is not in my network? For example from my computer to a friend's computer.. Any …

Member Avatar for AndreRet
0
464
Member Avatar for zero_sequence

Hi to all, i am trying to set the logon data for crystal reports that i have created. in crystal report builder i manage to connect to mysql by the jdbc driver downloaded from the official site of mysql. [link=http://www.eakes.org/80/connecting-to-mysql-with-crystal-reports-xi/][/link] but i want to change the ip of the mysql …

0
94
Member Avatar for big_ch98

I keep getting that error when I open my form in which I have control that are dynamically created. ERROR 340: Control array element 0 doesn't exist

Member Avatar for billmaster
0
2K
Member Avatar for jamesweeks

How can a Visual Basic 6 program fit the screen. Is there a command for this and will it work for XP, Vista, and Windows 7

Member Avatar for AndreRet
0
117
Member Avatar for sowmyraj

Hii I am desigining one VB project like dis.. VB application to change the font of the textbox... use the controls list box for the fontname, check box for Effects , combo box for sixe, combo box for color, and option button for font style.... I have written the code …

Member Avatar for vb5prgrmr
0
1K
Member Avatar for abu taher

please check the attach file. here I don't understand the .mhf file. how it make or any alternative way to do this project. please any body help me.

Member Avatar for abu taher
0
185
Member Avatar for quicka_29

hello! is there any body to help me. i want to know the codes of converting number to words... pls help me to do it.

Member Avatar for dreemebird
0
298
Member Avatar for omkarwarekar
Member Avatar for prabooh

i want to connect an vb6 form with oracle9i so that i can insert update n delete ,what are all the ways i can connect to db , anyone help me with code , form one has four fields student name , id dept, year n college, if i click …

Member Avatar for jhai_salvador
0
86
Member Avatar for artikapri

I wanted to know if there is a function in visual studio C++ 2005, that is called on if your mouse hovers over something, and how to use it?

Member Avatar for Ancient Dragon
0
45
Member Avatar for aig3

I have created a form in which there are various values such as Name, Address, Date of Birth etc. The user is also allowed to select an image in a picture box. I want to insert these values along with the Image into database in appropriate columns. Any help is …

Member Avatar for fatihpiristine
0
406
Member Avatar for joefaries

If I am trying to select an item from listbox1 and an item from listbox2 that need to be converted to integers what do I do? I am having trouble understanding the selectItems.property

Member Avatar for kinwang2009
0
99
Member Avatar for jakariaal

Hi, plz help me.... I'm working in VB 6.0 with Access I have got a problem, Adodc1.RecordSource = "select * from marks where roll = 710028" 'It's working.... but Adodc1.RecordSource = "select * from marks where roll = troll.text" 'It's not working.... plz help me....

Member Avatar for vb5prgrmr
0
119
Member Avatar for JCDenton

Okay, guys, I've been at this for hours and what is surely a simply answer has eluded me! :P Here's my situation: It's a list of computer systems, basically, that the user can purchase. I need to read this file, line-by-line, into an array. Let's call this array csvline(). The …

Member Avatar for Chris147
0
2K
Member Avatar for timtalk

[B]Please help[/B]! I'm trying to write a visual basic program that makes selections on a webpage where I work. The problem that I'm having is that the webpage has several drop down selection boxes that the values in the second and third dropdowns change once the first dropdown is selected. …

Member Avatar for timtalk
0
133
Member Avatar for robblot

Hello All, At this time I am using VBScript to drive files thru a printer driver. Each file has to be ran at all the different preferences the drivers can offer. (papersize, dpi, simplex/duplex, etc.). I am developing a VB application and I want to drive the files with the …

Member Avatar for kvprajapati
0
111
Member Avatar for missconfused

hi... i am currently developing a reservation system which has a map locator using visual studio 2008.. the scenario was this, when the user click in any of the amenities available and a transaction was completed, the color would change. I was able to change it but if you check …

Member Avatar for missconfused
0
66

The End.