Nitronic's Q&A profile
Visual Basic VB2005 Express - Problems Configuring Access Data Source Connection
I wonder if anyone can help.. I'm struggling to add a connection to an Access DB from within VB2005 Express. The database I'm trying to connect to is secured and therefore has a Workgroup Information File associated to it, which I don't seem to be able to specify when using the Data Source Configuration Wizard. I have not had any problems in connecting to a number of other Access DBs (ones not associated to WIFs) it's just when trying to c ...Show All
SQL Server Large objects and the transaction log
Hi there! I'm a little bit in doubt because of the behavior of the transaction log in the case i have large transactions inserting and deleting a lot of (i.e. 100) large objects (data type image) with a size (each) about 20MB. I expected that the transaction log should grow with 2GB each of this large transactions. But it does'nt. Are these large transactions not logged - so that in case of disaster all lobs since last diff- or full-backup ...Show All
Windows Forms SelectedIndexChanged event with ComboBox - How to know previous selection?
Quick question here... I have a ComboBox (DropDownList style) and handling the SelectedIndexChanged event. The problem is that this event is after the fact and there is no way to know what was the previous selection. The event parameters (object s ...Show All
Visual Studio CreateToolWindow2
Does anyone have any code examples (C#) on how to use CreateToolWindow2 method Here is a C# sample of CreateToolWindow2. I created my toolwindow in a C# add-in. You could paste the code in the OnConnection method for a C# add-in for VS. Hope you find it helpful. EnvDTE80. DTE2 dte2obj; EnvDTE80. Windows2 wins2obj; AddIn addinobj; object ctlobj= null ; Window ...Show All
Windows Forms mnemonic Underline can't be seen for toolstrip buttons
I have a BaseUserControl with a toolstrip, which mnemonic Underline is visible, but all of my UserControl inherited from it don't have the Underline visible. Thanks in advance. Wei I forgot that OS feature. after I did the Uncheck Hide underlined letters for keyboard navigation until I press the Alt key All underline appear. don't know how to overwrite that OS feature. Besides, when I checked that, underline doesn't appear even ALT is press ...Show All
Smart Device Development Connect SQL Server Express from Pocket PC
Hi All, I am new in .net and also in pocket pc. I would like to know how to connect to SQL server using bluetooth if I use the LAN, then may I know how is the connection string and what is the thing I need to imports or declare. Hope can get some idea from all the experts. Thanks. You need to use SQL Client just like on desktop. Physical media (Ethernet, Wi-Fi, BT) is irrelevant as long as you're runni ...Show All
.NET Development All versions of Framework?
I'm not sure which forum to post this question in ... none of them seem right. We are migrating our 1.1 WinForm app to 2.0. Our app uses a few third-party .DLL components. At least one of these is compiled under the 1.0 Framework. I have two questions, I guess. First, will an app that was compiled under 1.1 run under 2.0 I was under the impression that it would not, so I wanted to load the 2.0 runtime on a clean machine and see if t ...Show All
Visual Studio Team System Error 28100.Error loading Event web service.
Hi, During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine. Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log I went back to some lessons learned when installing tfs beta 2, one of which was to install wss before sql server (even though ...Show All
Visual Basic Check the distance between two objects using vector
Hi everyone, It's me again, Maria. I find this forum very good as I really get the neccessary information that I want, so once again, I came to write in and ask question :P I'm working on a game which n ...Show All
SQL Server Mapping columns in custom Destination component
I am working on a destination component where the columns in the destination are already set. I want to give the user the option to map columns, similar to the way the Excel destination component does it. So, the Available Input Columns could be mapped to Available Destination Columns. The Available Input Columns would come from a connection from some other component (either a source or a transformation component), and the Avai ...Show All
Windows Forms capicom error when trying to publish winapp onto local IIS
i have win xp sp2, vs2005 RTM, and i have a simple win form app. it compiles ok, but when trying to publish it into my local IIS i get those errors: 1. Cannot publish because a project failed to build. 1 1 WindowsApplication1 2. SignTool reported an error 'Failed to sign bin\Debug\WindowsApplication1.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please copy the ...Show All
Windows Forms Key events
Can anybody give me a detailed difference and sample code in C# for events like KeyDown, KeyUp, KeyPress This question is better suited for the Windows Forms forum. Please reserve the C# forum for questions specifically related to C# itself. I'm moving your question to the Windows Forms forum. Michael Taylor - 6/7/06 ...Show All
SQL Server Can Use Fieids of diffirent datasets in a matrix ?
Can Use Fieids of diffirent datasets in a matrix SUM(Fields!a.value) is invalid Field a is in the other dataset! This relates to a similar post of mine... Is it not possible to dynamically decide which dataset a table will use ...Show All
Visual Studio How to copy VS2005 to another computer ?
My ISP charges for incoming traffic, so I paid $30+ for downloading VS2005 express edition during the setup. Now I need to install it with same configuration to another computer in my LAN. Is there exist a way for doing that without redundant (and expensive) downloading of the huge binaries Thanks. You can try ordering a CD version of VB or C# express. Otherwise, they are only installable via the internet. ...Show All
Visual Studio How to get the class name and the interface name?
Hello~ I want to know the class name and the interface name without opening the file ( .cs ) . Just like "ClassView". What I want to implement is as below. ==> If I select any project, the classes' name will be showed in the combobox. Of course, without opening any files. I tried to find this site, but I couldn't find that way except using the opened document. If ...Show All
