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

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

sennekeennes

Member List

PJFINTRAX
simon burgess
CaRNaGe_46038
Sean ORegan
Tonny Steen
Christopher A
TobsTec
Price Brattin
Carsten Kanstrup
Remus Rusanu
dtorg1955
Batikit
DirkR
Yustme
jrc_11
simmons
aaks
TrD
Hanspeter
jcsam
Only Title

sennekeennes's Q&A profile

  • Windows Forms Insert or Overwrite mode

    I am using a rich text box control and, when the user presses the insert key, my program needs to know the current mode:  insert or overwrite.  Please let me know how to access this. Thank you, Alex ...Show All

  • Visual Studio Installing Web Part Template to Visual Studio

    Hi, I have installed Visual Studio .NET 2005 on my computer. I want to develop sharepoint web parts via vs.net. So i have installed webpart template installer from msdn too. When i launch web part template setup, i get this error: "Visual Studio .NET must be installed before you can install the Web Part Templates for Visual Studio .NET." As i said, vs.net 2005 is installed on my system. Does web part template installer required vs.net 2003 or I need help. Thanks in advance. I had the same problem but i had installed VS 2003. After some minutes googling i found a solution. Webpart installer looks for two registry key value and this sometimes seems to be missing. I had this two k ...Show All

  • Windows Forms datagrid hide row

    I have a datagrid view in a windows form the datagrid is filled with data from a access datatable. eatch row reprecents a order in the program. one of the colums is called (ready) end contains a check box. now i like to hide each order where the check box is true. so that only the Rows(order's ) that are not ready yet are visible and the rows that are ready been hide so that the datagrid only contain open orders how can i do that how do i create a dataview. the dataset i now use is adit to the form and is loaded whit the folowing code Me .Afwijkende_productenTableAdapter.Fill( Me .EK1afkset.Afwijkende_producten) and connected with a binding source to the datagrid. ...Show All

  • SQL Server FastLoad OLEDB Destination with Oralce

    Hi, why Table or View – fast load option in Data Access mode is not listed when we connect Oracle Database in the OLEDB Destination. Thanks Jegan When you switch data sources using an OLE DB destination, you are most probably using a different kind and version of the OLE DB provider. I'm guessing that in your case, you are using Microsoft's Oracle OLE DB provider that `-fast load` option is a feature of the underlying OLE DB Provider, which in your case, I'm guessing is Microsoft's OLE DB provider (SQL Native Client). And that is probably not a feature of the underlying OLE DB Provider for Oracle that you are using, and thus, do not show-up as an option. ...Show All

  • Visual Studio Any bodies have any idea about following error

    Error 2 Unknown section header E:\\TempProject\\DSLTestAgain\\DslPackage\\CtcComponents\\..\\GeneratedCode\\GeneratedCmd.h 1 DslPackage I’m install visual studio sdk 3.0 and open a DSL project while I’m start debugging I’m getting this error Hi, What I did was the following: Created a new minimal language DSL project. Copied the contents of your commands.ctc and GeneratedCommand.h to overwrite exisitng ones. Built the DSLPackage. I got the same error but on a different line (53). In my case the cause was the duplicate CR/LF characters (pasting to the forum automatically adds extra CR/LF). After I removed those the project compiled fine. So this mea ...Show All

  • Visual Basic Help Turn a Uint64 into Hours:Minutes:Seconds

    Ok, so I have a timer adding 1000 to a variable called Online. Online is a UInt64 How can I turn it into Hours:Minutes:Seconds Like 03:23:25 Dim Online As UInt64 = 456789000 'milliseconds Dim iOnline As Int64 = Convert . ToInt64 ( Online ) 'convert to increment of 100 nanoseconds for timespan iOnline = CLng (( iOnline * (10 ^ 6)) / 100) Dim ts As New TimeSpan ( iOnline ) Debug . Print (( "{0} Days {1} Hours, {2} Min, {3} Seconds" ), ts . Days , ts . Hours , ts . Minutes , ts . Seconds ) ...Show All

  • .NET Development Exclude System Objects with the GetSchema method

    I have read several posts about the SqlConnection.GetSchema method. However, I can't seem to find anyone attempting to do what I need to do. I am working on an in-house utility for backuping up and restoring SQL Server 2000\20005 databases. As a part of the restore process, we need the ability to refresh views and recompile stored procedures. Using the GetSchema method, I can get a list of stored procedures\views with ease. However, I cannot find a way to determine if they are user or system objects. Does anyone have any ideas on how to accomplish this Any help is greatly appreciated. Yes, use Sql Server Management Objects ( SMO ) instead of GetSchema. SMO was created for those types of functions. ...Show All

  • SQL Server 404 Error On http://localhost/Reports/Pages/Folder.aspx

    Setup: Sql Server 2000 Reporting service installed on separate IIS server on windows 2000 server Current issue is when going to the report manager we currently get the following error: The request failed with HTTP status 404: Not Found. I looked into the threads and check settings that said to check properties of the virtual directory and the coinfiguration and all is looking good. This was working without issue, and then it just stared to act up and not allow anyone to go to the manager. We can go to the //localhost/Reportserver and browse and get the reports to run, but the main report manager does not work. Home.aspx is there in the directory and it appears everything is go ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XMA on windows?

    Now that the Feb SDK XACT is out, I see it now supports ADPCM. However, we would really like the Windows XACT to support XMA format on PC (like it does on Xbox360). We need the better compression rates that XMA gives over ADPCM. Is there any chance of this happening, or is XMA something Xbox-specific that will never be available on Windows XMA/WMA is a highly complex variable bit-rate compression scheme It's much more complex than mp3/ogg format that is non-trivial to decompress on the fly mp3/ogg files plays perfectly on the today PC's, decompressing their data in the real-time in the many and many titles. We need a higly compressible sound format available in XACT for music storing and play ...Show All

  • SQL Server Db exists but sql server says no to copy

    T his issue is so frustrating. I am hoping someone knows the answer to this specific question. Why would sql server insist that a database does not exist even though it obviously does exist I get the error message: Database 'tf_1' does not exist. Why would it say it does not exist when it is clearly viewable in SMSS. It attached without problem. I can view the tables in the database. I know it's there; SMSS knows it's there; the VB app I wrote knows it's there. But, when I try to run a query to copy a table from one database to another, sql server says it doesn't exist! What gives Yes, I asked this question before but nobody answered. The problem is back! This is the sql statement in vb: ...Show All

  • Smart Device Development Toolbar button coordinates ?

    I like being able to popup a context menu when a user clicks on a toolbar item but I do not want the popup arrow to show. I simply want to popup the context menu when the toolbar button is clicked in the exact location it would if I clicked on the dropdown icon. Something like... switch (toolBarMain.Buttons.IndexOf(e.Button)) { case 0: // toolBarButtonSearch contextMenuSearch.Show(toolBarMain, new Point ( toolBarButtonSearch .X, toolBarButtonSearch .Y)); break ; } Why is this so hard, have I completely missed something First off, my apologies for taking so abominably long to get back to you. Unfortunately, this just isn't possible because CF doesn't support prop ...Show All

  • Windows Forms Custom App.config sections and handler

    I've created a custom app.config section <configuration>     <configSections>           <sectionGroup name="MySectionGroup">             <section name="MySectionName" type="ConfigSections.MyConfigHandler, ConfigSections"/>         </sectionGroup>     </configSections>   <MySectionGroup>     <MySectionName>       <mytag name="MyName" customfield="customdata"/>      </MySectionName>   </MySectionGroup>   </configuration> and a custom handler (most of ...Show All

  • Visual C++ Dependency checking is confused by $(CPU) in the internal directory name

    When I set internal build directory in VS.NET C++ as Debug$(CPU), instead of Debug, the $(IntDir) properly changes to Debug or DebugAMD64, depending on the value of environment variable CPU. However, this change causes VS.NET to rebuild each C file of the project as with Rebuild command. Is this a known bug If so it's a pitty one because this is the strategy I chose to use the same project file targeting Win32 and Win64. This happens with and without SP1 beta on Win32 and Win64. Any advise is greatly appreciated. Are there other methods to use the same project file without cloning Debug/Release configurations for both Win32 and Win64 build targets Thank you. A similiar issue was discussed here . ...Show All

  • .NET Development Executing transaction within Visual Studio

    Sorry for crross-posting, but I think the previous question was in a wrong forum.. I've a datagridview bound to a database (I've drag-n-dropped form the dataset to my form!). When the user uses the "red cross" toolbar button to delete a record, I need to execute this: ---- BEGIN TRANSACTION; DELETE FROM fornitori(id_fornitore = @Original_id_fornitore) AND (@IsNull_nome = 1) AND (nome IS NULL) OR id_fornitore = @Original_id_fornitore) AND (nome = @Original_nome); UPDATE fatture SET id_fornitore = 0 WHERE id_fornitore = @Original_id_fornitore; COMMIT; ---- But if I try to enter this I get an error: http://www.zane.it/Immagini/screen/Visual%20Studio%20delete%20command.gif So... how do I execute this transaction on detele The ...Show All

  • Visual Studio Express Editions Save As animated gif impossible?

    I am working on an image editing application and am on the final step, which is the user saves the 3 images they have edited as one animated gif. I have done a lot of web searches trying to find some code that will accomplish this, but have come up empty. Is it possible If so, how is it done http://radio.weblogs.com/0110109/stories/2002/06/27/thenetPictureboxAndAnimatedGifs.html ...Show All

©2008 Software Development Network