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
C

cshivaprasad

@cshivaprasad
About
Posts
40
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to change "Caption" of Menu Item Dynamcally?
    C cshivaprasad

    How to change "Caption" of Menu Item Dynamcally? Shiva

    C / C++ / MFC tutorial question

  • "Value Names" of registry key
    C cshivaprasad

    No, i want to do with win32 API's only

    Managed C++/CLI windows-admin question

  • "Value Names" of registry key
    C cshivaprasad

    Hi, Can any one tell me, how can i get the "value name"s and "value data" of registry key. Using "RegQueryMultipleValues" , i can know "value data" of multiple values provided "value Name"s. Using "RegQueryInfoKey" , i can know no of values a specified key have. But is there any way to know, all "value names" of specified reg key Shiva

    Managed C++/CLI windows-admin question

  • How can i know WDFDEVICE of a device
    C cshivaprasad

    How can i know the WDFDEVICE details of any device. WDFDEVICE is A handle to a framework device object

    Managed C++/CLI question

  • USB
    C cshivaprasad

    what are the API's to detect the USB Device descriptor Shiva....

    Managed C++/CLI json

  • Increasing the size of the form
    C cshivaprasad

    When ever i set the size of form more than 1036,800...its again resetting to this size only. It seems this is the maximum size of form. But i need big form, is there any way...Pls let me know.

    C#

  • Adding scrollbar in GDI+ [modified]
    C cshivaprasad

    Thanks 4 Ur Help. I did nt get the way to keep panel at (0,0) position. infact i am not using any panel...., can u please tell me, what is panel.. and how to keep it (0,0) position, Please help me.. Thank U

    C# graphics winforms help question

  • Adding scrollbar in GDI+ [modified]
    C cshivaprasad

    I have to draw a picture using GDI, which is definitely bigger than the screen. I dont know the drawing size intially, its dynamic one. so, to see the whole picture i should have scroll bars. how can i add scroll bar to form. Please help me with sample code. Thanks in Advance -- modified at 5:06 Thursday 25th May, 2006

    C# graphics winforms help question

  • printing unicode characters on Console [modified]
    C cshivaprasad

    I have a string variable which contain UniCode string as its value. when i am printing it on console with writeline method, it showing "?" on the screen instead of original string. can any one tell me, how can resolve problem. Bugs Never Die -- modified at 8:19 Monday 22nd May, 2006

    C# help question

  • How i exit application
    C cshivaprasad

    i am developing a SDI application. i have to exit application from other class than Foem class. how can i do it? i wrote Application.Exit() in that class, but its not working.. can any body help pls

    C# question help

  • How can i add scroll bar to form
    C cshivaprasad

    How can i add scroll bar to my form?

    C# question

  • GDI Interface
    C cshivaprasad

    There is no repaint method for form object. How can i repaint

    C# graphics data-structures help question

  • GDI Interface
    C cshivaprasad

    I am drawing a binary tree on form. but when i resize form window to small and resize it back, the portion of drawing which is in resize area, is got erased. how can i get that drawing back.. Pls help me out

    C# graphics data-structures help question

  • Removing white spaces from an ArrayList
    C cshivaprasad

    friend this may resolve, ur first problem.. private void parseString(String x) { string tempstr; int i=0,len,flag=0; tempstr=""; len=x.Length; while(i < len) { if(x[i]!= ' ') { tempstr = tempstr + x[i]; flag = 0; } else { if(flag == 0) { str.Add(tempstr); tempstr = ""; flag = 1; index++; } } i++; } str.Add(tempstr); } In this str is arraylist If u have still some doubt, mail me ShivaJee

    C# help database data-structures

  • accesing form from another Class
    C cshivaprasad

    i have a binary tree class in SDI form program. i want to print binary tree on that form using GDI commands. can any one pls tell me how can do it. pls give sample code to do it. -- modified at 13:41 Tuesday 9th May, 2006

    C# graphics data-structures

  • SQL Query String
    C cshivaprasad

    Can U Pls modify the above Query to make it correct.

    C# database csharp

  • Query String
    C cshivaprasad

    Can u pls tell me, wether following SQL string format is correct or not. textWord.text,comboCat.text are string variables of C#. indexInCategoryTable and SubCategoryNo are integer variables. "select * from Words where word = N'"+textWord.Text+"' and CategoryTableName = '"+comboCat.Text+"' and IndexInCategoryTable = 'indexInCategoryTable' and SubCategoryNo = 'SubCategoryNo'";

    Database database csharp

  • SQL Query String
    C cshivaprasad

    Can u pls tell me, wether following SQL string format is correct or not. textWord.text,comboCat.text are string variables of C#. indexInCategoryTable and SubCategoryNo are integer variables. "select * from Words where word = N'"+textWord.Text+"' and CategoryTableName = '"+comboCat.Text+"' and IndexInCategoryTable = 'indexInCategoryTable' and SubCategoryNo = 'SubCategoryNo'";

    C# database csharp

  • How to read Max value of column in SQL Server
    C cshivaprasad

    HI, How should i handle max(particular column) of a table in SQL server. SqldataReader.executeReader() not handles it i suppose. can any one help

    C# database sql-server sysadmin help tutorial

  • Inserting data into SQL Server database
    C cshivaprasad

    Really i am very thankfull 2 U.

    C# database csharp sql-server sysadmin
  • Login

  • Don't have an account? Register

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