Click here to Skip to main content
15,914,074 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: creating Doclet Application for windows Pin
kimozz10-Jul-08 11:57
kimozz10-Jul-08 11:57 
Questiondatatable in Dataset nullexception Pin
sam128749-Jul-08 9:19
sam128749-Jul-08 9:19 
AnswerRe: datatable in Dataset nullexception Pin
Christian Graus9-Jul-08 15:41
protectorChristian Graus9-Jul-08 15:41 
GeneralRe: datatable in Dataset nullexception Pin
sam1287410-Jul-08 6:45
sam1287410-Jul-08 6:45 
Questionhow to deploy 3-tire architecture(Windows applicaion) Pin
chiranjeevi20079-Jul-08 3:10
chiranjeevi20079-Jul-08 3:10 
AnswerRe: how to deploy 3-tire architecture(Windows applicaion) Pin
Christian Graus9-Jul-08 8:12
protectorChristian Graus9-Jul-08 8:12 
GeneralRe: how to deploy 3-tire architecture(Windows applicaion) Pin
chiranjeevi20079-Jul-08 20:58
chiranjeevi20079-Jul-08 20:58 
QuestionHow to call windows application with parameters using javascript in mozilla Pin
Member 38720758-Jul-08 20:42
Member 38720758-Jul-08 20:42 
see the bellow code which i have

const url = "E:\\ThunderBirdApplication\\Application.exe" "%1"
var uri = Components .classes["@mozilla.org/network/simple-uri;1"] .getService(Components.interfaces.nsIURI)
uri.spec = url
Components .classes["@mozilla.org/uriloader/external-protocol-service;1"] .getService(Components.interfaces.nsIExternalProtocolService) .loadUrl(uri)

if it is correct the above code to pass parameter then, how to call those parameters from windows application(Application.exe)
AnswerRe: How to call windows application with parameters using javascript in mozilla Pin
Christian Graus9-Jul-08 7:42
protectorChristian Graus9-Jul-08 7:42 
QuestionEditing a record in DataGridView & updating the same in database Pin
aspnet2.developer8-Jul-08 18:08
aspnet2.developer8-Jul-08 18:08 
AnswerRe: Editing a record in DataGridView & updating the same in database Pin
John_Adams8-Jul-08 22:03
John_Adams8-Jul-08 22:03 
QuestionVideo encoding problem Pin
balaji_vbr8-Jul-08 5:58
balaji_vbr8-Jul-08 5:58 
AnswerRe: Video encoding problem Pin
Christian Graus8-Jul-08 6:05
protectorChristian Graus8-Jul-08 6:05 
QuestionDeleting Multiple checked rows from DataGridView with DataGridViewCheckboxColumn Pin
aspnet2.developer7-Jul-08 22:20
aspnet2.developer7-Jul-08 22:20 
AnswerRe: Deleting Multiple checked rows from DataGridView with DataGridViewCheckboxColumn Pin
Ashfield7-Jul-08 23:50
Ashfield7-Jul-08 23:50 
QuestionHow to close the parentwindow without closing child window in windows applications Pin
Member 38720757-Jul-08 20:50
Member 38720757-Jul-08 20:50 
AnswerRe: How to close the parentwindow without closing child window in windows applications Pin
N a v a n e e t h7-Jul-08 23:04
N a v a n e e t h7-Jul-08 23:04 
QuestionIntegrate desktop application with browser??? Pin
Technobizz7-Jul-08 17:53
Technobizz7-Jul-08 17:53 
AnswerRe: Integrate desktop application with browser??? Pin
N a v a n e e t h7-Jul-08 23:06
N a v a n e e t h7-Jul-08 23:06 
QuestionPopulating a treeview on bases of selected node Pin
sam128747-Jul-08 8:14
sam128747-Jul-08 8:14 
QuestionDatabound column doesn't see inherited interface properties Pin
Joby17-Jul-08 6:08
Joby17-Jul-08 6:08 
AnswerRe: Databound column doesn't see inherited interface properties Pin
darkelv7-Jul-08 6:18
darkelv7-Jul-08 6:18 
GeneralRe: Databound column doesn't see inherited interface properties Pin
Joby17-Jul-08 7:50
Joby17-Jul-08 7:50 
GeneralRe: Databound column doesn't see inherited interface properties Pin
Paul Fuller23-Jul-08 9:31
Paul Fuller23-Jul-08 9:31 
GeneralRe: Databound column doesn't see inherited interface properties Pin
Joby124-Jul-08 4:21
Joby124-Jul-08 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.