No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: hi friend, 1. in project menu>refferences> select .. microsoft word 9.0 object library Private Sub Command1_Click() Dim objWord As Word.Application ' this would be faster with a "with objWord" but for clarity I use the explicit Set objWord = New Word.Application objWord.Visible = True objWord.Documents.Open "c:\sql performance tips.doc", , , … | |
Re: hi, 1. in vb dlls are created with application type ActiveX dll. (select as new project -->open it) 2. u will get one class window opened. 3. u can write code in this window. 4. in project menu-->refferences add refference to COM+ Serviece Type library. 5. for using with ADO. … | |
Re: hi, if r not seriour about graphics in vb. go for vb.net. u can find in mdsn help. search with keyword circle,line,shape. like that. but, i am very much intrested in graphics programing but, vb not supporting very much. all the best | |
Re: hi, if u need exact requirement. discribe ur project. is ur project, database project or some other? is access back end or oracle. ? r u going to use ados or some other? as ur new better go for some concepts like 1.general controls(textbox,combobox,listbox,lable,timer and grids(mshflexigrid), if required treeview,listview,menubar, toolbar,status … | |
Hi friends, i have 2 issues 1. how can we write code from text file to vb6.0 form/module/class code window programatically. 2. how can i replace Existing IIF in MS acces query with equalent SQLSERVER QUERY. First 1 : present senario: i am preparing with one TOOL so, that we … | |
pls, any one can send the doc. which can help me to write ansi sql queries which are equalent to my existing ms access quiries. senario: i have program developed in VB6.0 AND MS ACCESS. now i want to support my program MS ACCESS as well as SQL SERVER. IS … |
The End.