NiTrOuS Posted April 20, 2006 Share Posted April 20, 2006 Est-ce possible de transformer ceci: strComputer = "192.168.81.128" Set objWMIService = GetObject("winmgmts:{authentificationLevel=pktPrivacy}\\" & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * From IIsWebServer Where Name = " & "'test'") For Each objItem in colItems objItem.Start Next en VB.NET ? Si oui, comment ? Merci Link to comment Share on other sites More sharing options...
NiTrOuS Posted April 24, 2006 Author Share Posted April 24, 2006 UP ... (marre des up dans tous mes topics) Link to comment Share on other sites More sharing options...
Nitro-TecK Posted April 30, 2006 Share Posted April 30, 2006 A voir mais je crois que VB.net quand tu importe ton projet VB6 ou inferieur te remanie un peux tout sa. J'avais telecharger un fichier source pour mon programme qui devais surement etre pour VB6 et quand je l'ai importer VB.net m'avais fait la conversion automatique d'apres se qu'il m'affichais. Par contre si c'est juste pour une partie de code la je sais pas mais il y as plusieurs tutos sur le passage de VB à VB.net http://plasserre.developpez.com/v7-1.htm Et autre. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.