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

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

Budgolem

Member List

Sudhakar_tom
Hans Yadav
Pinakee
ptukey
ArunSun
Philsky
Marcus Schoo
Kurt.ATL
Msiza
danycxxx
arif_setiawan
Snapdragon
jschell
Kedhri
Thomas Mack
Michael Henderson
Salman
t-m00re
timseal
Ragi B
Only Title

Budgolem's Q&A profile

  • SQL Server SQL 2000 to SQL 2005 works for one 2000 server but not the next

    I have several SQL 2000 servers I need to setup transactional (non updatable) replication with. The structure is: SQL Server 2000 as Publisher/Distributor SQL Server 2005 Standard as Subscriber The connection is via the Internet with snapshots using FTP. I setup the first set (2 databases at location A). They work wonderfully. I created the publication and then subscribed using MGMT Studio for 2K5. II am setting up the same scenario for location B. Here is my problem: In MGMT Studio I connect to the publisher (SANDRA). I right-click a publication and choose New Subscriptions..., the publication is already selected. I cl ...Show All

  • Windows Forms Databind the selected row in a DataGridView

    Hi All, I wonder if it's possible to databind the selected row of a datagridview to a business object. (like it's possible with a dropdownlist) I use a datagridview to let the user select the right product to purchase. Now I put the selected row on the SelectionChanged Event in my object, but I don't like this to much... Any suggestions Thanks, Simon Did you remeber to change the Selection mode to FullRowSelect Try this if not we will continune from there since i just did this in work today Itzik Katzav ...Show All

  • Visual Studio Team System TFS Extensibility Problem (Microsoft.VisualStudio.Currituck.Proxies.DataServices)

    Hi: Anytime I try to run the samples in Visual Studio 2005 Team System Extensibility Kit Beta 2 I got a FileNotFound exception related to "Microsoft.VisualStudio.Currituck.Proxies.DataServices". I was looking for that assembly in all the folders in the kit but i could not found it. Thanks in advance The proxies.dataservices.dll is supposed to be installed in GAC. Can you check to make sure it is there Probably somehow it got removed from GAC. You can use FileMon to see where it tries to load that dll and if it is present in at least one of the paths. You might have to reinstall Team System to correct the mis ...Show All

  • Visual C# Mouse Right Click Event

    Hi all, Can I know how to detect a mouse right click event I had used the following method, but there is some compilation error. Thanks. Please help. private void dataGridView1_MouseDown( object sender, MouseEventArgs e) { if (e.Button = Right) { dataGridView1.ContextMenu = contextMenu1; dataGridView1.ContextMenu.Show(dataGridView1, e.Location); } } private void dataGridView1_MouseDown( object sender, MouseEventArgs e) { if ( e.Button = MouseButtons.Right ) { dataGridView1.ContextMenu = contextMenu1; dataGridView1.ContextMenu.Show( dataGridView1, e.Loc ...Show All

  • Visual C# Cannot Update Database!!!

    If I have a DataTable let's say and I change one of it's values. Question is how do I change this value in Actual Database now. Which function to be used For Example: I change a value by saying table.Rows[0][0] = 99; // Where table is a DataTable type How do I make sure that this values goes into Actual Database as well and not just this DataTable Object But that would mean I need to use Update method(which requires relevant Update/Delete commands to be already there). Am I right Similarly, when I want to update some other values - I will have to change Update/Select/Insert commands everytime if the logic ...Show All

  • .NET Development Does my proxy implements myinterface ?

    I think you need to know in advance that the return object is of that type else you will not be able to case to the object and use it. ka ...Show All

  • Windows Forms Form designer generate code in incorrect order in my usercontrol

    Hello everyone, I create a control via visual basic .net 2002. My control uses ImageList and ImageIndex properties. I add an ImageList control to the form and bound it to my usercontrol. When I use usercontrol, Form Designer generate code with two problems: 1. ImageIndex come before ImageList (alphabetical order).      this create a problem because ImageList need to set first. 2. Form Designer generate the code for ImageList control after      my Usercontrol code. Any Idea how can I solve this problem OK, I solve the problem an ...Show All

  • .NET Development IE & Internet Explorer

    Ok... I'm curious how you can manipulate Internet Explorer via the .NET framework. I've searched for a long time through the object browser and I couldn't find anything that looked right. Do you have to use COM Regards, Chris the Newbie It does require COM interop. You can control Internet Explorer by creatintg a Band object that is hosted by IE. An example of this can be found at http://www.codeproject.com/csharp/dotnetbandobjects.asp . There are a number of other extensions and customizations you can make. http://msdn.microsoft.com/library/default.asp url=/workshop/browser/ext/extensions.a ...Show All

  • Windows Forms windows form stops responding during non-infinite loop

    Hi,I have a windows form that sends out a monthly opt in newsletter email to all of our community members. The problem is that the list is large, and every time I run the program it sits there appearing to be frozen. I have to watch the program under task manager and watch its resources to see if its running, and checking the queue mail folder for emails. This obviously is not a great way to run the program.In my code I loop thru a sqldatareader with 10's of thousands of records, and when its done I update the windows form with the counts of emails sent etc. How can I stop this form from not responding Is there something I can put in the l ...Show All

  • Software Development for Windows Vista Developing a Distributed Workflow

    Hi group members Hope u be doing gr8 with WWF , well did any body try a distibuted (but tightly coupled , as the complete objects/context may also be needed to be passed) Work Flow in WWF . Like couple of activities run on Machine A then Other on Machine B (see figure below ) Machine A                  Machine B                   Machine C Acttivity 1                      ...Show All

  • Visual C++ LIBJPEG errors! (error C2371: 'INT32' : redefinition; different basic types)

    Hi. I'm getting these compilation errors in my project: Compiling... jpegio.cpp i:\programmi\microsoft visual studio 8\vc\platformsdk\include\basetsd.h(62) : error C2371: 'INT32' : redefinition; different basic types d:\files\programming\image manipulator project\jpeg-6b\jmorecfg.h(161) : see declaration of 'INT32' jpegreader.cpp jpegwriter.cpp i:\programmi\microsoft visual studio 8\vc\platformsdk\include\basetsd.h(62) : error C2371: 'INT32' : redefinition; different basic types d:\files\programming\image manipulator project\jpeg-6b\jmorecfg.h(161) : see declaration of 'INT32' Generating Code... ...Show All

  • Visual Studio Express Editions VB 2005 Express Beta 2 MyApplication Class Error

    System is WinXP Pro, 512Mb Ram. No pre 2005 .Net software installed. I have searched through the postings here, reinstalled/repaired the Beta 2 installation etc. but have been unable to resolve the following issue - if someone could assist please... If I choose New Project from the File menu and select Windows Application a new project is created and it will run ok. If I double-click My Project and alter one of the Windows application property check boxes (such as Make single instance application) and try to run the application then a build error is raised - the error is  "Protected type ...Show All

  • Visual C# Loading html into an object

    I need a way to convert a full web page I have in a string variable into an object like the IE Dom so I can get values out of cells in the tables on the web page. I am using VS 2005 for Software Testers (VSST). What I am testing is dynamic and I can't get away with direct record and playback. (As if anyone ever can) What I need to do is post information to the web server and then get out of the response some key information that needs to be used to create the next post . To post to the web server the test software uses the WebTestRequest object. To get data out of the response you use an Extraction Rule. The test developer (me) can cr ...Show All

  • Microsoft ISV Community Center Forums Browsing Selection.InlineShapes forces Word to crash

    In Visual Basic Editor/Debugger: If I Trap when a Selection is made of an Inline Shape, and then try to browse the selection, Word crashes when I try to open the selected InlineShape: Sel.InlineShapes.Item(1) Anybody have an idea why that happens and what I can do to avoid this Thanks :-)an Per our support engineer: Let’s talk about following issue regarding InlineShapes collection in Word VBA. I suggest our buddy using .Fields(i) collection instead as following. === For j = 1 To .Fields.Count Set myField = .Fields(j) If myField.Type = wdFieldLink Then With ...Show All

  • Visual Basic Control Y !!!

    What have you people done to Control-Y For the past 10 years that I've used Windows this meant REDO (opposite of UNDO). In VB2005 it deletes a line. SERIOUSLY!!! not funny. HA! I gotta say I was a bit perturbed. For the longest while, I've just been using Visual Web Developer while previously using Visual Studio and have become accustomed to the Ctrl-Z, Ctrl-Y as well as them being in other apps (Office is the only one that comes to mind). Well today, I got into Visual Basic Express and was doing some undoing and redoing parts of the code and suddenly the lines would start cutting out. I didn't think ...Show All

©2008 Software Development Network