Search results for query: *

  • Users: Errods
  • Content: Threads
  • Order by date
  1. E

    Question Run Policy-Snapshots

    Hi, Can a Snapshot of a policy be created and run from vb.net........ If yes please provide some example.....
  2. E

    Question Reload Registry

    Hi All, Is there any way the new values added in Registry loaded other than Killing & Restating Shell (i.e. Explorer.exe) or Restarting the OS...... Can WMI used......... Is there any better way..........
  3. E

    Question Change Workgroup Using WMI

    Hi, Is there any way i could change my current workgroup without rebooting my Machine........ Can this be done using WMI event......... Or is there any other way to prevent reboots after changing the Current Workgroup.........
  4. E

    Question Number Format??????

    Hi All, I have a listview where the data retirved fom a DB is displaed to the user arranged as Rows and Coloums. I want an integer value such as 10 or 289 to be shown with 2 decimal points i.e. 10.00 or 289.00 how do i achive this...........
  5. E

    Synchronies Database....

    Hi, I need to design a application which will be using a Remote Database but will also maintain a Local Copy of the database..... How can i maintain a Local Copy..... Is there any Query which compares and Syncs 2 databases....... Or i need to copy the database from the remote system to the...
  6. E

    Sedna Database

    Hi, While browsing the Net jus found out a new Database called Sedna. Which is something like a XML database..... ????????:confused::confused::confused::confused: Have you guys used it with VB or C# .net. Please can you give me some starters tips on this database and about the efficiency of...
  7. E

    Paranoid about Security

    Hi All, I Have an ASP.net webpage which displays answers written by a Candiidate. It works as below !. Student Logs in and write answer in a Text-field provided can be even HTML . the technical panelist will check this answer. The code will be displayed to the panelist as its typed by the...
  8. E

    Simple Printing Tutorial

    Hi All, When i was a begginer and was learning VB.net i had to do a Lot of RnD on how to print Reports in VB 2005..... Now when i have found out how here is the Tutorials for you guys..... Have already posted the code on my Website so dont want to post the same thing all again m really Lazy...
  9. E

    Differences between VB & C++

    Hi All, I'm aware of the fact that there is not much difference between C# and VB.net all other than the syntax. But what about 'VB.net' or 'VC#.net' vs 'VC++.net'.................
  10. E

    Whats it in a Name....

    Hi Guys, Please suggest some good name for my appliction which Manages Schools as well as Colleges, like it mantains a Database of students and all the assosiated information....... like Fees Paid, Marks Scored and other stuff like that.......... need a Good Name to market this app
  11. E

    In the beggining

    Hi All, Is there any way i run a code of mine i.e. say MyCode.exe file before the login of the user..... Thanks
  12. E

    Task Manager

    Hi Guys, I got a custom task manager wihich i want to be shown when Ctrl+Alt+Del key is pressed. The task manager is designed and working.......... But how do my custom task manager be shown when Ctrl+ALt+Del is clicked insted of the Default Windows Task Manager. Can Regedit make it...
  13. E

    Is it possible install softwares on a Remote Machine?

    is it possible to use remoting in .net and install softwares on a Remote Machine without physically being present at the machine. Provided enough access rigths are given...... Or if the login and password is know, Iam entierly new to remoting, so ples help me out guys........
  14. E

    Block running of certain type of files.....

    Hi Can i monitor and block the opening of certain file types. Say i dont want any bat files running is there any way i can prohibit the running of bat files. If there is how can it be done................... Thanks in Advance Regards Errods
  15. E

    Block\Handle Keypress

    Hi All, Having some problems in handaling the press of a Windows key. I got a form which locks the screen. All the key strokes are handled. All except the Windows Logo key which when pressed shows up the Start Menu and the taskbar comes on the form. the user can open the Task manager or...
  16. E

    Remote Deployment.

    Hi Guys, How to deploy a software on a Remote Client machie located on the same network. Is here some way to do this................
  17. E

    Changing the OS functions........

    Hi, I am using a form to Lock the screen all the keypress events are handled for that form but i am not being able to block the Appearence of the Start menu when the Windows Key is pressed. How do i disable the poping up of start menu when the Windows Key is pressed. Secondly: Is there...
  18. E

    Select All in List box

    Hi Guys, How do i select all the values from a Checked List box at the click of a button........... :confused:
  19. E

    Message Broadcast

    Hi Guys, I am running a appliation based on the Cliient-Server module. Every time i send a message i have to select each client independently and send it the message. Is there any way i could send a message to the entire network at once. i.e All the clients in the same workgroup...
  20. E

    Files n Network

    Hi All, Question 1: How to View the contents of a Drive(Hard Disk) which is located in a Remote compter....... Question 2: How to copy the files located on a Remote System.... Will File.Copy work fine
Back
Top