12,425 Topics

Member Avatar for
Member Avatar for suneel kar

hello everyone and my old frnds is there any list of lib (like Microsoft ADO 2.5 lib)to be included in project refernces and components which we can add everywhere in vb 6 project which will work eveywhere except default ones. that is without lookin on to project requirement we should …

Member Avatar for suneel kar
0
112
Member Avatar for orion_nsk

Hello Everyone, I'm doing a Project for Touch Screen. I have Designed an ON SCREEN KEYBOARD. My Problem is that "How can i Enter Text through my On-Screen K/B????" For Example : Suppose User Click the Button "A" on "On-Screen K/B" Form then I want "A" to be typed in …

Member Avatar for orion_nsk
0
205
Member Avatar for vijayasanthi

Sir, This is Vijayasanthi.I'm using Visual basic 6.Now the problem is i can enter only 255 characters by using input box but i have to increase the maximum length or can i set the maximum length property as '0' for input box?kindly give any solution for this problem. Thanks and …

Member Avatar for iT_maN
0
110
Member Avatar for hanky

Hey can anyone there give me link to get a list of all the functions supported by VB6.0 like time and date,

Member Avatar for hanky
0
55
Member Avatar for shear

hey, i have project in my visual basic laboratory, but i'm just a newbie, so can anybody help me.. they say that its just a simple syntax, but it is not simple for me.. so please help me.. it goes like this, a quiz that has a radio button choices, …

Member Avatar for Prozeen
0
148
Member Avatar for eway2vicky

hi Frns ;-) i have a c#.net project .i am creaing the dll using this. the procss i am following: 1)tlbexp (to create typelib) tlbexp ComInteropExample.DLL /out:ComInteropExample.tlb 2)regasm regasm ComInteropExample.DLL /tlb: ComInteropExample.tlb after this i m taking the ref of the .tlb file in my vb project. i am not …

Member Avatar for Hamrick
0
80
Member Avatar for tgifgemini

Hello members I reading - Looping through a recordset (MS Access Query) that has 49 records. Note: the query is generate on the fly(dynamically). The processing is supposed to exit the loop at EOF but it keeps processing indefinitely (sort of an infinite loop). Does anybody know why this is …

Member Avatar for tgifgemini
0
248
Member Avatar for plusplus

How do I check if two dates(within same month) occur within the same week, week starting sunday. Already found the answer I used Datediff("ww",,)

0
60
Member Avatar for sTuPiD gUrL

my groupmates and i are making a project which are very ifficult for a begginer. in our project, we have some of the codes. the problem is when we run-start it.... and click the command button (which are factorial and fibonacci) the answers will not appear to the result text/label... …

Member Avatar for plusplus
0
119
Member Avatar for Probleminfinity

Hi, I have been trying to Copy a worksheet into another workbook and rename it using macro. But while running it Gives me an error: Run-time error '40036': Application-defined or object-defined error. Any help will be appreciated.

Member Avatar for Probleminfinity
0
1K
Member Avatar for orion_nsk

Hello Everyone, Can anyone tell me [B]"how to get the Name of the Control (Mainly for TextBoxes), Who is Setfocused" [/B]??? Thanks in Advance.

Member Avatar for orion_nsk
0
231
Member Avatar for tgifgemini

People, this is a wired one for me. I am executing my module and I am getting a compile error - "Loop without a Do" even though I do have a "Do". Below is my module: [code] ii = 5 ii = ii + 1 Do Until M.qBW.EOF xlWksht.Cells(ii, 1).Value …

Member Avatar for tgifgemini
0
508
Member Avatar for Prozeen

Hi there. I've got two forms (form1.frm and frmoptions.frm.) The first form contains a variable (multip = 2.) When I click on the first form let's say I want to see that variable in the second form's command button's caption. This doesn't work. All I get is a blank command …

Member Avatar for Prozeen
0
64
Member Avatar for tgifgemini

Hi Members, I am directly referring to you because you have firsthand idea of what I went through developing this little piece of vb apps. which produces an excel spreadsheet. However, the program is working perfectly okay, but when I make the spreadsheet visible or when I print the spreadsheet, …

Member Avatar for tgifgemini
0
102
Member Avatar for sixer_ch
Member Avatar for shahriar2403

I am getting the list items from a access database to a list box in my form. But it is showing the list items in a line for each items. As the list box is a narrow one, i cant see the whole line. How can i see the whole …

Member Avatar for QVeen72
0
75
Member Avatar for coco86

hi .... im having trouble about how to not save text file... 'i create a textfile like this ..' Set ts2 = fs.CreateTextFile(vtxt & "_" & Format(Date, "ddmmyy") & ".txt") vsmg = "my text" ts2.writeline (vsmg) 'call a notepad' Call Shell("notepad.exe " & (vtxt & "_" & Format(Date, "ddmmyy") & …

Member Avatar for QVeen72
0
130
Member Avatar for venkatramasamy

hi, i want to build an DLL,an timer need to be used in the class section,kindly help me to complete this task,i expects sample code for this -N.Venkat

0
47
Member Avatar for ClaireS

I am using visual basic to open multiple spreadsheets and copy rows of data into one spreadsheet. I have done this by using workbooks.open and then specifying the filename, however, I would like to open all spreadsheets in the folder without having to add the names of each as these …

Member Avatar for yadavrahul143
0
108
Member Avatar for plusplus

I have a main form and every once in a while another form is popped up, waiting for input from the user. I have a toolbar on my mainform. When that [B]other[/B] form is shown [B]while[/B] the user is in the sub of menubutton_click, then the program gets stuck, it …

Member Avatar for plusplus
0
236
Member Avatar for Jithan_palakkal

i have already created a dll library and a simple function in the library i want to call the funtion like an api function To call that function how i register the dll file in the registry ?

0
81
Member Avatar for anto_nee

please anyone giv me the sol MsgBox Mid$(txtFirst.Text, 0, 2) whts the prob with this line it displays "invalid procedure call or argument"" please help me

Member Avatar for anto_nee
0
72
Member Avatar for venomocity

First of all let me say I love this forum, everyone has been very nice and extremely helpful! Now to my question. I got help with a question like this before and the answer I got worked perfectly. However I have a new angle. I'm wanting to take and subtract …

Member Avatar for QVeen72
0
105
Member Avatar for plusplus

One of my forms (lets call it frmnew) is opened with vbmodal, since I want the user to finish with that form before continuing. When he presses cmdsave(a command button on frmnew) then while the program is executing that statement I want to show another form (frmsplash). It doesn't let …

Member Avatar for plusplus
0
98
Member Avatar for Elfshadow

My friend who is a VB6 programmer is doing a benchmark against C and the VB is running faster than the C but we know this isn't a reliable benchmark Could you look at our benchmarks and tell us any thing that might be causing this. MINGW [code] #include <stdio.h> …

Member Avatar for Ancient Dragon
0
276
Member Avatar for surfer_del

Help me to find good resources for win32 api converted to use in visual basic 6.0 like dan appleman's book it unavailable in market if some one has this book please send me <snipped email>

Member Avatar for Hamrick
0
40
Member Avatar for venomocity

Alright, I dont know if this can be done or not, but can you say, take either a caption or the text in a text box and add or subtract from what's in it, with a click of a button? Allow me to explain, lets say I have a text …

Member Avatar for kb.net
0
132
Member Avatar for manuson

Hi, I am writing a small app which has just one form with a few browsers in it. It works majorly something like tabbed browsing. Here is wat i am looking for. I need to insert a command button which minimizes the form when clicked. I also want to know …

Member Avatar for QVeen72
0
134
Member Avatar for guru511

hi, i need to provide a link for an attachment... i mean the user have to attach a file and the others can access that attachment... hw can i do that...

Member Avatar for QVeen72
0
58
Member Avatar for dillaonline
Member Avatar for vimalv

Hi all Now i am using MsFlexGrid1.textmatrix(1,1) to read values from the grid, is there any other efficient way to read data from MS flex grid..please give an idea

Member Avatar for QVeen72
0
80
Member Avatar for nishant.newton

Hi Friends.. I am trying to make a program through which i can read the references added in another VB Project. I will add the .vbp project file in my program and i want to know the references and activex components that have been added in this vbp project(The project …

0
78
Member Avatar for scudzilla

Anyone here know the code to view the cpu/ram usage at anytime? Yeah, I know its in the task manager but I want to create a small form and place it on my desktop.

Member Avatar for scudzilla
0
111
Member Avatar for venomocity

I'm trying to write a game for fun. I've been able to get some lines of code from other friends who have been able to help. But they couldn't help me with this. I'm trying to write the code to where, when you click on the button it should change …

Member Avatar for jireh
0
102
Member Avatar for mustoora

Hi there, I have a combo box that contains 10 names. For eg. I select John's name. It will retrieve his left250 value from Access database. It will then display as a label. I've managed to do this so far. However, when i add in a new name in the …

Member Avatar for mustoora
0
103
Member Avatar for tgifgemini

Good morning, I modified the code accordingly and got another "Run-Time error 1004 - Unable to set the RowHeight property of the range class" on the code below. Also, please look at the spreadsheet attachment. Is there any way I can get rid of the spacing(gap) that separates the line …

Member Avatar for kb.net
0
2K
Member Avatar for zsj

Hi , im working with ISA I/O card. previously i have only done communication through serial port and that was pretty simple using c++ as well as visual basic. now i hav no idea about how to communicate with this hardware throug ISA slot .for now i simply want to …

0
53
Member Avatar for vnseum

I want to have my own messenger . Can some one guide me towards any link or resource so that could develope my own Messenger.

0
55
Member Avatar for vicky.vignesh

i have some doubts to connect vb with databse.so anybody help me hw to connect this two.

Member Avatar for ryan_vietnow
0
312
Member Avatar for t_yalthis

Hi everyone, I'm using ADODB to connect to an access database and it is working perfectly. but I don't really know that it is going to work when more than one person tries to reach the database at the same time...is it possible? moreover, does everyone has to set up …

Member Avatar for t_yalthis
0
93
Member Avatar for t_yalthis

hi everyone I need to change the system clock and date's language to English. My program is going to show the date automatically in english in every computer that is installed in.. I tried to change the names of the months in to english but it did not work.. do …

Member Avatar for t_yalthis
0
95
Member Avatar for tbruggink

I am using a program developed in VB6 for about 4 years. It is only since recently, that I can no longer reorder Columns in the listviews and receive an error devision by zero. This error occurs not only on my computer (where Source-code is located), but also on computers, …

0
48
Member Avatar for plusplus

I'd like to add a color palette to my form, so that the user can choose a color. How can I add such a palette to my form(with all the colors vb offers)?

Member Avatar for plusplus
0
463
Member Avatar for coco86

hi.. I have a problem on opening 2 file ... as below is my code... I want to open 1 file let's say .Dat file and it will trigger the other .Hdr file. the only different is the extension name , 11U06P0434FN.dat and 11U06P0434FN.hdr .... anyone can help me .... …

Member Avatar for coco86
0
93
Member Avatar for nazhanis82

i am new to visual basic and i have a task to design a programme using visual basic for excel to import the raw data and sort it accordingly. i also have to decode that raw data into meaningful data. I hope I can get some guide to finished my …

Member Avatar for QVeen72
0
74
Member Avatar for atplerry

Hello, i am designing a website that i require a visitors of my website to download a script or packages from my web page how can i go about it

0
74
Member Avatar for venomocity

Alright, I have an MCSE and A+ education, but nothing is as confusing as script for VB. Well, I take that back it can be pretty simple but sometimes I just can't see the forrest for the trees. I'm trying to copy the data from a text box named creditbox …

Member Avatar for plusplus
0
140
Member Avatar for plusplus

I'm comparing a text box to a field in my database I want it to give back true only if upper\lower case match and not always when the words are the same. Can you help me?

Member Avatar for binoj_daniel
0
186
Member Avatar for nitin.sundar
Member Avatar for nyv19

Hi guys, Do you have any code to collect and send data from serial and ethernet port to V.B.2006? OR do you have any information to help me out to get that? I'll really appreciate your help. Best,

Member Avatar for binoj_daniel
0
93

The End.