Software Development Network Logo
  • Game Technologies
  • Visual Studio
  • Visual FoxPro
  • Visual C#
  • Windows Vista
  • Visual C++
  • Visual Basic
  • SharePoint Products
  • Smart Devicet
  • VS Team System
  • SQL Server
  • Audio and Video
  • .NET Development
  • Microsoft ISV
  • IE Development

Software Development Network >> Shawn de Wet's Q&A profile

Shawn de Wet

Member List

cssjm
kencleary
pinoyz
LastHope
sfjari
sl0140
Pramy
CruzPedro
Gidon Sela
vicky_dceian
Thomas Ivarsson
E Jensen
Steve1999
mharoun_ca
Unmesh Gundecha
Molon Labe
Quirm
hypo
Carlos.Camargo
marklye
Only Title

Shawn de Wet's Q&A profile

  • Community Chat A Challenge - Fullstop on E-system

    Hello Everyone, I want to keep this challenge with an intention that a very nice solution can be developed and provided to community. I challenge to hack world' maximum websites being a global hacker and have proved by hacking 50-60 websites all at a time in a legal way for national interest of my country citizens. All the sites were 128 bit encrypted and highly secured. All the sites were from the category of Ebanking, Etrading and Eshopping. I know the hacking part and would like to create a final solution after which no one will be able to hack any website anymore. I need a final solution. I performed this in a LIVE and continous 4 hour telecast on reputed news channel of India, IndiaTV. I proved this in front of experts, minister ...Show All

  • Windows Forms Adding DataSets To DataSource Pane

    I have a really silly question. I have a VS2005 windows solution and most of my DataSets have disappeared from the DataSources Pane; though the DataSets are still in my Solution Explorer. How can I add the DataSets back to the DataSources pane Thanks, cj Ok, it appears that this was related to the duplicate connection string issue mentioned in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=921869&SiteID=1 I removed a duplicate connection string from ONE dataset and then ALL of my datasets reappeared in the DataSource panel. ...Show All

  • Visual Studio VSTA and ClickOnce deployment

    Hi, Is it possible to deploy a VSTA application supporting macros by using ClickOnce I saw that we need to write keys to the registry to enable the IDE (macro) and this is one of the ClickOnce restrictions. Is there a "how to" deploy VSTA application with ClickOnce Thanks Hi, About this observation, and the other one in a separate thread, when you get no answers for a question it could be that: - The question is not well formulated, it does not have enough data, etc. This does not seem your case, but I see it quite often. Quite a few people don't bother to say if they are using VS.NET 2003 or 2005, if they are building an add-in or a VS SDK package, they don't provide sampl ...Show All

  • SQL Server Create procedure

    Hi I try to create a very simple stored procedure, CREATE PROCEDURE Importera_fil @fil varchar AS INSERT INTO XMLFaktura ( Faktura ) SELECT * FROM OPENROWSET ( Bulk '@fil' , SINGLE_CLOB ) AS DocumentID but I get an errormessage when I try to create it, Msg 4860, Level 16, State 1, Procedure Importera_fil, Line 4 Cannot bulk load. The file "@fil" does not exist. So my question is, how can i create the procedure Thanks for any help The parameters of most DDL statements, OPENROWSET, OPENQUERY etc cannot be passed as variables. You have to specify the file name using literals directly. This is a limitation in the language feature. So in ord ...Show All

  • Visual Studio BizTalk Project Type

    Does anyone know how to gain access to a biztalk project within GAT. The normal VSProject project1 = referringProject.Object as VSProject just throws an error as it cant recognise the project format which is specific to biztalk. On a related question, are you binding recipes to a BizTalk project type I don't have much (any) experience with BizTalk but I guess they implement a custom project flavor, which means most probably you need to know their custom GUID:ID pair in order to be able to bind recipes to it. If you have done this, could you share it with the community :-) thanks!, -Victor. ...Show All

  • Visual Basic Multiple communication instances

    Hi Guys, The GUI s/w running on the PC allows the user to select a variable from the list of variables. These variables are globals of an application running on the hardware board. The GUI basically acts as watch window on these variables whose data is subject to change at run-time. At any given point of time only a single variable can be monitored from one GUI. The GUI has the following buttons: 1. Read the variable data 2. Modify the variable data with the user input data 3. Read the variable data continously till the user clicks stop button.(Stop button is present on the same GUI) To monitor multiple variables, another button is provided on the GUI which when clicked opens a similar watch window GUI(instance). The PC s/w and the b ...Show All

  • Visual Studio Express Editions How to call methods/functions from other form

    Hi again peeps, may i know the codes for calling a function/procedure from other forms, is this the right thing to do Or do I have to make a public class for easy call from any form Any sample codes Thanks There are lots of ways to do this. Unfortunately you didn't supply a lot of information. Does the function relate to data in the other class or is it just a utility function If it's the latter, you might consider adding a module called common with a Public attribute. It's the former and it relates to data in the other class then good practice suggests that you make it a public property which may be ReadOnly, WriteOnly or just a property. There are good snippets for this in the snippet library. ...Show All

  • .NET Development DllGetVersion declaration ?

    Hi, I am working in .Net 2.0 using vs2005. I would like to know how the following functions will be declared in the .net environment which are in vb. 1. Private Declare Function DllGetVersion Lib "Shlwapi.dll" _ (pdvi As DLLVERSIONINFO) As Long 2. Private Declare Function FindWindowEx Lib "user32" Alias _ "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, _ ByVal lpsz1 As String, ByVal lpsz2 As String) As Long 3.Private Declare Function SHAutoComplete Lib "Shlwapi.dll" _ (ByVal hWndEdit As Long, ByVal dwFlags As Long) As Long Here my doubts are 1. What is the difference between shlWapi.dll and shell32.dll. Do i need to use shlWapi.dll or shell32.dll in my ...Show All

  • .NET Development ".NET Runtime Optimization Service has encountered a problem and needs to close" V. 2.0

    Hi, having lots of problems installing vs 2005 proff on Win Server 2003. After going through the process of installing and uninstalling vs 2005 a couple of times with varying degrees of failure, I decided to try just installing .net framework 2.0. After uninstalling all VS components and all .net Frameworks I downloaded .net Framework 2.0. While going through the install process I get: ".NET Runtime Optimization Service has encountered a problem and needs to close. We are sorry for the inconvenience." This occurs while: Installing native images Executing: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ngen.exe install "System.Drawing.Design, Version=2.0.0.0., Culture=neutral, PublicKeyToken=b03f5f7f11d50a3 ...Show All

  • Visual Studio Platfrom SDK Generic Path

    I've just installed the latest Platform SDK ("Platform SDK for Windows Server 2003 R2") into the default directoy, which is "Microsoft Platform SDK for Windows Server 2003 R2". A very bad feeling came over me. How are solutions/projects supposed to build against this SDK, when they had previously built against an SDK that did not have that specific Platform SDK folder name I was hoping MS was clever enough to "auto-supply" an environment var, or better still a $(SDK) macro within VS2005 that points to the location of the SDK...so that builds will work regardless of different Platform SDK installations on different build boxes. But this was not the case. Am I missing something This seems like an egre ...Show All

  • .NET Development how to create tabs in a web page using java or vb scripts

    can anyone tell me how to create tabbed browsing just like wht microsoft  has done so tht there is no need to open another page and things can be seen in the main page itself every help will be most welcomed...plzz help me help me understand the code too......i m working on it from weeks but no result hope someone will surely help me out with this i m using Visual Web Developer to create javascript. plz reply please please please please please Hi, I recommed you to take a look at ASP.NET Ajax Control Toolkit ( http://ajax.asp.net/toolkit/default.aspx tabid=47 ) It provides a tab control that will help you. Apart from that, posting in http://forums.asp.net yo ...Show All

  • SQL Server Cannot use credentials for proxy account

    Hi, because my package does not run with SQL-Server-Agent, but without problems if started by "hand", I created a new credential which contains the information needed for the package. I did this as described on: http://msdn2.microsoft.com/en-us/library/ms190703.aspx . After that i tried to create an proxy account, but when I chose the created credential, Management Studio says "Der Proxy "[name_of_credential] ist kein gultiger Windows-Benutzer(Microsoft SQL Server, Fehler: 14529)". This means something like: "This Proxy is not a valid windows-user. Error: 14529". Any hints how to use a credential that is not a windows-user Regards, Jan Wagner Oh, ok. I tho ...Show All

  • Windows Forms Web Browser Control question!

    Hi! Is this possible: Cancel the file download event (when the file download dialog popups up) and handle the url of the file to be downloaded in a custom way ~Matt im not sure but take a look at this, looks promising: http://support.microsoft.com/default.aspx scid=kb;en-us;325204 ...Show All

  • Visual Studio Unknown Query Engine Error

    Hi Friends, I'm working on a vb.net windows project using crystal reports for report generating. I'm using stored procedures as well. Stored procedures are used by crystal reports. When I use crystal report for first time to generate reports it works like a gem. But when I use the same report to generate other report with different parameters it gives error, like this " Unknown Query Engine Error " Any help will be appreciated, thanx in advance. Regards, Ram Hi Ram; I had a simular error. If you are using a typed dataset the problem seem to be that during runtime the crystal report engine has problems locating the dataset. To correct this error choose the embedded resource option as your Build Actio ...Show All

  • .NET Development POST WebRequest

    Hello, I'm trying to log in to a website programmatically. My first thought it was to construct a string with the requested values . Example for the following login form :   <!-- login form -->   <form action="/login.php" method="post"> <input type="hidden" name="action" value="login"> <input type="hidden" name="url" value="/forum">   <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>   <table cellpadding="0" cellspacing="3" border="0">   <tr>    <td class="smallfont">User Name</td>    <td><input type="text" class="button" name="username" id="navbar_username" size="10" accesskey="u" tabindex="1 ...Show All

©2008 Software Development Network