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

Software Development Network >> Piotr Celej's Q&A profile

Piotr Celej

Member List

Siddhartha Rao
Qwertman
dreamw13
Ed Dudenhoefer - MSFT
Jeevann
gh0st 1
xopher
Dennis Keith
Victor De La Oliva
CoderJames
Mike Perri
Sam
Leebert
LozD
Ramraj Balasubramanian - MSFT
SilverShadow
mburton603
BNLBob
Ran-Solo
mccune68
Only Title

Piotr Celej's Q&A profile

  • Windows Forms Can't set value of datagridview cell

    Can't set value of datagridview cell The documentation claims you can set the cell value thusly: Private Sub SetCellValue(ByVal myGrid As DataGrid)    Dim myCell As New DataGridCell()    ' Use an arbitrary cell.    myCell.RowNumber = 1    myCell.ColumnNumber = 1    ' Change the cell's value using the CurrentCell.    myGrid(myCell)= "New Value" End Sub      &n ...Show All

  • Visual Studio Express Editions VB express beta 2--start screen won't show

    I uninstalled beta 1 and net framework prior to installing beta 2 version of visual basic.net. The start screen doesn't appear because it can't connect to the proper url. As a result, I can't even begin a new windows application. Any ideas how to resolve this issue Thanks I had the same problem in VC# 2005 Express 2.0 Beta 2.  I upgraded from Beta 1.  I followed the instructions EXACTLY, I get no startu ...Show All

  • Windows Forms how does the SectionHeader.vb control goes on thenMiddlePane.vb

    Hello, doe someone knows how does the SectionHeader.vb control goes on thenMiddlePane.vb I have try to put it on de control but is doesn't seem te work in the code i can see the following code: Friend WithEvents header As IssueVision.SectionHeader and if i& ...Show All

  • Windows Live Developer Forums Problems with Messenger Beta 8.0

    I received an invite to messenger beta and I’ve intalled in my computer. When I connected I realize that all my contact were gone !!! And appear a message saying that I have do add more contacts !!! This problem is related to my passport My email is from gmail. Can be that Anyone knows Thanks. Rodrigo, It sounds like you experienced server problem with the beta server network. You should log in ...Show All

  • Visual Studio Express Editions Express Edition Release Candidates

    Hello Will there be any Visual Studio Express Edition Release Candidates and when will they be available Also if you could make them available to the general public not just subscribers that would be great. thanks Jason D. Somewhere, they are available. Someone from MSDN blogs was giving a link and I actually downloaded and installed. Then I switched back to Beta2 and now don't find the download link anymore :/ ...Show All

  • SQL Server Email Export?

    Hello, In the Crystal Report Viewer control, there is a way to export a report to the file format of choice (i.e. pdf or xls) and have it emailed. This is probably a stupid question, but I have to ask it... Is there a way to have an exported report in SSRS 2005 emailed without saving the report and then attaching it to an email I know about the scheduling services, but that will not work for me as my reports are created dynamically a ...Show All

  • Windows Forms ListVIew and OnSelected Index Changed Event in vb.NET

    Hello, I do have the following code in ListView_ON Click even which is working just fine. glbRelationID = ListView2.SelectedItems.Item(0).SubItems(1).Text When I try to place the same code in ListView_On_Selected_Index_Changed event I receive an error. Does anyone know what I&nb ...Show All

  • SQL Server How to view MDX query from Excel report

    Hey guys, I generated OLAP report from SQL Server Analysis server using Excel. When you are using Excel to generate a report from OLAP database, excel will take care of generating the required MDX query behind the scenes. That means you don't need to hand-write MDX queries yourself. So, my question is pretty simple, i.e. Is there a way to view the MDX query that is generated automatically by excel Thank you for taking your precious time. ...Show All

  • .NET Development socket.Receive() on blocking socket throwing WSAEWOULDBLOCK exception?

    I'm using a UDP socket for network communication with socket.Blocking == true and SocketOption(ReceiveTimeout) set. After several thousand packet exchanges, socket.Receive() starts throwing WSAEWOULDBLOCK (SocketException.ErrorCode == 10034) and seemingly continues to do so indefinitely about every second or third call to socket.Receive().   Can someone shed some light on what might cause socket.Receive() to throw a WSAEWOULDBLOCK exception ...Show All

  • Visual Studio Express Editions Saving SQL Data

    I have a small SQL database that I'm trying to rewrite in VB Express. It works fine when I run the program from VB 2003 in the VB Express mode. However, when I type the code into VB Express I get the following error, Incorrect Syntax near ' ' when the ExecuteNonQuery line is run. The line of code for my "Values" is as follows; ArtistDataAdapter.InsertCommand=New SQLCommand() ArtistDataAdapter.InsertCommand.CommandText= "Inse ...Show All

  • Visual Studio Team System XML Schemas for Process Templates?

    OK, so TFS Beta 3 is up and operational, and we have spent the past few weeks grinding through CMMI web pages and comparing it to our process as well as MSF 3.0 which we have used in the past. (Where the heck is the high-level flowchart in your process *guidance* ) We have contacted our Microsoft rep and lined up a butt load of money to pay for all of this. (Can you hear the dump truck backing up Those Universal Subtractions per developer add ...Show All

  • .NET Development Error Using Assembly Via COM When .NET 2 Installed

    We have a .NET assembly compiled under version 1.1.  I used Regasm to create a .REG file which allowed access to this assembly using COM from a legacy application. Once version 2 of .NET was installed, we started getting error messages.  Open examining the error logs, it seems that the offending code was the opening of a SqlClient connection. The error log showed the following:    System.Runtime.InteropServices.COMException ( ...Show All

  • Windows Forms Dynamicly Creating class DLL from EXE

    I'm looking for an example code showing the following: EXE form app. that creates a virtual dynamic refrence class in memory Public Class... Private DynamicVariable1 as string ' I want to be able to restructure the class on demand Private DynamicVariable2 as strin ...Show All

  • Visual Studio Team System guidgen in TeamBuild

    Hi Is there an easy way to generate a new guid in a Team Build script. I've seen the following in a visual studio project creation tool and thought it might work, but it doesn't: < PatchGuid > {00000000-0000-0000-0000-000000000000} </ PatchGuid > Presumably I could do an exec to uuidgen, but wandered if there was anything neater The GenerateGuid is a task and should be inside a target. Pla ...Show All

  • Visual Studio Express Editions Books: Recommendations

    My hope is this will become a sticky posting, so everyone can see it, use it and reply to it. I am looking for recommendations on books for Visual Studio 2005 & Visual Studio 2005 Express Edition (if there's a difference). If you know of any good books related to these, could you please post them here This way people will have a resource they can go to so they can find this type of information, especially beginners like me. I thin ...Show All

©2008 Software Development Network

powered by phorum