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

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

CBerk

Member List

snaill
Lifeng Lu MS
Marnix Alsemgeest
flagrant99
charlie_pike
Dracoo
Asif Raza
Colm Smyth
sidewinder2
RWeeden
another_noob
Carlos_Edmundo
Rayven01
Jane_nrj
UntimelyWill
BBVB
GarethJ
RichaV
Jim Hawkins
JerseyGRL1970
Only Title

CBerk's Q&A profile

  • Visual Basic Booking System - Advice

    Hi Currently building a booking system. Its a cottage system that can be let to customers. One cottage can be let to any one customer for any one specific cottage. In terms of the actual booking component, how would i do this I think i will need to make a relationship between the cottage ID from the cottage table to the cottage ID in the booking table. Ditto for the Customer ID. Am i right Iv read it again and i think im making sense, any advice would be appreciated. I also need to use suitable validation to ensure that anyd ates already booked cant be over booked. Thanx. If your asking about a relational ...Show All

  • Visual C++ Using WinHelp in Visual C++ Studio 2005

    I am trying to port some old Borland code to Visual C++ 2005. I have a help button that is supposed to open a help file. I have a MyHelp.hlp file and a MyHelp.cnt file. According to the MSDN Help (and the instructions in my help file development program), the way to do this in Visual C++ is by using the WinHelp() function, defined in windows.h file. Unfortunately, this file seems to no longer exist in the 2005 version of Visual Studio (I searched for it). Does anyone know how this is done now Thanks in advance to all who respond! Note: In case it makes a difference, I am currently using a downloaded Visual Studio 2005 Express version ...Show All

  • SQL Server SQLServer2005_SSMSEE.msi & SqlServer2K5_BOL.msi

    After I installed SqlServer2K5_BOL.msi, Microsoft SQL Server Management Studio Express CTP does not launch any more. How can I use both SSMSEE and BOL I would be very skeptical when downloading either of those files. MS download servers currently have a fairly serious (in my opinion) problem with syncronizing their mirroring. It seems to lead to some mirrors providing outdated files - it's meant to be transparent to the end user so you typically don't even know you may be downloading from a mirror, or receiving an outdated file. See these forum threads for details: http://forums.microsoft.com/MSDN/ShowP ...Show All

  • Visual Studio Issues with dexplore.exe after installation of VS2005 and SQL Server 2005 Dev Ed.

    Hi,   I am having serious issues with the help viewer for my Visual Studio Professional Product. I have installed VS2005 Pro and then installed the  workstation client tools and SQL Server 2005 Books Online of the accompanying SQL Server 2005 Dev Edition.   Issue 1:   Clicking “Help” > “How Do I” in Visual Studio gives me:   --------------------------- Microsoft Visual Studio --------------------------- Attempted to read or write protected memory. This is often an indication that other memory is corrupt. --------------------------- OK &n ...Show All

  • .NET Development What Iam doing wrong?

    OK. What Iam doing wrong here I have wrote this function, but it doesen't work :S. ReadHTMLFile() is a function that reads whole HTML file. GenerateMenuBar() is a function to generate menu bar for the HTML file. Then I do what I need to do (is in WriteHTMLFile() function) and when I write the file I get a page like some tags are missing (truncated :S). I compare the html files (the original one and the generated one) and Ive notice that at the bottom of the file some tags are in very strange place (see below the code). public void WriteHTMLFile()         {          &nb ...Show All

  • .NET Development Windows XP Pro 64bit

    Hi all, i try to compile and run my solutions with Visual c# 2005 Express on Windows XP Pro 64bit. Which works fine on my Windows Xp Pro machine, but throws BadImageFormatExceptions on my 64bit OS. I tried DirectX and SDL .NET... it seems like the DLLs are not valid... cant find any help on MSDN or on the net. Please help me! Thanks, Marre I half understand what is happening here, but would like to understand the other half so I can avoid problems in the future. What makes an assembly require the x86 framework No assembly I have created seems to require this. Also, is there a config file setting that can ca ...Show All

  • Software Development for Windows Vista SqlPersistanceService: instanceOwnershipDuration + loadingInterval ???

    To make this question simple: What are these parameters I just guess that the instanceOwnerShipDuration is the maximum time this Workflow is keep in storage And loadingInterval - no idea Anybody got an explanation for these parameters The documentation is kind of the parameter name, so it does not tell much more... stanceOwnershipDuration The length of time to maintain ownership. loadingInterval The length of the loading interval. InstanceOwnershipDuration - this parameter is only useful if you have more than one runtimehost sharing the same persistence service and db. It is used t ...Show All

  • Smart Device Development Webbrowser control - cf .20

    Hi all, I’m currently developing an application which depends on a webbrowser control. I would like to know if it is possible to disable the default context menu "add to favorites,select all, refresh". I would like to know also if it is possible to retrieve a table cell id with javascript trough a Document like class. I’ve read something about it but for Windows Forms (pc). Thank you very much. Any reply would be appreciated. Tiago Nobrega Hi Srivani V Eluri, I understand, but I cannot really accept this thing. It's not also a painful issue of a programmer's eye, but produces wery strange things too ( ...Show All

  • .NET Development Query for inserting data into a database

    Hi.Can someone please attempt this and help me. I am jus constructing a simple system that saves info into the database from 4 textboxes on the form. The three text boxes take in the title, surname and name of a given person. I have dropped an OleDbConnection Command on to the system thus setting up the connection to the database. I have also dropped an OleDbCommand object onto the form. I have renamed the OleDbCommand to ObjSaveCus. This will be my vehicle for saving a given persons name into the customer table in access. I have so far completed the following code: Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.E ...Show All

  • Visual C# Problem with build Web Site

    When I try to build a web site solution I get the follwing errors : Error 1 (0): error CS0006: Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files\testeinf\15e74bc9\75b17dc3\App_Web_tzppu2tl.DLL' could not be found Error 2 Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET Files\testeinf\15e74bc9\75b17dc3\App_Web_tzppu2tl.DLL' could not be found   I close VS.NET 2005 Beta2, restart and now it's building. After I chenge something and build again I get the same error. So I close VS IDE, restart again and build again. And so on.... Is it a bug I have VS ...Show All

  • .NET Development Changing Primary Key Columns in a hierarchical dataset

    Hi, I have one set of tables in my SQL db that I need to allow the user to change the Primary Key on (it's a Clerk ID for what it's worth). I've got the set of related tables up in a hierachical dataset, and the change to the primary key in the parent is being properly cascaded to the child tables (in the DataSet). I'm updating the db via a sproc using the original key values in my Where clause. My problem is, the Update to my parent table is cascading the Primary Key change to the child tables in the database . By the time my code calls .Update on the child table(s), the Original primary key record no longer exists (it's alread ...Show All

  • Visual C++ formview and dialog create fail after some time

    My application is a MDI ,devloped by vc++6.0, It is behave good at beginning. after some time It fails to create formview that have activex control created by vb 6.0 .when trace into the mfc ,found the after CoCreateIntance and get the IPersistStreamInit interface ,call it's load method failed .after modify the control ,found that if have image the load from .ico file or have edit textbox control ,the ocx always fail.otherwise it succeed. and found that the dialog created with mfc domodal also fail if the dialog have edit control . I feel my application has leak some resource in on_updateUIcommand process function. but I don't know what reso ...Show All

  • Software Development for Windows Vista SqlTrackingService - Events not tracked

    Hi, I'm usign the SqlTrackingService, but I don't get any events to be tracked until the workflow is completed. I've tried creating my own tracking profile( see below), but the result is the same, exept when using my own tracking profile, I don't get any event information at all. static void CreateAndInsertTrackingProfile() { TrackingProfile profile = new TrackingProfile (); ActivityTrackPoint trackPoint = new ActivityTrackPoint (); ActivityTrackingLocation location = new ActivityTrackingLocation ( typeof ( Activity )); location.MatchDerivedTypes = true ; locatio ...Show All

  • Visual Basic Can you create an enum for strings

    Is it possible to create an enum list for strings Example, I would like to have a selection of status codes which are "CS", "BP", "MT". And I would like to be able to specify this parameter type in a function call. As far as I know you can only create enums for integers. Currently: Public enum MyStatus stCS = 1 stBP = 2 stMT = 3 End enum I would like: Public enum MyStatus stCS = "CS" stBP = "BP" stMT = "MT" End enum Is this possible Thanks! Heh!!!!!! Dman, I do that too.... I've always felt guilty about it.... ...Show All

  • Visual Studio Express Editions Error while installing

    When i try to install Visual C++ 2005 Express I get the following error Error 1311. Source file not found. C:\Documents and Settings\...\vcsetup1.cab. Verify that the file exists and that you can access it. The file is ok.. How do I solve this I went to this directory, C:\Documents and Settings\Hazan\Configuracoes locais\Temp\SIT29939.tmp , took this folder SIT29939.tmp, copied to C: root drive, and cliked some .exe file like setup or somenthing else that i dont remember. good look (boa sorte) ...Show All

©2008 Software Development Network