Software Development Network Logo
  • Visual C++
  • Game Technologies
  • Windows Forms
  • Visual Basic
  • VS Express Editions
  • .NET Development
  • Microsoft ISV
  • SQL Server
  • Visual J#
  • Visual FoxPro
  • Windows Live
  • Visual C#
  • VS Team System
  • Windows Vista
  • Visual Studio

Software Development Network >> siwel_nerrad's Q&A profile

siwel_nerrad

Member List

mcglonec
jcbuchin02
Larry Niemoeller
floriflori
Mike S
zach24
MrLister
Vasu Sankaran
xdd
Paul_Biwer
Tyler Sample
richbrownesq
Verne Logan
Indo
Naqshekhayali
Nung
WTHUGHES
BillMiddlebrook
Herdez
santosh kumar gupta
Only Title

siwel_nerrad's Q&A profile

  • .NET Development http://www.microsoft.com/ to PDF (looking for Component)

    does any one know any component that can be manipulate to c#, in order to convert http://www.microsoft.com/ to a pdf file I've tried: Adobe Acrobat, abcPDF, ClickTo Convert, CutePdf, PDF995, PrimoPDF, Ultra Image, PDFizer, giosPDF, HTML2PDF, easyPDF, Itext, iTextSharp, pdfOnline ... etc. Many Thankz Chris Get the latest Office Word 2007 and install the Save2PDF add-in that comes free from http://www.microsoft.com/downloads/details.aspx FamilyID=4d951911-3e7e-4ae6-b059-a2e79ed87041&DisplayLang=en . Then just copy-paste the web-site to your Word document and save it as pdf to a file. ...Show All

  • Visual Basic Simple Questions

    Hey, Im new at this stuff I have a status bar with the code Status1.Text = WebBrowser1.DocumentTitle And it only displays the title of the site if you click on it, how would i get it to auto display the title Also how would i make an adress bar that shows the url of the page being displayed in WebBrowser1 Thanks ...Show All

  • .NET Development CAO and GAC Issue

    I have a .NET Remoting server application (TCP, binary) and it works fine when it loads the defined types from the private assembly, but when I put that assembly in the GAC then I get FileNotFoundException. In the MSDN doc it says: " <activated     type="type,assembly" />   Specifies the full type name of the object and the name of the assembly that contains the type implementation. This includes version, culture, and public key information if the containing assembly is in the global assembly cache. " but when I put the version, ... info in the config file, then it raises a kind of parsing error "information is pre ...Show All

  • .NET Development Does WseWsdl3.exe support a parameter file?

    I was under the impression that the wsewsdl3.exe tool supports the same parameters/switches that wsdl.exe does. However, I can't seem to get WseWsdl3.exe to use a parameter file. Is there some way to use a parameter file with WseWsdl3.exe Thanks, Erick Yes, the /sharetypes is not a value switch, try this: wsewsdl3.exe /type:webclient http://[service1].asmx http://[service2].asmx /sharetypes Thanks, Elena ...Show All

  • Visual C# Delete SPECIFIC Keys and Values from SortedList

    Hello! I have SortedList say... Keys                  Values Adam               Busch Brett               Budlite Carl                  Miller Dave              Millerlite Eddie                ...Show All

  • Windows Forms MdiChild window forgets its State (maximized) when hiding

    I have a MainForm which has a OutlookBar Control, where you can select different icons. To each icon a MdiChild is shown on the right. These winforms have their WindowState set to Maximized. Every time the user selects an icon on the left, then all mdiforms are hidden (form.Hide() ) and the  one which he wants to see is shown (form.show() ).& ...Show All

  • Visual Studio Express Editions relate an extension to my application?

    Hi. How can I set windows to open a type of files with my application. like a file.doc will be opened directly by Word. I want that my file.ext will be opened by MyApplication.exe can anybody give me the code to do that... Thanks This is something that needs to be done during installation, and unfortunately it isn't supported by ClickOnce deployment, the only deployment technology supported by Visual Basic Express. If you have the full version of Visual Basic you can specify file associations in the File Types editor for a Setup and Deployment project. The following topic shows how: http://msdn2.microsoft.com/en-us/library/4fcx9 ...Show All

  • Visual Basic Not Focusing!

    I want RichTextBox1 in Form1, my startup form, to be focused when Form1 is loaded. But for some reason, it isn't getting focused! I'm trying to do: Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load RichTextBox1.Focus() End Sub If you move the code to the Form1_Shown event it should work fine. Hope that helps, Jonathan Aneja The VB Team ...Show All

  • SQL Server Decoding Decimal Form of HRESULT from ErrorCode

    I have an OLE-DB Command transformation that inserts a row. If the insert SQL command fails for some reason, I use the "Redirect Row" option to send the row to another OLE-DB Command transformation that logs the error on that row to a "failed rows" table. In this table I log the ErrorCode and ErrorColumn values that come with the error path from the first OLE-DB Command. OK, that's all working great. However, here's the kicker: there's no error description value. The ErrorCode value, naturally, is the decimal form of an HRESULT--for example, -1071607696. Without some further information, however, this code is not useful f ...Show All

  • Visual Basic copy file through unc path with services

    I have a windows service running under localsystem account and need access shared folder ( \\192.168.1.1\folder\filecopy.exe - it's shared with everyone permissions) to copy a file in background and without logon but gives me error. I need do something in services to can access shared folder (two computers are in same domain) Thanks. I might be wrong here, but I think that the LocalSystem account (i might be thinking of NetworkService) is registered in AD as the Computer account. If you go to the file share and add that particular PC's Computer account to the sharing security you should th ...Show All

  • Visual Studio Express Editions Converting unicode characters

    Hi, I'm making a chat client program and I'm getting information sent from the server that comes up as on my server trace. The only thing I can think of is that the information is in unicode. Is there any way of decoding the unicode characters into characters that are recognisable It's only the names that are like this and 1 part of the challenge the server uses to authenticate (this is important). The richtextbox is compatable with unicode, anything I paste into the text box directly looks fine. Thanks in advance. System.Text.Encoding Class http://msdn2.microsoft.com/en-us/library/86hf4sb8.aspx Lots of info and an e ...Show All

  • Windows Forms centering a rectangle?

    Q1. When printing using GDI+, how do I center rectangleF on a page Assumptions: rectangleF.location() would set the location but I don't know where the center is. If i know the dimensions of rectangfeF,  I should be able to calculate the location to center rectabgleF. Is this true or is there another approach to this Q2. How do I determine the boundaries o ...Show All

  • SQL Server Script Transformation

    A new question ! When you use a script transformation you have input rows and output rows. Is it possible to have a different number of rows at input and output Thanks   Coroebus wrote: I get an error with my script : PipelineBuffer has encountered an invalid row index value. Dim NbCode As Integer = 20 ' set the nb of code per row Dim liste As String = Nothing ' the string containing the output row ' We loop for NbCode times While Not Row.EndOfRowset       For j As Integer = 0 To NbCode            &n ...Show All

  • Windows Forms Added unbound grid rows are blank

    Added unbound grid rows are blank I have a master-child relationship.  The master are unbound controls, and the two children are grids. The column names and types I created in the columncollection. When I save the master, values automatically go into the grid columns and saved.  They appear in the grid and are updated correctly to the database. If I add another row, it's values appear in the second row.  However, the first row's contents become invisible.  Same for each subsequent row.  However, when I save each row, it is updated correctly in the underlying database. How can I get the values to stay visible wh ...Show All

  • .NET Development WSE and unmanaged code

    Hy, I would like to know if it is possible to call from unmanaged code methods exposed by a Web Service using WSE 3.0. Thanks, Sebastien here is an article for calling Web Service from MFC. http://www.codeproject.com/useritems/CoolWebServiceClient.asp It may be helpful. Code is specifying using Web Services from MFC. I dunnot think using WSE 3.0 Web Service is going to make any diff. in the approach apart from the proxy class inheritance. ...Show All

©2008 Software Development Network