Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
Member Avatar for VIeditorlover

Hi everybody, I'd like to ask you if there are some ways how to protect .NET exe and dlls against decompilation. [B]I am not interested in any form of obfuscation[/B], only methods based on (or equivalent to) compiling traditional compilers to machine language. There doesn't matter if commercial or open …

Member Avatar for JOSheaIV
1
1K
Member Avatar for zawpai

Hi all, Can I protect my exe file not to copy from one PC to another? I think it can be done, but I don't know how to do this. Could anyone please give me some guide lines? Best Regards, zawpai

Member Avatar for aamir.tiwari.9
0
1K
Member Avatar for VIeditorlover

Hi, I am urgently need to found a way how to create for any run process following statistics: start-end time, clocks CPU consumed, Max memory used, Disc I/O usage Is it possible to find it somewhere inside the system or not? Thanks!

Member Avatar for bradut
0
82
Member Avatar for mini person

[COLOR="Green"] hi every body i'm a new user in this site , and this term I am doing graduation project .. So , I wanna ask some questions in programming .. first one : how to connect between 2 computers via wireless ?? second : If the connectivity between the …

Member Avatar for WVPhysicist
1
5K
Member Avatar for UV1995

Hi all! I need help with Visual Basic I am trying to build a program in which the user types a question into a text box. Then the program looks for that question in a database (access database to be specific) and returns the appropriate answer from the database. I …

Member Avatar for dimara
0
1K
Member Avatar for TyroneDavis

Can anyone recommend any software that can be used to combat software piracy?

Member Avatar for Techjunkie1900
0
110
Member Avatar for VIeditorlover

Hi, I have a this code which works OK: class c <T> { public T method (T p) { // ... } } but I would need this: class C <T, U> { public U method (T p) { // ... } } How could I write it, compiler reports …

Member Avatar for VatooVatoo
0
223
Member Avatar for VIeditorlover

Hi, I have these two - almost identical http posts, one works, other doesn't. POST /debug/kktest.ashx HTTP/1.1 Content-Type: multipart/form-data; boundary=---------------------------8cf186fa8ac7b31 Host: 172.16.0.9:7777 Content-Length: 68004 Expect: 100-continue Connection: Keep-Alive -----------------------------8cf186fa8ac7b31 Content-Disposition: form-data; name="identu" 2 -----------------------------8cf186fa8ac7b31 Content-Disposition: form-data; name="bookingno" aaaaa -----------------------------8cf186fa8ac7b31 Content-Disposition: form-data; name="tag" -----------------------------8cf186fa8ac7b31 Content-Disposition: form-data; name="file"; filename="aaa" Content-Type: x-application/pdf binary …

Member Avatar for dwarvenassassin
0
158
Member Avatar for drewos

I want to write a program interrupts when the receive buffer for the serial port has received some data. I have done a little a bit of research and I believe C# word for interrupt is delegate. Apologies if I'm barking up the wrong tree but I want to know …

Member Avatar for ohammad reza as
0
457
Member Avatar for Saidar

Hey everyone, I've been struggling with this problem for hours now and I have read and tried every example I could find but did not find a solution to my problem: I have a DLL written in C#. The DLL export function calls three functions: PrepareData(): Heavy calculations ComputeNN(): Mild …

Member Avatar for Saidar
0
229
Member Avatar for lianpiau

I wan develop a program which is detect database got new record, then it will pop out message such as MSN login & logout status at right hand side below. or detect record status and pop out message box to tell user

Member Avatar for VIeditorlover
0
77
Member Avatar for ChristosK

Hello How i can read the motherboad model using code in vb? I write a program in ms access and i want to read/confirm the motherbord model on startup. Thanks in advance

Member Avatar for GGSoft
0
401
Member Avatar for Karthik J

Hi all, Does anyone know how to convert raster images(bmp) to vector images using C#?. My task is to convert raster images(bmp) to list of vectors using C#. I surfed in the net, got many open source tools which does the job, but my constraint is not to use any …

Member Avatar for VIeditorlover
0
1K
Member Avatar for ShadyTyrant

I am trying to install sql server 2005 express edition from the visual studio 2008 CD. This is the error I get. [CODE] [04/19/11,00:56:13] Microsoft Visual Studio 2008 Professional Edition - ENU: [2] CMSIDirectory::SetDirectory - Invalid argument ***EndOfSession***[04/19/11,00:56:13] Microsoft Visual Studio 2008 Professional Edition - ENU: [2] CMSIDirectory::SetDirectory - Invalid …

Member Avatar for ShadyTyrant
0
357
Member Avatar for sachintha81

Let me first describe my situation. I have a list of Hex values, which are called BaseID. They are chosen [B]such that logical OR between any number of them will give you a unique ID[/B] which is called FinalID. That is, my BaseID values are as follows. BaseID = { …

Member Avatar for sachintha81
0
193
Member Avatar for srikanth2321

Hi, I have a problem in filtering the data table for the second time. What I have done is till now is to filter the data table sucessfully for the first time but was unable to filter the resultant data table again since the information after the first filter is …

Member Avatar for VIeditorlover
0
75
Member Avatar for VIeditorlover

Hi, I have this problem - a user defined control is placed in grid (Silverlight), I need user control to resize itself any time when size of column/row is changed to fill whole dimension width/height. But when method MeasureOverride/ArrangeOverride is invoked there is always the same initial size in the …

0
84
Member Avatar for VIeditorlover

Hi, I would need help with this problem - I have a special web app (web service diagnostic tool), it references web service. This app dynamically compiles source code, creates assembly and can run it - still OK. I want write source referencing web service data types - it can …

Member Avatar for thines01
0
151
Member Avatar for zachattack05

I am in desperate need of some guidance here. Any suggestions or ideas would be very much appreciated! Is it possible to have a relationship based on two columns? For example: The table "Parents" has columns: ParentID (PK) The table "Children" has columns: ChildID (PK) ParentID The table "Addresses" has …

Member Avatar for zachattack05
0
109
Member Avatar for virusisfound

I am working in SQL 2005 I want to Create view for one table. Table Name abc 1. id 2. name 3. percentage 4. marks How can i create view for one column I want to search the name and makrs and name and % both have searching on name …

Member Avatar for VIeditorlover
0
133
Member Avatar for leo88

Hi, I am doing a window service application using C#. I wants to select many columns from many table and print into text file. Below is my coding: [CODE] protected override void OnStart(string[] args) { try { base.OnStart(args); Access_Db.OpenTransaction(); Access_Db.BeginTransaction(); DataTable dtPartNo = new DataTable(); SQLStr = "SELECT IDTbl.ModelID,WIPTbl.WIP FROM …

Member Avatar for Mitja Bonca
0
227
Member Avatar for VIeditorlover

Hi, i have this problem - a nt service runs on background and using 3rd party component. During print op displays printing page x of y dialog. Unfortunately with no logon context this crashes. I do need a way how to display this damned dialog in any desktop context, even …

0
57
Member Avatar for VIeditorlover

I have a problem with this construction, can not find how to rewrite it properly. [CODE] private SqlParameter op <T> (T? t, string name) { SqlParameter sp = new SqlParameter(); sp.IsNullable = true; sp.ParameterName = name; sp.Value = t.HasValue ? t.Value : Convert.DBNull; return sp; } [/CODE]

Member Avatar for gusano79
0
212
Member Avatar for VIeditorlover

Hi, I have this problem - in environment of several LANs, always with one network super printer plus about 50 computers on the LAN, all of them brand new PCs powered Win7, there is necessary to set 4 times printer definition for tray 1-4 named t1, t2, t3, t4. It …

Member Avatar for davidchilders
0
92
Member Avatar for johnkeartson

How do I install visual Studio 6 in Windows 7 Visual Basic Not completed the installation at the access to the installation of Microsoft Vrtual Machine ( VM ) What is the way ? What i do ? Because, I need to use the Visual Basic Now. :'(

Member Avatar for addym55
-6
2K
Member Avatar for Sarama2030

hi guys!! been thinking about learning some server-side scripting in ASP. is there any use in investing in asp when with the emergence of asp.net? to paraphrase it what is the future of asp at microsoft, will it be there a little bit longer or is a dying horse!! one …

Member Avatar for Sarama2030
0
173
Member Avatar for VIeditorlover

I have this problem: - no web app on server can read web.config, in any attempts to read keys is null returned. - configuration object is just empty, not null, hasKeys() returns false - ACL are set up properly, web config is read by IIS (checked with procmon) - it …

0
56
Member Avatar for VIeditorlover

Ok, the problem is this - plenty of code, many times called, probability of raising exception is about 1e-5. From many reasons is not possible to serialize params into string just for the case that exception would be raised. Is there possible to save *values* of params *generically* just from …

Member Avatar for divin757
0
92
Member Avatar for Anika123

Hi I am doing a game design course and am in my last year. The title of this thread is the title I have chosen for my final year project. My aim is to produce a program that will mimic the effects of weather conditions on a model in an …

Member Avatar for VIeditorlover
0
109
Member Avatar for VIeditorlover

Hi, I have an app generating xml output using xmlwriter. It is loooooong xml, hundreds of thousand of items, is not possible to keep it all in memory, and always few errors occurs. Is there a way how to cancel part of already writen xml within try-catch section and move …

Member Avatar for VIeditorlover
0
139