Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for StephenHancox

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", , , …

Member Avatar for peter_budo
0
4K
Member Avatar for snostar

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. …

Member Avatar for eladkarako
0
2K
Member Avatar for jeiahonz

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

Member Avatar for dawit
0
244
Member Avatar for stackOverflow

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 …

Member Avatar for sendoshin
0
151
Member Avatar for srikanthvja

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 …

Member Avatar for jtymo
0
143
Member Avatar for srikanthvja

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 …

0
80

The End.