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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sonia sardana

@sonia sardana
About
Posts
9
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Context menu
    S sonia sardana

    Hey frnds i want to show context menu on drop down menu item right click...As an example,Suppose we add bookmark in mozilla & when we right click on that item..context menu is showing. ..How to do that..can somebody plz tell tell me.. [code] Private Sub MenuAddToFavorites_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MenuAddToFavorites.MouseDown If e.Button = Windows.Forms.MouseButtons.Right Then 'ContextMenuFavorites.Show(e.Location) ContextMenuFavorites.Show(DirectCast(sender, ToolStripMenuItem).GetCurrentParent.PointToScreen(e.Location)) End If End Sub [/code] Problem is dat when i right click,context menu is showing..& menu disappeared..But i want that menu should not be disappeared,..

    LINQ tutorial help

  • Scanning/Enumeration of Registry keys
    S sonia sardana

    I m working with .Net, I want to know from where to start as i do not have any idea.After creating the object,what is the next step.

    Visual Basic windows-admin tutorial

  • Scanning/Enumeration of Registry keys
    S sonia sardana

    Hey frnd i want to know that in VB there is no registry inbuilt fn. Rite??? In Vb.net i import namespace imports.win32 tell me dat how to create the object for registry class.

    Visual Basic windows-admin tutorial

  • Scanning/Enumeration of Registry keys
    S sonia sardana

    Can somebody tell me the code how to scan a registry.

    Visual Basic windows-admin tutorial

  • Md4 Hash Code
    S sonia sardana

    hey frnd MD4 unction is not inbuilt. I do not know from where to start.Can somebody plz frd me the coding. I will be very greatful to you.

    Visual Basic cryptography

  • Diff b/W ADO & ADO.net
    S sonia sardana

    I know only two differneces. 1) ADO wroks on Connected architecture, while ADO.Net on DisConnected Architecture. 2)ADO is used to create Client Side Cursors while ADo.net create both client as well as server. IF FRNDS U KNOW DIFFERENCES OTHER THAN THESE PLZ DO REPLY

    Database csharp sysadmin architecture

  • SELECT column FROM table WHERE time = @time ISSUE
    S sonia sardana

    hey frnd can u tell me what is 108 in the foll Query select convert(varchar(10),columnname,108) from myTable

    Database csharp database help question

  • Default values in microsoft Sql Server
    S sonia sardana

    use sonia create table stud(roll int identity(10,2),name varchar) insert into stud values('A') insert into stud values('B') select * from stud **IDENTITY(10,2) --> 10 is the initial value 2 is the number by which the value is to be incremented. U can also decrement the value.

    Database database sql-server sysadmin algorithms question

  • Copy Data From One listbox to another on button click event
    S sonia sardana

    Hey frnds. Suppose Combo1 contains data ,I want that when we click on buton & alll the items are copied to Combo2. Plz reply. Thx in advance.

    Visual Basic
  • Login

  • Don't have an account? Register

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