C#
C# (see section on name, pronunciation) is an object-oriented programming language developed by Microsoft as part of the .NET initiative and later approved as a standard by ECMA (ECMA-334) and ISO (ISO/IEC 23270).
Application
Business
Remove
Platform
Windows
Remove
License
Any
But is there anyway from which we can get to the my documents folder of currently logged in user. If we suppose that there is only one user at a time that is logged on the system.
Regards,
Nauman...
i need to click a button on a web page from my c# windows form application. i know is something abut HTTp protocol but i don't have time to read now a book of HTTP. I need the http post for cliking...
can anybody help me to create a run time windows media player object in asp.net. tried using the c# code
using WMPLib;
..page_load(...){
WMPLib.WindowsMediaPlayer p=new WindowsMediaPlayerClass();...
Hi,
i would like to introduce myself as new moderator of this board.
I have over 10 years of experience with computers and programming and since 1 year i am working with C# .NET creating...
I have made an application and i have a field called "requester" i am wanting that field to automatically be populated with the users windows logon, like i do for the date function, the field is...
Hi,
I have written a simple macro
Imports EnvDTE
Imports System.Diagnostics
Public Module VB_CSHARP
Public Sub HelloWorld()
MsgBox("Hello From Macro")
End Sub
Public...
Hi,
I am having three textboxes, TextBox1, TextBox2, TextBox3 respectively. And a button on a Windows Form.
I am going to enter the numbers into TextBox1, TextBox2 and the Sum of two numbers...
Hi,
I am having three textboxes, TextBox1, TextBox2, TextBox3 respectively. And a button on a Windows Form.
I am going to enter the numbers into TextBox1, TextBox2 and the Sum of two numbers...
Hi,
I want to create "Floating ToolBars" in .NET by using the WIN32 API.
Can you please refer the URL(Creating Floating ToolBars in VB 6.0).
http://www.planet-source-code...
Hi,
I want to create "Floating ToolBars" in .NET by using the WIN32 API.
Can you please refer the URL(Creating Floating ToolBars in VB 6.0).
http://www.planet-source-code...
Hi,
Good day. I want to have "Floating ToolBars" in my windows application. Please let me know how perform the task ? Can you please provide sample code or an article or tutorial on it ?
And...
Hi,
Good day. I have a table which satisfies Parent/Child relationship in SQL server. How to get the data into TreeView control ? Can you please suggest the way with sample code ?
Advance...