hi this is about process not about Forms I see A Code Snippet in vs.net 2008 about this but Not remember that code tanx
MehdiMousaviNezhad
Posts
-
Manage Window from a Process (Minimize, Maximize, Close...) -
How To assign null value into nullable objecttanx I changed my procedure .
-
How To assign null value into nullable objectI have this code in as Procedure in SqlServer alter PROC Aut.SpGetArshive(@userId Int,@SecID bigint) AS BEGIN SELECT *,str(isnull(a.Row,0))+' '+a.Title+ ' ('+a.Zonkan+')' AS des FROM aut.Archive a WHERE (a.UserId IS NULL AND a.SecId=@secId) OR (a.SecId IS NULL AND a.UserId=@userId) END and have this table adapter in vb.net 2005 dataset SpGetArshiveTableAdapter.Fill(Me.Ds.SpGetArshive, UserID, SecID) and I wana pass null value to userId but Icant I Use SpGetArshiveTableAdapter.Fill(Me.Ds.SpGetArshive, dbnull.value, SecID) or SpGetArshiveTableAdapter.Fill(Me.Ds.SpGetArshive, nothing, SecID) but there is Error tanx
-
How To assign null value into nullable objectI have A TableAdapter and wana To assign Null value To It's Parameter I use Dbnull.value But I cant
-
VBScript [modified]hi you moust use Ntext or nvarchar fied type for it and for inserting ,use n'farsi message...' in you sql code . insert into tbl (name)values(N'مهدي')
-
Html Editor control in winformsi have a html editor control for web froms I wana have a same control in winforms. i think with inserting a word documrnt in a winfrom maybe i can solve this problem but i can insert a word documen in a winform
-
Html Editor control in winformsI wana have html WYSIWYG editor inside a winform with capability of inserting images in it .