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

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

JJ_Berg

Member List

xniccyr
swatts777
ricc
FabioPax
Rudgr
AndersBank
Info_Peter
Roger Jennings
ChandraP
Stanley Pagenel
Philip Jaques
WinFXGuy
CoDeR X
.net sukbir
m#
Gubi
ivanchain
Jason Mueller
Andy Jarvis
Davids Learning
Only Title

JJ_Berg's Q&A profile

  • Visual Studio 2008 (Pre-release) How do you print in WPF?

    .NETters, Newbie question alert! I am working on a desktop application where family pictures can be arranged in a hierarchical fashion. I current have a Canvas as my main item. One should be able to right click and insert an image at a specific location within this Canvas. I am trying to figure out what I need to do to support printing. The SDK talks about XPS document. Is there a simpler way to redirect the Canvas output to the printer How does paging work Thank you in advance for your help. Pradeep I don't have enough time to explain it myself now, I remember from beta days this blog entry, let's see if it's enough. If not I'll try to reply from home... (Yes, you can di ...Show All

  • Visual Studio can't installing

    I am follow " Extensibility Guided Tour" article to make my msi file. But, when setup it then have messagebox " This is a VsPackage and Requires Visual Studio to be installed". Please help me.. thanks.. PS: I have PLK. Hi Dmitry Pavlov: Excuse me... Wix is difficile for me, IronPython sample too. My project is a ToolWindows VsPackage, it is very simple... IronPython sample is complex. I can't understand it. Can you tell me you how to package VsPackage to MIS file used Wix. Can you tell me a simple sample for who to package VsPackage using Wix Thank You... ...Show All

  • Windows Forms Need DatGridView Dirty Logic

    >>VB2005, SQL Server 2000, ADO.Net >> >>Anyone seen a complete example/best practice doc on how to bind a >>DataGridView to a SQL Server 2000 table including the logic to handle >>"dirty" row data, in particular how to detect user added/deleted rows. I >>can't seem to find a reliable set of events to detect user changes nor the >>magic methods to flush the user changes to the dataset and back to the DB. >>(I would have thought a Dirty property / UserChange event would be >>standard on the grid object by now.) >> >>Need non-Designer samples. >By default the databinding story for Windows Forms and ADO.NET is to not push >the changes back to the actual database. You need ...Show All

  • Software Development for Windows Vista CreateProcess and iscsicli.exe fails on 64 bit pc

    I am running iscsicli.exe from within a c++ 32 bit application using CreateProcess. This works fine on a 32 bit machine. However, when I download & install the 64 bit version of iscsicli.exe on a 64 bit pc ( AMD64 ) CreateProcess fails with the error FILE_NOT_FOUND, despite the fact that the exe file can be found using a search with Explorer. Interestingly, on the 64 bit pc iscsicli.exe works fine from the command prompt. It will also run from within a batch file if the batch file is run from the command prompt, but if I run the same batch file from CreateProcess in my application it fails. Anyone any ideas This is expected.  On 64-bit installations, system32 is used for 64- ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Transparent particles

    I'm new in MDX I've created a simple particle system in my game, i've used txeture with alpha channel an 2-polygon structure to draw it on. But I can't find a way to make all particle transparent (like in other games, particles disappear smoothly). Help me please! Private Sub DrawParticles() Dim k As Byte Dim v(5) As CustomVertex.PositionColoredTextured Dim l As Long device.RenderState.SourceBlend = Direct3D.Blend.SourceAlpha device.RenderState.DestinationBlend = Direct3D.Blend.InvSourceAlpha device.RenderState.AlphaBlendEnable = True v(0) = New CustomVertex.PositionTextured(New Vector3(0, 0, 0), 64, 0, 0) v(1) = New CustomVertex.PositionTextured(New Vector3(2, 0, 0), 64, 1, 0) v(2) = New CustomVert ...Show All

  • Internet Explorer Development Is it possible to get raw HTTP requests and responses in my own Explorer Bar

    I wanna develop an Explorer Bar for IE to intercept RAW HTTP requests and responses. These includes raw data initiated by the URL entered in IE address bar, and images' URLs within that main HTML file. Is it possible Hi, I am interested in doing something similar which is to - list the images/css/js... files that are a part of a page - list the time it took to download them - list whether the item was served from the cache or not - display the http headers associated with that response ... Eric, you mentioned a few possiblities above. Regarding the namespace handler, could you share any pointers on it. I saw links for implementing a pluggable protocol handler but it seems that with the n ...Show All

  • Visual Studio Cannot Edit Macros

    Hi; I'm trying to edit a macro that I've recorded in VS 2005. In Macro Explorer, I right-click on TemporaryMacro, click on "Rename" - and I renamed it to Macro01 - OK - no prob. I then right-click on the macro, click on "Edit" - and nothing happens. I also did the following: Tools > Macros > Macro IDE ... ... and I get a message box, with the error message "Class Not Registered." Perhaps this is related - I dunno. I'm a novice at this, and not very bright, so PLEASE take things slow with me. BTW: Can macros be written in C# ... or is it Visual Basic only THANKS! Carlos Quintero MVP wrote: For the first part you can try to repair/reinstall VS. I've just done that, and it seems to ha ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Terrain component source code

    The terrain is split into batches, one batch from every texture type. Each batch has a vertex buffer and an index buffer. It uses quad trees to find which tiles should be rendered. Once it has the list of tiles that are visible it populates the batch's index buffer. I'm sorry for the disgraceful lack of comments in the code, but here you go, a tile-based terrain component implementation for XNA. Download the file here: http://files.filefront.com/Terrainzip/;5526129;;/fileinfo.html For more information check out my new/empty blog: http://kukyona.blogspot.com I dont have a website so Im a little at loss on how to share this with you guys... so feel free to send me any questions or comments on a better place to put this. ...Show All

  • SQL Server Full-Text Search

    I am trying to create a full text index on a column in a table and the data type is Image, but the TYPE COLUMN FILE EXTENSION is in another table. there is no way of creating the type in the same table. the wizard will not allow me to pick the data type field from another table. is there a work around this issue Emadkb hey Feng Tian I hope you could help me in FullText Search. No one else seems to be knowing about Fulltext Search. I'm able to create Full text indexing catalogs, populate them etc.. when i login directly from the server using Sql Server Enterprise manager but when I try to use the same login (db owner) remotely from some other machine using SQL Server Enterprise Manager, I see disabled(s ...Show All

  • Windows Live Developer Forums Live Alerts & Visual Basic 2005

    Hi everyone, I'd like to know if anybody has some sample code using Visual Basic 2005 to send a Live Alert to Windows Live Messenger. I'd like to do some research on this topic but am not really sure where I should start. Are Live Alerts free for business use Thanks, ST Thanks again MattY!!! You said " your users individually must sign-up for alerts from you" so my question now is simple. Do I need to have a web site with some form that sends user's data to Microsoft Alerts page or do I need to register with Microsoft and provide some link (from Microsoft) on my site for the users to register, or is there another way I missed completely Is what I'm trying to accomplish o ...Show All

  • Visual C++ How to get control's relative position and it's size in a window / dialog box?

    Hi all, Actually I am trying to give a different appearance to my vc++ application. i.e. i like to change the appearance of all controls in my dialogs. So I like to draw control's border in my own after removing its border property. So can any one tell me how to get relative position of controls in window / dialog any suggestions would be appreciated. Purusothaman A Thanks priyasophi . I am also a starter. Regards, Purusothaman A ...Show All

  • Visual Studio Team System Adding custom parameters in Work Item report

    Hi I have added some custom fields in work item "bug" template. <FIELD name="Work Packet Number" refname="Sample.WorkPacketNumber" type="String" reportable="dimension"> </FIELD> The issue is that I wanna rum a report on some particular "work packet number". For e.g: I want to see only those work items that are in "work packet number" = 1221. How can I filter on the custom fields I was expecting that when i go to team project portal>reports>work item>properties>paramters, then i could see this new "work packet number" parameter. But it doesn't show up. Am I missing some step If not, could somebody put together the troubleshooting steps ...Show All

  • Smart Device Development Populate a treeView in C# ?

    Hi Guys! I have an number of objects, that contain a "name", and a "level" which was used to indicate the location of the "name" in a treeView in a C++ application. The datastructure of the objects has to stay the same, but now in C# land i am really having problems to populate the treeView. I could not find any method to get a parent TreeNodeCollection, when i am sitting somewhere down in a "sub" TreeNodeCollection (yes i loved my pointers :). Also writing a recursive function failed as (ref TreeNodeCollection xxx) is something the compiler doesn't like at all, as it's implemented as a property. So the big question is now: How do i get a structure like this: Name1, Level0 Name2, Level1 Name3, Le ...Show All

  • Visual Basic Geting an Image of the Page in a Web Browser Control

    I would like to know how, if its possible, to get an image of the page loaded into a web browser control Imports System.drawing Public Class Form1 Private Sub Form1_Load( ByVal sender As Object , _ ByVal e As System.EventArgs) Handles Me .Load Wb.Navigate( "www.microsoft.com" ) Wb.Location = New Point(0, 0) End Sub Private Sub cbGo_Click( ByVal sender As Object , _ ByVal e As System.EventArgs) Handles cbGo.Click Const ScrollbarWidth = 18 Dim wbRect As Rectangle = Wb.ClientRectangle Dim wbBm As New Bitmap(Wb.ClientRectangle.Width - ScrollbarWidth, _ Wb.ClientRectangle.Height - Scrollb ...Show All

  • .NET Development Return ISP Name?

    Is there any way to retreive the ISP name e.g. Comcast-US Comcast-CAN Verizon-US AOL-US Thanks, Use HttpWebRequest/HttpWebResponse classes to get response from http://www.dnsstuff.com/ , Right at the top of response page returned from http://www.dnsstuff.com/ , You'll see your IP Address, ISP name etc. What you need to do now is to simply parse that response and extract the usefull part. This can done using String manipulations functions. I hope this will help. Best Regards, Rizwan aka RizwanSharp ...Show All

©2008 Software Development Network