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

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

Andreas12345

Member List

Tayfun Kocak
Hillgogoangel
Abu-Bakr
mostaf
Mike L.
Sameer Simha
Tyler Miller
inthefields
ToddInColorado
ocanon
wakawakaam
antonio97b
Asher
J Russo
chapel21
Anibol
George Henne
Fat Controller
imin
solmyr72
Only Title

Andreas12345's Q&A profile

  • Windows Forms DataGridView - dotted selection rectangle

    Hi, when I click on a cell in a DataGridView, a dotted selection rectangle is drawn. How can I prevent that Also, when reordering columns, a selection rectangle for the header cell is drawn How can I prevent that as well as I do my own drawing for column reordering. Thanks, Tom I guess you meant OnRowPrePaint In OnCellPainting e.PaintParts is read only ...Show All

  • Software Development for Windows Vista Workflow Serialization

    Hello, i know that to exchange data between the host and the workflow it must be serialized but is it serialized by default even if i didn't add the serialize attribute or i have to put it and this mean that i can create object in my classes as long as it's not serializable Thanks, Tamer At the heart of WF there is only one mechanism for inbound data and one mechanism for outbound data. Inbound data comes through the WorkflowQueue object. WorkflowQueues are created by the workflow instance through the WorkflowQueuingService. Queues are not ever shared between workflow instances and the na ...Show All

  • Visual C++ Intellisense Problem

    Hello, I have yet another problem which is that Intellisense stops working. When my script reachs a certain legnth it just won't work anymore. Now it sometimes even doesn't work when I start new applications. (I am using Visual Studio 2005 June CTP). With Thanks,                     Gal Beniamini. Hi, you use the last release version which is available for download in MSDN subscription. But also on my machine the problem is the same. I don't know if they any fix available for this problem. I just renamed the file <VS root path& ...Show All

  • Visual Studio Team System VSTS Dev edition and TFS - IDE Locks on Add Item - BEEPS

    When connected to TFS everytime I add an item to the project the IDE locks up in what appears to be a modal error of sorts. Once the item is added to the project I cannot do anything. Anywhere I click in the IDE I just get beeps. It is as though there is a dialog box open but I cannot see it. I have to kill the devenv process... When I reopen the project I have to show all files and include the file that I just added. I can provide a short video if you need an example. The fix is available now. The KB article is KB 922989 - it may not be published yet but you can still contact support and ask for th ...Show All

  • Visual Studio Express Editions binary serialize

    hello,i'm new on this forum,and i'm here coz` i have a little problem serializing objects. i have a binary file where i have more the one serialized object. after the deserializetion i'm getting only the first serialized object (it's normal )...my problem is : i need a code for getting all the serialized objects... i've tried something with loop..it looks like this: [code] FileStream s; s = new FileStream("c:\\persoane.txt",FileMode.Open); BinaryFormatter f = new BinaryFormatter(); ArrayList lista = new ArrayList(); lista = (ArrayList)f.Deserialize(s); int test = 1; ...Show All

  • Visual Studio Can I draw something on the report?

    I want to draw sth on the report, how can I do that Thanks in advance. Long im trying to do the same, i have a field in a database that has point values (used on a bitmap), and im trying to output that into my winforms app. i have a custom code that takes the coordinates and creates a bitmap image, which can then be assigned to the image object but it doesnt work, for somereason it doesnt see the Type Bitmap... the solution to your problem might be same, you might need to create a bitmap image with the sth in it and place it on the report, but like i said, my solution doesnt build because it cant s ...Show All

  • .NET Development WebRequestMethods.Ftp.GetDateTimestamp exception on some FTP server (akamai ftp)

    WebRequestMethods.Ftp.GetDateTimestamp exception on some FTP server (akamai ftp) exception: "The remote server returned an error: 213 20051128195415.\n\r." the response seems correct, 'till you notice the extra "." on the response will these ftp servers be supported in the future what can i do to get the raw response without throwing an exception (i will parse the response myself) thanks Interesting. Is this server reacheable over Internet If so I would like to setup a test for this. Also can you use a netmon and send the network capture for this I would like to see the capture for this  and look at the traffic ...Show All

  • Visual Basic Form Focus Issues

    First of all, I am using the .NET 2.0 framework with Visual Studio 2005. I have two forms. One is a form with a TreeView control on it (used as a menu - kindof a favorites list) and the other is a form with a WebBrowser control on it. The TreeView_Click event fires up the other form with the link passed to it via the Node. If the user clicks the TreeView and the form is already open with that link in it, it is supposed to set focus to the appropriate form. This does occur, but it appears that when the Click event completes, the form with the TreeView control on it gets the focus back. So other than the TreeView form, the proper WebBrow ...Show All

  • Windows Forms Notepad to Image

    What I want to do is to write a standard txt file- a notepad file without wordwrap and create an image.  This needs to be exact because it is a COLD extract file from a mainframe that will be used with an overlay.  I can do it very cleanly with a third party PDF library but I want to do it with a tiff file.  I&nb ...Show All

  • SQL Server Where are my migrated packages?

    I have successfully migrated 50+ packages from 2000 to 2005. Where are they ! ! I looked through Management Studio and through Visual Studio ("SQL Server Business Intelligence Development Studio") and cannot find them. Note: When I open Visual Studio the splash screen confirms that Integration Services is installed.   Thanks   Did you use Migration Wizard to migrate your packages The migrated packages are saved as .dtsx files somewhere on your file system. It should have asked you for the location of the folder where to save the migrated packages. Search for .dtsx files on your machine. ...Show All

  • .NET Development Graphics class too slow and Drawing too

    Ive upgraded an app from VB 6.0 to .NET 2005 Express, my problem is that in the pass i used the line, circle and print methos over a picture box to show a big graphic. Now ive changed old methods for drawrectangle, drawline, drawstring etc.. over the paint event. The final results are the same but the speed of the .NET versiuon is awesome SLOW like a turttle, when i click in the scroolbars to see other part of the picturebox the paint event activate and its too slow. Can i draw in the picture without writing code in his paint event Thank you in advance You may consider to add this code in form constructor: Public Sub New ...Show All

  • .NET Development How can I communicate with an Java (JDK 1.5.0) Application over the Network with with Serialized Objects?

    Here is the problem I am looking to solve.  I have done a fair bit of searching on it but there is little to nothing on the web about Cross Language communication between Sun Java and C#. I want to send serialized objects between J2SE (Sun Java JDK 1.5.0) applications and a C# server program.  The server program also needs to be able to send objects back to the J2SE client program.  Both need to be able to read the objects and interact with them once deserialized.  Due to cross OS compatibilitys, a pure C# solution is not an option.  Also, what if any other considerations would apply if the rolls were reversed ( ...Show All

  • Microsoft ISV Community Center Forums inputbox method and ranges

    I am having trouble assigning the range given by an inputbox method to the variable targetcells, and subsequently selecting targetcells. any help would be most appreciated. Dim i As Integer Dim CopyCells As Range 'the cells into which links will be copied Dim TargetCells As Range 'the cells that copycells will be linked to Dim CopyAddress As Variant 'the address of the copycells Dim TargetAddress As Variant 'the address of the targetaddress i = 0 For i = 1 To 100 Set CopyCells = Application.InputBox("Click on the cells to copy", "Automating copying links", Type:=8) Set TargetCells = Application.InputBox(" ...Show All

  • Visual Basic How can I make Install package for VB2005 Express?&lt;like P&amp;D Wizard of VB6&gt;

    How can I make Install package for VB2005 Express In VB6 , I use Package and Deploy wizard. I try to use 'Publish' in 'Build' menu. It can generate Setup package. But when test by setup its. It have Short cut to run application. But  I can not find installed/application folder.(can not find link of its short cut) I went thru the same frustration. For some insane reason, MS decided to bury the installation. I found mine deeply hidden away in C:\Documents and Settings\Owner\Local Settings\Apps\2.0\ . As you noted, the shortcut on the Start menu also hides the install location. The Express edition ...Show All

  • Visual FoxPro Foxpro problem I think

    Hi, I have made an program in foxpro wich will archieve mail. what I do is I first export the mail body, sender, etc to text files with vba and than get them back with foxpro, but sometimes the layout changes when I put it back. Has this something to do with that I exprot them to text files or is it something different please help Remember that most email objects used to get email have two Body properties. Body and HTMLBody If you are importing the Body property you will loose all the html, ie the formatting. When you look at your text file do you see the HTML ...Show All

©2008 Software Development Network