remedy's Q&A profile
Visual J# How can I encrypt a String to put it into a Database?
How can I encrypt a String to put it into a Database I've tried with: public static String encrypt( String textoplano) throws IllegalStateException { MessageDigest md = null ; try { md = MessageDigest .getInstance( "SHA" ); // Instancia de generador SHA-1 } catch ( NoSuchAlgorithmException e) { throw new IllegalStateException (e.getMessage()); } try { md.update(texto ...Show All
Visual Studio 2008 (Pre-release) Getting Started sample not getting service.exe
Hi, Well, I have been trying to get this first sample "Getting Started" going for a very very long time, and so far, I've been pulling my hair out just trying to figure out what is going on. My question is, when i compile the "Getting Started sample" which is from WIndows SDK, it compiles fine, and I find client.exe but I can not find service.exe anywhere. Neither under Getting Started/service/bin folder which produces ...Show All
Visual Basic VB2005 Courses
Hellow to all , I have made a concept to start working on a media player but I am begginer with VB , I want to build it without media player control but I need some courses and tutorials.Where to find that ...Show All
Visual Studio 2008 (Pre-release) Problem when hosting Windows Forms Controls in WPF
I am trying to use Windows Forms Controls in my WPF application. I did the following steps. First added reference to System.Windows.Forms.dll and WindowsFormsIntegration.dll Then I added the following tags to the XAML file < Mapping XmlNamespace="wf" ClrNamespace="System.Windows.Forms" Assembly="System.Windows.Forms" > < Mapping XmlNamespace="wfi" ClrNamespace="System.Windows.Forms.Integratio ...Show All
Visual Studio Express Editions HttpWebRequest & HttpWebResponse
I am trying to write some code using HttpWebRequest but i get the erroe message "type 'HttpWebRequest' is not defined. How do i over come this For Example Dim httpRequest As HttpWebRequest Dim httpResponse As HttpWebResponse ...Show All
Visual Studio Team System Move source file in Source Control Explorer and lose history on where it was moved from
When I move a source file in Source Control Explorer, the history doesn't detail where it was moved from. Is this by design OK. I see what you mean now. It would be nice if a comment was automatically placed on the file that was renamed, but I agree that it is possible to find out the information. Thanks for your help! ...Show All
Visual Studio Visual sourcesafe 2005
I am running VS 2005 Professional on my development machine. I have installed and configured VSS 2005 on the server and my development machine. I can use VSS on the development machine to access the server database. However the plug-in is not appearing in Visual Studio. According to the instructions, it should automatically appear when VSS is installed on the client. Anyone have any suggestions ...Show All
Windows Forms Visual Studio Custom DataGrid etc
I have developed a suite of Custom DataGrid Column Styles and have extended the data grid design time so i can add them using VStudio. All goes well except for a slight problem where VSTudio.net crashes whenever i try to edit the column&n ...Show All
Visual Studio Team System Automate your build
hi, I want to automate my builds and looked after some detailled information about: - automaticially put a label before building - use a custom build number in the tfs build (for the whole team build) updating the assemblyinfo.cs file after a build do you have any good ressources how to fulfil this task I didn't really found any good ones TB automatically put a label with name same as build n ...Show All
Windows Forms Question about creating a control from scratch
I've been writing a menu control from scratch since I want to learn everything I can about the drawing namespaces. Well I've got a pretty nice menu control, but I've hit a snag now that I've to the actual menu items. The menu's will display fine, but since the menu items draw outside of the controls bounds all I see is just the top line of the menu item rectangle. I tried to make the menu items their own control, but I can't s ...Show All
SQL Server Inconsistent package failures
I'm debugging my first SSIS package and is getting inconsistent results. The package does not always complete successfully. When the package does fail, it fails at different tasks that accquire database connections. Any of the following error message would show up: [Execute SQL Task] Error: Failed to acquire connection "FORGE.FMC". Connection may not be configured correctly or you may not have the right permissions on this connectio ...Show All
Windows Forms VB Express 2005...no Publish option available
I am trying to publish a dll I wrote in VB Express 2005 so I can use it in an Access 2003 Application. There is no option to publish either on the project menu, or on the right-click menu of the project in solution explorer. What am I missing here This is for all editions. I'm not sure I understand your follow-up point. These class libraries are created for re-use, you just have to reference them from your application. The class librari ...Show All
Visual Basic Web Service setup help needed
Hi all, I'm in the process of learning how to create and consume web services. I understand how to create the service and how to access the service from vb.net but what I don't know is how to set something up that my web service runs on. I don't have a website to publish the service on so I've briefly looked into ways to set up some kind of desktop emulation or host service that I can use. I've seen references to IIS running on the desktop ...Show All
.NET Development tranforming the XSLT file
Hi, I had a problem while tranforming the XSLT file, I have an XML(source) file I have a xml element like this <ProductCodes field="01">E SF AFN </ProductCodes> While tranform the XML should like this <ProductCodes> <ProductCode>E <ProductCode> <ProductCode>SF<ProductCode> <ProductCode>AFN <ProductCode> </ProductCodes> can any one sugg ...Show All
Windows Forms Main form inside another class...
Maybe it's not very smart post title, but I can't find anyone adequate. Sorry about that. Iam creating some Windows App for my final exsam and I encouter with some problem. On main Form I have a tab control for every program options. In the same form file, I have declared another classes (for each tab) in seperate Namespaces. Sme functions in that classes suppost to do somehing with the controls in main form, but I can't seem to do it right. Th ...Show All
