Hi all, i want use Active Accessibility 2.0 methods in c#.net how can i use it?
hamid_m
Posts
-
How can i use Active Accessibility 2.0 in c#.net -
Why none of the codeproject emails answer to me?Thank you for taking the time to consider this matter. I will resend my emails to marcela@codeproject.com I look forward, Ms Moran, to hearing from you Regards
-
Why none of the codeproject emails answer to me?Hi, i have a question about what told by codeproject at http://www.codeproject.com/info/jobs/[^] i sent two emails to marcela@codeproject.com about my questions but she dose not ever answer to me! who could help me??
-
image with shadow in transparented formi knew it. but i can't use wpf for this project
-
image with shadow in transparented formIt dose not work. Opacity hide all object. but i want to hide form and show an image with shadow
-
image with shadow in transparented formhow can i have a transparent form with image that have shadow? i want to have a startup form just show image with shadow
-
shadow for wpf formsthis way is basic and not specified to wpf is there any new properties that make shadow for controls in wpf?
-
shadow for wpf formshow can i set shadow for a wpf form (winxp) i want to design a startup form with shadow over desktop
-
delete all users from database and set one userthank you, so i will remove all users (dbo, ..) from my database and set one user to it and detach it from sql server, now i have a mdf file that just one user could connect to it. let me know in any machine with sql server express just my user could connect to it and others (dbo, ...) could not connect to my database? in fact i don't want any user from any machine could connect or view my database.
-
delete all users from database and set one useri want to know how can i delete (or disable) all users (dbo, guest, etc.) from my database and set one user for my database. in fact i don't want other users could to connect to mydatabase in any sql server.
-
Send and Receive file from modem [modified]i want to use modem to send and receive files and not from internet!!
-
Send and Receive file from modem [modified]i want to use modem to send and receive files and not from internet!!
-
Send and Receive file from modem [modified]i need to send and receive file from a dial-up connection i want to use modem in both machines for transfer files let me know if there is some example about it or other good stuf thanks -- modified at 8:10 Thursday 15th November, 2007
-
get files from directoryget files from specif directory that sort by filename (DESC) ?
-
change defualt priter page sizeis there any managed code for it?
-
change defualt priter page sizehow van i change default printer page size to A6? i got printer name from installedprinters and i want to change page size of it to A6 thank you
-
Advanced Typed Datasethow can i design a custom Typed Dataset? i create new class from System.Data.dataset and add datatable to it, but it doesn't add datatable list in DataMember!!!
using System; using System.Collections.Generic; using System.Text; using System.Data; namespace MultiTier { class MyDataset : System.Data.DataSet { public MyDataset() : base() { Table1 = new DataTable(); } private DataTable Table1; public DataTable Table1DataTable { get { return Table1; } } } }
-
LastIndexOf("") in C#you could split an string with specifics chars. name = name.Split(new char[] { ' ' })[1];
-
Updating DataSetin many times after change fileds in dataset, you need to configure all its dataadapter querys (Fill is first) again. in other word you just open each query and then closed it.
-
draw a box on screenDraw a fill box on screen. how can i get graphic object of screen or draw a box on screen? thank you