Click here to Skip to main content
15,915,975 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionFIPS Compliance without 3rd Party Applications Pin
gscheek13-Mar-09 10:28
gscheek13-Mar-09 10:28 
Questionhow can i use the system.managment librery ?? Pin
moumen2212-Mar-09 10:40
moumen2212-Mar-09 10:40 
AnswerRe: how can i use the system.managment librery ?? Pin
Pete O'Hanlon12-Mar-09 12:33
mvePete O'Hanlon12-Mar-09 12:33 
QuestionXmlNode Attributes Pin
Michael Bookatz12-Mar-09 6:39
Michael Bookatz12-Mar-09 6:39 
QuestionRe: XmlNode Attributes Pin
led mike12-Mar-09 8:51
led mike12-Mar-09 8:51 
QuestionIs this possible? Win32.DLL --> PInvoke --> COM Interop .Net Assembly --> VB App using COM Pin
danvdw0312-Mar-09 5:39
danvdw0312-Mar-09 5:39 
AnswerRe: Is this possible? Win32.DLL --> PInvoke --> COM Interop .Net Assembly --> VB App using COM Pin
led mike12-Mar-09 8:49
led mike12-Mar-09 8:49 
QuestionHow can I run an expression which is in string format Pin
RezaAsAdi11-Mar-09 23:05
RezaAsAdi11-Mar-09 23:05 
Dear Developers

I need to provide an environment that users can build a formula usuin field names of a database
table and some string functions like "substr","left", and "right".The environment saves formula
in a string variable,and when user clicks a button,my code must run that formula over values of
those fields for selected record of that table.
Now,I have that environment and it returns formula as a sring to me,but I don't still have any
idea how to run this string.Do I have to write some code to compile it?I found that .Net has
some namespaces for building dynamic methods,I mean Document object model,but if I want to use
classes of this namesapce I have to convert that formula to IL,which is more difficult for me.
Is there any other idea how I can run a user defined expression inside my code and show up its
result to user?That expression can be like this,if we suppose all table field names start with
"fld":

"fldDKCode+fldDKSerial+Substr(fldDKDate,3,2)+fldDKId+Left(fldDKUserName)"

and I have a database table named TBDKUsers,includes all fields mentioned above.When user clicks
on Run button,my program must show the result of this expression for selected record of TBDKUsers.

Thnakk you very much
Reza
AnswerCross Post Pin
Pete O'Hanlon12-Mar-09 0:38
mvePete O'Hanlon12-Mar-09 0:38 
QuestionVS2008 & IE8 designer issue Pin
Jim Weiler11-Mar-09 16:04
Jim Weiler11-Mar-09 16:04 
AnswerRe: VS2008 & IE8 designer issue Pin
Jim Weiler11-Mar-09 16:47
Jim Weiler11-Mar-09 16:47 
QuestionHow to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
James Poulose11-Mar-09 8:59
James Poulose11-Mar-09 8:59 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
Pete O'Hanlon11-Mar-09 10:16
mvePete O'Hanlon11-Mar-09 10:16 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
Joe Woodbury12-Mar-09 8:15
professionalJoe Woodbury12-Mar-09 8:15 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
supercat912-Mar-09 8:27
supercat912-Mar-09 8:27 
QuestionGetSystemMetric(SM_NETWORK) returns alwas 3 as the value!!! Pin
CoolCoder_New11-Mar-09 4:18
CoolCoder_New11-Mar-09 4:18 
AnswerRe: GetSystemMetric(SM_NETWORK) returns alwas 3 as the value!!! Pin
Dave Kreskowiak11-Mar-09 4:31
mveDave Kreskowiak11-Mar-09 4:31 
Question"Method Not Allowed" 405 On 2003 SP2 Pin
Lior Zat9-Mar-09 22:14
Lior Zat9-Mar-09 22:14 
AnswerRe: "Method Not Allowed" 405 On 2003 SP2 Pin
Dave Kreskowiak10-Mar-09 1:26
mveDave Kreskowiak10-Mar-09 1:26 
GeneralRe: "Method Not Allowed" 405 On 2003 SP2 Pin
led mike10-Mar-09 4:47
led mike10-Mar-09 4:47 
QuestionAppending the ToolboxItem.DependentAssemblies property Pin
astibich29-Mar-09 11:04
astibich29-Mar-09 11:04 
AnswerRe: Appending the ToolboxItem.DependentAssemblies property Pin
0x3c09-Mar-09 11:55
0x3c09-Mar-09 11:55 
QuestionBug in DataTable ReadXml causes spaces to be ignored Pin
calhuskerfan9-Mar-09 6:37
calhuskerfan9-Mar-09 6:37 
QuestionGlobalMemoryStatus() return negative value like - Pin
CoolCoder_New9-Mar-09 1:35
CoolCoder_New9-Mar-09 1:35 
AnswerRe: GlobalMemoryStatus() return negative value like - Pin
Luc Pattyn9-Mar-09 3:02
sitebuilderLuc Pattyn9-Mar-09 3:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.