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

Software Development Network >> Padu Merloti's Q&A profile

Padu Merloti

Member List

AndyMills
Uwe Keim
Christoph Richter
Malleswar
maryz
Thibaut Barrère
Uwe Keim
MBrophy
Tarana
EWGoforth
Claudio V.
Siteadm
nonno
Frederik Vantroys
PaulSumner
Alca7raz
Carel Greaves
stigman99
ToddGibbs
Matt_343
Only Title

Padu Merloti's Q&A profile

  • Visual C# Username and passwords using C#

    Hey I wrote a Password manager IE plugin using C#. Now its fillinf up usernames fine everywhere. It also fills passwords well for many web pages but for some pages the passwords do not get filled at all. I am using HTMLDocumentClass.all.item("Email",0) etc. to fill usernames and passwords. Here is the code: string selectedItem = comboBoxChooseService.SelectedItem.ToString(); string password = AuthenticatePassword.getPassWord(selectedItem); string username = AuthenticatePassword.getUserName(selectedItem); HTMLDocumentClass doc = new HTMLDocumentClass(); doc = (HTMLDocumentClass)this.Explorer.Document; Object input = doc.all.item("email", 0); if (input == null) ...Show All

  • .NET Development Error in .net Framework 2.0

    Sorry moderators if I posted this in the wrong section. I use a x86 32bit machine and I am experiencing problems using the new .net framework 3.0 on Windows XP 32bit. Whenever I use a .net web thing like webclient to download a string from a site, I get a pause and Visual Basic freezes and shuts down during compiling. I am using .net framework 2.0 SDK with Visual Basic 2005 Express Edition because it is the only compatible one with my c86 machine as far as I know. Is this because .net framework is intended for Windows Vista Skeletron, Whilst .Net 3.0 may come preinstalled on Windows Vista, it's also fully compatible with 32bit Windows XP. The reason for this is that .Net 3.0 actually uses the runtime provided by .Net 2.0. It's a ...Show All

  • SharePoint Products and Technologies No support for Code Behind files

    This has been posted in other non-MSDN forums (as far as I am aware) so I will add it here in the hope of getting some answers. I have been evaluating SharePoint Portal 2007 and in particular its support for ASP.NET pages. What I found is that while adding custom C# code to an aspx file to handle an event such as a button click within the <script runat="server"> tag is okay, you cannot abstract this out to a Code Behind file. I tried using the "CodeFile" attribute and was presented with the "The codefile attribute on the page directive is not allowed in this page" error. This seems to me to be an odd emission, reading the marketing material I was convinced that it had full support for ASP.NE ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Underlying Native Interfaces

    Is there any chance we can get a IntPtr to the underlying native interfaces, like device, textures, etc Not really. On Xbox 360, the native GPU resources are not even exposed into the managed space for security and performance reasons. On Windows, we do not expose the internal COM interface references. Paul ...Show All

  • Visual Studio Express Editions Fonts

    How do i make the font, size, etc i set in my font dialog control apply to my selected text in my rich text box so far nothing has worked for me. Sorry im really new to visual basic.net and im only 14 yrs old so give me a break! thanks... also i have some more questions: How do i make my second form appear , and also how do i make a command in the second form connect to my first form I mean i have a second form for a find option but i cant make it appear and cant make it tell my rich text box which is in my first form to find the text in the 2nd form's textbox. I don't have ever tried that so I don't know the solution But I'm 13, good to have a common person around here! Good to meet you. Do you have an ...Show All

  • Windows Forms Controls Collection

    In VB6 when a control was part of the Controls collection of the form, even if the control was on another container (eg. a Tab control, picturebox etc.). In WindowsForms a control is part of the Controls collection of its direct container.So in order to iterate through all controls on a form you have to make a recursive method. However, a UserControl also has a Controls collection and exposes all controls contained in it. Is it possible to discern the controls that was added directly on a form, even on a seperate container, from the controls that are part of custom UserControls Look back at my example code and note how it can see whether a control is inside a usercontrol. The relevant statement is If TypeOf ctl.Parent Is User ...Show All

  • Windows Live Developer Forums Send IM Without API

    Is there a way that i can send an instant message without using the API. The reason being...I want my application to run as an exe file, not a dll add on. And the old API forces me to use the send keys method which will disturb me if im doing something else on the computer. Would it be possible for me to hook the richtextbox in the contact window and then send text to it So far i have mannaged to hook msn and the contact window to create a sub menu, and i have hooked winsock to detect received messages, but now im stuck on how to send messages. Any help would be appreciated, thanks. EDIT: I'm using vb6...and i know its old... It will not be easy to do that. The richedit textbox is windowless, so you wil ...Show All

  • SQL Server Sql 2005 Deployment Problem

    Hi , I am using SQL 2005 (Developer edition) on XP (SP2)... When I design my report I can see it on the "Preview" tab that it is working but when it comes to deployment I receive this error: Error 1 The report server cannot decrypt the symmetric key used to access sensitive or encrypted data in a report server database. You must either restore a backup key or delete all encrypted content. Check the documentation for more information. (rsReportServerDisabled) Am I doing something wrong How can I deploy it Thanks in advance Iggy, I not sure what the error is, I have not seen it before, you can look at the error log file for more descriptive error message. The log file is located on ...Show All

  • Visual Studio 2008 (Pre-release) do not find "From" statement in CTP JAN...

    Hello, I am testing the CTP Jan and DLINQ. I have troubles with the following : 'Query for customers from London Dim q = _ From c In Customers _ Where c.City = "London" _ Select c "From" and others are not in the namespace system.data.dlinq - which namespace / dll do I have to use Thanks for any feedback! Regards, Fabian Hi Galin, thanks a lot for your help ! So I am not the only one ... ;-) But still after having followed the advice of the blog you told me about, "from" is not recognised... I imported the following namespaces : Imports System.Data.DLinq Import ...Show All

  • .NET Development Unhandled Exception - Object reference not set to an instance of an object

    I've installed drivers for my HP printer but I keep getting an unhandled exception with the following detail: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at HP.CUE.Video.PlaybackControl.UpdateProgressBar() at HP.CUE.Video.PlaybackControl._ProgressTimer_Tick(Object sender, EventArgs e) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime) ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.43 ...Show All

  • Visual C# Process-Responding in a Windows-Service

    Hi !! ich have create an application in Visual C# VS 2005, which observe the running processes. I use the class Process and the attribue Responding of them. Now, i created a Windows-Service and implemented this observe functions. But the problem is, that the Responding attribut ist always "true", although a process is chrashed. Why is the Rresponding always "true" in a Windows-Service What can i do The only way out is an additional application (with a GUI) which is creating in the Windows-Service. Please help me .... Hi Peter, thanks for your answer. The Process which is chrashed is an application with an UI. In my application is the responding then fals ...Show All

  • Visual C++ How can i get a string from a html resource file?

    I have a few code in unicode like this: IDR_HTML HTML DISCARDABLE "D:\\VirtualEarth.htm" DWORD dwIDR_HTMLResource; CString strhtml; dwIDR_HTMLResource = IDR_HTML; LPVOID lpvHTMLResource =(LPVOID)::LoadResource( NULL, ::FindResource( NULL, MAKEINTRESOURCE(dwIDR_HTMLResource), RT_HTML)); Now I want to get a cstring strhtml from lpvHTMLResource, please tell me how should I realize this conversion I appreciate your help. Note: in non-unicode code I can use the following code to get correct string: strhtml =(LPCTSTR)lpvHTMLResource; I save that html file into unicode file and try it and I get the same result as before, it fail to get good result. For the second option, I try it wi ...Show All

  • Windows Live Developer Forums Does SetScaleBarDistanceUnit work?

    I've been trying to get the new feature, SetScaleBarDistanceUnit to set the scale bar to kilometers, and haven't been able to get it to work. This may be due a misunderstanding by me so if you have an example where it works, I'd be grateful to see it! The trick is you have to make the call after your mapload. map = new VEMap('MapDiv'); map.LoadMap(new VELatLong(-27, 152), 5 ,'r' ,false); map.SetScaleBarDistanceUnit(VEDistanceUnit.Kilometers); John. ...Show All

  • SQL Server An attempt to attach an auto-named database for file......

    I've read through all the posts in this fourm that are related to the problem I'm getting with this error message on my main form, but none of the fixes seen to solve the problem. So I hope someone can get me pointed in the right direction. I'm running visual studio 2005 professional, and SQL Server 2005 Express Edition and this is a desktop application. I added the db file to the solution with the Add New Data Source wizard, I can create the datasets and preview the data correctly. An attempt to attach an auto-named database for file C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\dbInventory.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. When I run ...Show All

  • SQL Server Need help to write MDX for a scenario

    Hello All, In my model, I have dimensions for Instrument, Customer ,Product and Time. I have two Fact tables, FactInstallBase (it is a monthly snapshot of instruments installed and active at various customer sites) and FactProductSales (sale of products to run on the instruments). There is no direct relationship between the instruments and products except at the product line level. I have a business requirement to calculate the total monthly product sales to customers that own instrument(s) (that belong to a certain product line). For this I would have to find out all the customers that own instruments belonging to a certain product line and then find out the reagent sales to these customers for a given month. I am new to MDX and wou ...Show All

©2008 Software Development Network