Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Sumit Prakash Sharma

@Sumit Prakash Sharma
About
Posts
31
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Adding my app's link to Desktop Context Menu
    S Sumit Prakash Sharma

    It's too long span plz provide me your answer

    Visual Basic question windows-admin help

  • How to monitor the sites open on particular pc
    S Sumit Prakash Sharma

    Thanks for reply After consulting with cliet, when i told him that this is against human rights. he said to me that he wants to know only domain names not full URL with query data. he wants to know the domain names like songs.pk, mp3pk.com, yahoo.com, youtube.com etc atcually he told his employees not to use unnecessary sites at working time because it effects the work. after long waiting he decide to get such application that could tell him about the domain names opened on particular system. when he check out at the server he get all the url requested and found that employee open youtube.com and watch the vedio at working time. so he wants to stop that particular employee. thats why he wants to get this application.

    Visual Basic help tutorial sysadmin

  • How to monitor the sites open on particular pc
    S Sumit Prakash Sharma

    Thanks for your kind reply

    Visual Basic help tutorial sysadmin

  • How to monitor the sites open on particular pc
    S Sumit Prakash Sharma

    Actually i don't take contract for this task, i want to reply him that it is possible or not. if possible then i will take contract from him.

    Visual Basic help tutorial sysadmin

  • How to monitor the sites open on particular pc
    S Sumit Prakash Sharma

    Actually there is a client, he wants to monitor all the web request, he don't wants to go on particular machine but he wants to receive an email containing that URI/URLs. it is totally new task for me and i thought that code project family member can do everything that's why i need your help. so tell me is it possible by vb.net programming or not. Thanks

    Visual Basic help tutorial sysadmin

  • How to monitor the sites open on particular pc
    S Sumit Prakash Sharma

    My problem is that i want to know the web sites open in my network's pc so that i could monitor all the web site open on that computer. i want to develop a desktop application that will be install on each machine and will keep the url information and at particular time it will send an email containing all the requested URLs. Please help and guide me.

    Visual Basic help tutorial sysadmin

  • code for automatic select value from ms-excel column
    S Sumit Prakash Sharma

    Plz post your problem in detail, so that i could solve it. It is not too hard to read data or record from excel sheet.

    Visual Basic

  • Validating XML file
    S Sumit Prakash Sharma

    Good Morning to all I have following data in xml file <StudentInfo>    <student rollno="101">    <name>ABC</name>    <contactNo>9926090838</contactNo>    <email>sumitprakash_sharma@yahoo.com</email>    </student> </StudentInfo> now as we see all the values is in proper data type ie . rollno            integer name               string contactNo      long email            string now i want to validate user to enter the information in proper data type so please tell me how can i validate user to insert proper data

    XML / XSL com xml question

  • Fetching record that have a particular value in a comma separated value in column [modified]
    S Sumit Prakash Sharma

    Good evening I have a table in database like following one --------------------------------------------------------------------- rollNo   |   Name   |   Subjects --------------------------------------------------------------------- 101         |   abc      |   english, maths, social science, science, hindi 102         |   def      |   maths, social science, science 103         |   ghi      |   english, social science, hindi 101         |   jkl      |   english, maths, social science, science, hindi ---------------------------------------------------------------------- now i want to select only those records which have "science" in the "Subjects" column so i use Select * from tblStudent Where Subjects LIKE "%Science%" but it also give the records that have "Social Science" ie record no 3 please help me thanks in advance

    modified on Saturday, May 2, 2009 8:40 AM

    Database database help lounge

  • How to select AutoCad 2006 table object using ObjectARX, DotNetArx or by vb.net
    S Sumit Prakash Sharma

    Hi Dear I have found the solution for my question. Now i am using DotNetArx to select the Autocad TABLE object. Have a nice day, take care, bye

    Visual Basic csharp css help tutorial

  • How to select AutoCad 2006 table object using ObjectARX, DotNetArx or by vb.net
    S Sumit Prakash Sharma

    Thanks for reply Can you tell me some good forum that deals with Auto Cad and it's my request to you that when ever you find such forum than plz tell me. Again thanks

    Visual Basic csharp css help tutorial

  • How to select AutoCad 2006 table object using ObjectARX, DotNetArx or by vb.net
    S Sumit Prakash Sharma

    Good Morning I have a table object in autocad 2006 which have 5 rows and 3 columns now i want to export the data from autocad table to the vb.net grid , ds, or to simple datatable. i am using vb.net 2008 and objectArx, DotNetArx to communicate with autocad 2006 Please help me

    Visual Basic csharp css help tutorial

  • How to disable TabPage of TabControl
    S Sumit Prakash Sharma

    Its Ok Dear As there is no any "Enabled" property of tab page so we have to check it is in tabcontrol's "SelectedIndexChanged" event like the following code Private Sub tabCon_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles tabCon.SelectedIndexChanged If YourCondition Then Me.tabCon.SelectedIndex = 1 End If End Sub to set defualt TabPage write the following code in form load event Me.tabCon.SelectedIndex = 1 'Here 1 is the index of desired tabpage

    Visual Basic help tutorial

  • Adding my app's link to Desktop Context Menu
    S Sumit Prakash Sharma

    Thanks i am already know this that. but i want to know how to add shortcut on desktop context menu, so that whenever user perform right click on desktop, my application's shortcut should be visible. please help me

    C# question windows-admin help

  • How to disable TabPage of TabControl
    S Sumit Prakash Sharma

    Thanks for answer its too informatic and good

    Visual Basic help tutorial

  • How to disable TabPage of TabControl
    S Sumit Prakash Sharma

    my question is not about how to add or remove tab pages, but i want to enable - disable some tab page by programming

    Visual Basic help tutorial

  • Adding my app's link to Desktop Context Menu
    S Sumit Prakash Sharma

    Sorry it is not working properly please provide me step by step solution. Thanks

    Visual Basic question windows-admin help

  • Adding my app's link to Desktop Context Menu
    S Sumit Prakash Sharma

    When you right click on the desktop you get a context menu that has something like that: ----------------------- Arrange Icons By Refresh ----------------------- Paste Paste Shortcut ----------------------- New ----------------------- Properties ----------------------- I need to add a link to my application on Desktop's context menu. How can I accomplish that? What registry key do I need to modify/add to get my app icon listed on the desktop context menu? E.g.: --------------------------- Arrange Icons By > Refresh --------------------------- My App Link > Paste Paste Shortcut --------------------------- New --------------------------- Properties --------------------------- Please help. Thanks.

    C# question windows-admin help

  • Adding my app's link to Desktop Context Menu
    S Sumit Prakash Sharma

    When you right click on the desktop you get a context menu that has something like that: ----------------------- Arrange Icons By Refresh ----------------------- Paste Paste Shortcut ----------------------- New ----------------------- Properties ----------------------- I need to add a link to my application on Desktop's context menu. How can I accomplish that? What registry key do I need to modify/add to get my app icon listed on the desktop context menu? E.g.: --------------------------- Arrange Icons By > Refresh --------------------------- My App Link > Paste Paste Shortcut --------------------------- New --------------------------- Properties --------------------------- Please help. Thanks.

    Visual Basic question windows-admin help

  • How to disable TabPage of TabControl
    S Sumit Prakash Sharma

    In my application there are 3 tab pages my problem is when i open my application 3rd tab pages should be open and other 1st and 2nd tab page should be disabled. if i click on enable tab pages then both 1st and 2nd tab page will be enable and 3rd tab page should be disable i have tried tabpage.hide property of tab page but it is not work

    Visual Basic help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups