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

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

vembloud

Member List

Jimbolino
Luis Ferreira
Katie446
Opher
Kurdo
windperson
Matt Waldron
twistedinferno
DCMonkey
Aslam
ORState
Sameer.S
Michael Sorensen
mspence
staja2
Paul P Clement IV
vampire85
Sanct
Sachin K. Singh
Brian Gray
Only Title

vembloud's Q&A profile

  • Visual Basic Why doesn't my Dataset or TableAdaptor prevent me from deleting related records?

    In my dataset I have set up a relation between two tables with Foreign Key Contrain. I'm connecting to an Access databases. The dataset won't stop or warn me when I'm deleting a record that should be deleted due to data integrity. Because I have the same relation in the Access database this prevents me from realy delete those records.When I remove the relation in MS-Access I can delete the records, but then this Foreign Key Contrain stops me from reloading the form. Why doesn't it stop me earlier And if I depend on MS-Access for the warning this is rather late. I would like the warneing when the user is doing the actual deletion. I can th ...Show All

  • SQL Server RTM install order with VS2005 ?

    With the RTM versions of SQL 2005 and VS 2005, does it matter which order they are installed in, or now that they are all on the same version of the .NET framework, does installation order no longer matter Also, are there any issues/gotchas with installing SQL 2005 Developer edition and SQL 2005 Express from the VS2005 RTM on the same machine During the betas, there were all sorts of hoops you had to jump through, and do things in certain orders, but with RTM will the standard installs of SQL 2005 Developer, VS 2005 and SQL 2005 Express all work regardless of install order Thanks, Andy Mackie. Hi Rob ...Show All

  • Windows Forms How can i get the serial number of Hard disk or mainboard

    hi i want to program a software lock for my application and i want to know How can i get the serial number of Hard disk or mainboard or any suggestion for software lock in vb.net thank you so much thank you goncalo.borrega for reply but i want to know is any way to get the manufacture serial number of hard  ...Show All

  • Windows Forms File System watcher component

    I am using this component and everthing works great on win2K and xp client desktops. On win 98 i am getting an error Windows NT feature used, I am not able to figure out any solution but still want to support win 98 clients, Any one tell whether FSW does not work in win 98  I am attaching the err msg : ************** Exception Text  ...Show All

  • Visual Basic Checking Hard Drive Path

    Is there a way to check a path entered into ,in this case a text box, to see if its an actual path on the users hard drive System.IO. Directory .Exists(path) System.IO. File .Exists(path) One checks files, one checks directories. ...Show All

  • Visual Studio Express Editions Is vc++ 6.0 good

    i bought a book on vc++6.0.can i build powerful software applications with that.what is the difference between the vc++6.0 and vc++ 2005.what is the latest released version Well... you could use VC++ 6.0 but that's too old really. VC++ 6.0 was released about 8 years ago and I'd say that the quality of the C++ compiler and the IDE itself improved a bit since then . Not to mention that there is a free version of VC++ 2005 called "Express" (though it does not have support for MFC and ATL) see: http://msdn.microsoft.com/vstudio/express/visualc/ ...Show All

  • SQL Server AS2005 Cube Processed "Successfully", But Data Not Refreshed

    We process the cube automatically every night but the data isn't up-to-date despite a "successful" processing. However, if I go onto the server and process the cube directly there through the BI Dev Studio, the data will finally get updated. Similarly, if I try to process the cube from a client using Management Studio, it processes "successfully" as well, but the data is not updated. I have to do it on the server itself. I've noticed this behavior the last few weeks, but it could very well have been going on for quite some time. Any ideas or thoughts on this behavior What method you us ...Show All

  • Windows Forms ASCII to Binary Conversion

    Hi..Newbie here... I'm currently doing a simulator which require me to show strings sent between client and server windows. I had made the windows into child windows within a parent windows. The problem is that it can send messages between both child windows but I have no idea how to convert the message into binary form and show at the status bar..Anyo ...Show All

  • Visual Studio Team System Creating project tree structure, how?

    Hi all, i've got installed TFb3, now i want to make a structure for our projects. How could i create something like this: tf | |-Company_A- |          |-Project_Aa- |          |            |-subproject_Aaa |          |            |-subproject_Aab |          | |          |-Project_Ab- |                       |-subpr ...Show All

  • Visual C++ XP style buttons with PSDK

    I recently ported an older Win32 PSDK program to VS 2005. How can I get it to use the cool XP style buttons I have my display "Appearance" set to "Windows XP Style". Further, when in the VS2005 Resource Editor, my buttons seem to be XP Style. Yet when I run the program, the same buttons are just as "flat" as they have always been. There is probably a compiler option that I am unaware of. Can someone please point me in the right direction on this Thanks in advance! Bingo! This article was exactly what I was looking for and it worked. http://shexec32.serveftp.net/defa ...Show All

  • Software Development for Windows Vista error writing boot sectos in windows vista 5308 installition

    I download the image disk...and started intalling it on my desktop.. setup started just fine...but then it get stucked and told me there was an error writing boot sectors! can any one help me ...Show All

  • Software Development for Windows Vista WorkflowCompiler - sign assembly

    I compile a workflow into a library using the WorkflowCompiler, how can I strongly sign this assembly during compilation Googled somebody up, who did figure that one out already: http://blogs.msdn.com/pmanach/archive/2006/04/01/566458.aspx ...Show All

  • Visual Studio Express Editions saving user settings

    hi i need a simple-to-understand tutorial on how to save user settings. I would like to have a textbox on my form that the user types something in, and the text is saved so it'll appear the next time my application is started. thank you Cool I figured out a few things so far. Your help is appreciated! Just to let you know I'm gonna put a little bit of code here to prove I found this on my own and I do know how to do it, my question however is now in loading. I've tried various things including snippets, and such, here's how to save. I am not including a section, but the basic part Try ...Show All

  • Visual C++ Visual C++ 2005 - I'm not sure how to run my program, can someone help?

    I am trying to learn C++. I installed Visual C++ 2005, and I'm not used to the way it looks or handles. Can someone show me, step by step, how to open a project, write a simple 'hello world' program, and execute it i know how to do this with older versions of visual c++, but this one really got me. thanks all I apprecite it. Take a look at http://msdn2.microsoft.com/en-us/library/6765tta0.aspx describing the different projects and links to how to create such projects. Thanks, Ayman Shoukry VC++ Team ...Show All

  • SQL Server How to skip records in script component

    In DTS activex task, you can use skipinsert to skip a row, how to do that in script component In your ProcessInputRow method, simply use an If test or other control structure to identify the rows that you don't want to process, then...do nothing! Note that if you have a component with synchronous outputs, then the same buffers full of rows that come into your component are passed back out as outputs, whether you choose to process those rows or not. If you want to delete rows from the output -- not just skip your custom processing for some rows -- you would need to configure asynchronous outputs. BOL's content on the Script compon ...Show All

©2008 Software Development Network