object for word doc in vb6 Programming Software Development by dev_kc … Then Set owordapp = CreateObject("Word.Applicatiion") Else Set owordapp = GetObject(, "Word.Applicatiion") If Err.Number <> 0… Set [COLOR="Red"]owordapp[/COLOR] = CreateObject("Word.Applicatiion") owordapp.Visible = True Set [COLOR="Red"]odoc… Microsoft Office Word like Help Documentation. Programming Software Development by Bile … I was about to document the help file of my applicatiion and I thought "How or what kind of controls… a clue on how to make it look like word applicatiion help form with just link of topics to help users… DataGridView Control Events Programming Software Development by Shameema B …. Now I want to know the code for the following applicatiion. "While clicking a row in the dataGridView, the corresponding… Re: Help in NetBeans!!! Programming Software Development by kubiak [QUOTE=sirlink99;1516644]We do not give out codes here. This site is for learning. Please show us what you have so far and we may decide to help you.[/QUOTE] I want to which kind of project and what type, when open create new project the netbean offer to you some java desktop applicatiion or start with the netbean module??? Re: No Value Given Error when Program installed on Different Comp Programming Software Development by Reverend Jim …. Microsoft has a walkthrough on how to deploy a windows applicatiion [here](http://msdn.microsoft.com/en-us/library/k3bb4tfd%28v… Re: Images in databases Community Center Geeks' Lounge by Reverend Jim … in a file structure you can access them through your applicatiion of choice. Having the files in a file structure allows… Re: Picturebox to open random image Programming Software Development by Reverend Jim … image file. fs.Close() This closes the connection between your applicatiion and the image file. As stated before, a logical place… Re: boot options (No gui boot) what is this ? Hardware and Software Microsoft Windows by Ittiandro …! There must be something in the Register or in the Applicatiion Data which kicks in the prompt. Malwarebytes suggest that I… Re: object for word doc in vb6 Programming Software Development by cguan_77 take a look at this thread.. [url]http://www.daniweb.com/forums/thread170857.html[/url] Re: Microsoft Office Word like Help Documentation. Programming Software Development by jhai_salvador how about writing it in basic html?.. Re: Microsoft Office Word like Help Documentation. Programming Software Development by Bile -->>Well if it does so I hope it 'll be helpful... -->>But the thing is I don't even have an idea of what is basic html unless you are... -->>refering to the hyper text markup language basics I am a lil' bit familiar with... -->>if not the one then what basic html is and How do I apply it in my application... -->>I … Re: DataGridView Control Events Programming Software Development by nick.crane Capture the DataGridView CellClick or CellDoubleClick events. In the event handler test the DataGridViewCellEventArgs RowIndex property. Using this fill the text boxes with the correct row data. Re: DataGridView Control Events Programming Software Development by Anirudhpannu try the selection_changed event of datagridview the concept of current cell would be applied in this..... Re: DataGridView Control Events Programming Software Development by nick.crane [QUOTE=Anirudhpannu;1627161]try the selection_changed event of datagridview the concept of current cell would be applied in this.....[/QUOTE] Thanks, for your input but did you notice that this thread is over 2 years old and the problem is probably solved by now!