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

Software Development Network >> Mark Piontek's Q&A profile

Mark Piontek

Member List

compucv621
Al Chu
Chum-one
Tailor
erbenji
ITJoeB
Bobby Ma
mdschwarz
Novelle
watty UK
Ramraj_Velmurugan
Ramanujam Sampath
Ravencraft
pukla
Stonaltar
Hassan Ayoub
bo.skjoett
nardev
Peter Gloor
Titu
Only Title

Mark Piontek's Q&A profile

  • Windows Forms detailed list view couse my program to crash

    hi Code: listviewitem item; int counter=convert.toint16(tb.text); for(int i=1;i<=counter;i++) { item=new listviewitem(); //get snmp value to put it in the item text and sub item item.text="..."; item.subitem.add("..."); listview.items.add(item); item=null; } listview.visible=true; the results are ok // it could be more than 1500 row in the detailed list view but when i'm scrolling down the detailed list view with high speed my program crashes and the debugger said which type of debugger i should use should i load all the data that i want to a database or a file then fill the detailed list view from there , or does the problem becouse i'm nulling the object at the end of each loop " i'm ...Show All

  • Windows Forms Need help - DataBinding to textboxes using dataRelations

    I have been tring for weeks to figure out how to do this and am failing and about ready to give up and find another programming language.... What I am doing seams so simple. I have a winform that I want to display all the data in text boxes. the database is in Access and has at least 4 tables in it. The tables are related using an ID number in each table. The child tables also has a column that stores a text code that defines which set of text boxes the rows is storing data about. The code below is an attempt to make this work. It works in that the peogram does not come up with an error but the text boxes doesn't display the data in the different rows. All the textboxes display the same data. Can anyone help me Is there a bet ...Show All

  • Software Development for Windows Vista WF,Biztalk rule engine

    Hi, I read somewhere that rule engine in the windows workflow foundation and biztalk are different.WF has simple sequential forward chaining rule engine which can take less load of rules while biztalk have some properietary inference engine which works on someting similiar to rete engine. I would appreciate if somebody can share some knowledge about WF rule engine and how it is less effective compared to biztalk rule engine. regards You are right that the rules engine that ships in BizTalk Server is different from what ships in Windows Workflow Foundation. The BizTalk Business Rules Engine (BRE) uses the Rete algorithm to execute the rules. This algorithm could be more efficient if you share a ...Show All

  • Visual Studio 2008 (Pre-release) XAML: setting BitmapImage.UriSource from binding doesn't work

    The following should display a picture for a list box item: <Window.Resources> <DataTemplate x:Key="ImageTemplate"> <Image> <Image.Source> <BitmapImage UriSource="{Binding}" /> </Image.Source> </Image> </DataTemplate> </Window.Resources> <Grid> <ListBox> <ListBoxItem ContentTemplate="{StaticResource ImageTemplate}"> C:\picture.jpg </ListBoxItem> </ListBox> </Grid> ... but I get an exception: "Property 'UriSource' or property 'StreamSource' must be set." Simply using <Image Source="{Binding}"/> would work in this example, but I want to use the BitmapImage f ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Correct version of the XACT

    While trying to build the project with simple sound as described in XNA Help the error XACT could not load the data provided. Make sure you are using the correct version of the XACT tool appeared. I have October SDK installed and no attempt to build sound files with August SDK taken. Have seen some posts with similar problem here but no real solution. Is there any kind of restriction meaning the size or other sound properties I used standard Windows file "chord.wav" for my experiment. From what I understand the XNA Framework only works with the August version of the DX SDK... http://letskilldave.com/archive/2006/10/06/October-DirectX-SDK-releases-today.aspx http://www.thezb ...Show All

  • Visual Studio Team System Looking for a way to create a SelF eXtractor (SFX)

    I have a copy of wzipse32 (winzip se) but it doesn't seem to work over the TFS, seems like some sort of running as a service problem. Does anyone else know of any other ways to do this I had actually tried this , but it didn't work because the process was still running at a service TFSService, and there was presumably a popup window which caused it to hang ...Show All

  • Visual Studio Express Editions Can some one tell me how to find the default icon please.

    Hello. Can some one tell tell me how to show the default icon in a ListView box please Av only bean learning programming about 3 or 4 weeks now, and am stuck on the this. Am making a cleaning program, the files and the path show in the Listview box, but I want the default icon to show as well. Your help will be very much apresiated. Hears wishing every one a merry Christmas and a happy new Year, and may 2007 be a good year for you all. Thank you Download example: http://users.adelphia.net/~gcumbia/Listview%20with%20icons.zip ...Show All

  • SQL Server How do I add an ODBC connection data source as a Data Flow Source

    I have set up a new connection as a connection from data source, but I cannot see how to use this connection to create my Data Flow Source. I have tried using an OLE DB connection, but this is painfully slow! The process of loading 10,000 rows takes 14 - 15 minutes. The same process in Access using SQL on a linked table via DSN takes 45 seconds. Have I missed something in my set up of the OLE DB source / connection Will a DSN source be faster Thanks in advance ADG How do you know that the slowness is in the OLE DB sauce component and not in the destination component How are you setting up the OLE Source component Providing a query would be faster than selecting a table from the dropdown list. ...Show All

  • Gadgets hello!! problem with web sidebar gadget

    Hello, im new to ur forum. I'm working on a very simple gadget, but i have problem with the flyout and with showing a web site in it. Can anyone tell me how i show a wesite within the flyout box. Thank you very much. Jonathan Abbott wrote: See the answer in this thread. thank you so much, Jonathan ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to import a 3d Model in XNA framework?

    Can anyone explain me howto import a 3d model in an XNA project In which format I have to export my model from 3ds max 7 Hi, thanks for posting this converter. Now, I don't like to look a gift horse in the mouth and all that, but would it be possible for you to post this as source I understand if you are restricted by work or such but you will appreciate we have to be very careful about downloading .exe files and such. cheers, Joc ...Show All

  • Visual Studio Express Editions Getting an Image from a WebDocument

    I've been experimenting with web page manipulation and I've come across a small problem. I want to be able to copy the contents on an Image that is on the web page into my own picturebox control. I can locate the image, using the documents Images collection, but the collection only contains HTMLElements, not the actual image contained in the element. Has anyone managed to grab the individual image from the document Any ideas you have would be appreciated, thanks. Yes, I know I can get the url, etc. What if I am working offline Since the picture is displayed then you should be able to reference the image somehow. The picturebox control will load an online image asynchronously, but that isnt what I'm looking for. ...Show All

  • Windows Forms Setting default values in bound controls on a form

    How do you set default values for bound fields in windows forms There are times when specifying the default value in the underlying dataset is insufficient. The fields are bound to a binding source which has an AddingNew event where you can do something like: e.NewObject = <something>. The something however needs something of the same type or else you get an error message of "Objects added to a BindingSource's list must all be of the same type". I assume this is a DataRowView except I don't don't know how to create one in this context. One way is to use code like this: DataRowView rowView = dsNorthwind.Customer.DefaultView[0] but this implies the row is already in the underlying dataset except it isn't becaus ...Show All

  • SQL Server manage the stored procedure permissions....

    hello all....can anyone tell me how can i manage the stored procedure permissions in SQL Server Express. Untill now i have developed in SQL Server 2000 and there i used SQL Enterprise Manager for this problem..in SQL Express i can't handle it...Manny thanks..... hi, for a graphic management tool, you can have a look at the Microsoft free provided one, you can get for free at http://www.microsoft.com/downloads/details.aspx familyid=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&displaylang=en regards ...Show All

  • Visual Studio Express Editions Issues using the keydown event

    I am new to visual basic 2005 Express Edition (I learned in Visual Basic 6.0). I have been creating a tetris game for fun to learn the new modifications on the visual basic language. I have run into a problem concerning how to use the key down event to register when the user presses an arrow key. I used the help function and came up with this: Private Sub frmTetris_KeyDown( ByVal sender As Object , ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me .KeyDown Select Case e.KeyCode Case keys.right etc etc. End Case End Sub (I left code out) I cannot get it to respond to my keystrokes, and i cannot figure out why. At one point it did respond, but i corrected an error in my ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. question about ATI 3D Rage pro

    Is my ATI 3D Rage pro graphics card fully compatible with XNA or do I need to upgrade, and if I upgrade which ATI card will work the best with XNA Unfortunately the ATI Rage Pro is a little bit dated for XNA. If you want to buy a new card you should check first the graphics slots of your motherboard. ...Show All

©2008 Software Development Network