Olim's Q&A profile
Visual Studio Express Editions Databases!!!
Hello, I have a problem trying to connect to an Access Database, the problem is that I want to make a working project without thecontrols, I only need the source code to do that. I would like to know about working with databases without using the bindingnavigator, how can i do that. I don't know, please help!!!:D I imagine the code in this article will cover what you want to know, there's lots of similar article ...Show All
Windows Forms Problem with the Visual Studio 2005 designer
ENGLISH Hello, I'm making an application with the Visual Studio 2005. I've made a Abstract Form, with the methods all my final forms will need. My problem is with the Designer, I can't view the designer, and it displayed the next message (in spanish): No se puede mostrar el disenador para este archivo porque ninguna de las clases que contiene se pueden disenar. El disenador inspecciono las siguientes clases ...Show All
SQL Server Changing parameters causes refresh...
Hey Guys, I have two parameters on a report, which are independent of one another, yet when I change one, the current report refreshes, and I'm left with a blank screen. What is causing the refresh behavior on this report It appears as though it is treating them as cascading parameters, but I don’t use one to filter the other. Since the report has default values, when first navigating to the report, it displays just fine. I would like the ...Show All
Visual Studio Express Editions fatal error LNK1104:cannot open file 'user32.lib'
hallo, i got this error after building my source code: fatal error LNK1104:cannot open file 'user32.lib' i've seen a similar thread but i still can't solve the problem. I folowed all the instructions from the video on installing the PSDK. What can i do Pliz help!! 1. Have you installed the Microsoft Platform SDK 2. Have you added "...\Microsoft Platform SDK\Lib" to the list of Lib direc ...Show All
Visual Studio Team System TestResults directory, external resources
Hi, I'm having problem running my tests, accessing an external xslt file resource. I have "Copy to Output Directory" set to "Copy always", but when i run the test the assembly is run from the TestResult, testrun directory, meaning that the file is not copied to the used output directory... I saw a an old similar discussion about app.config files, but this regards the released .NET Framwork 2.0. Is there another mechanism for doing ...Show All
Visual Studio Team System Where is CustomAction.targets in Beta3?
I want to migrate the target/tasks we use to have in between the different build "steps" (defined in CustomAction.targets) in Beta2 to Beta3. But Beta3 doesn't seem to create a CustomAction.targets file to customize this. Is this in a different file now Thanks, Pablo Here is a blog that helps you upgrade from beta2 to beta3 automatically - http://blogs.msdn.com/manishagarwal/archive/2005/09/21/472229.aspx ...Show All
.NET Development Migration from 1.1 to 2.0b2 - Could not load type 'SingleTagSectionHandler' from assembly 'System.Configuration'
Hi All, I'm migrating a perfectly working app from .Net 1.1 to .Net 2.0 b2 and I'm having very hard time to understand why I'm getting the following exception: "An error occurred creating the configuration section handler for ColumnMappings: Could not load type 'SingleTagSectionHandler' from assembly 'System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. (C:\Documents and Settings\...\MyApp.EXE.config line 5)" ...Show All
Windows Forms maintain data knowlege across functions?
I'm new with VB.net and have hit a wall. I don't know how to implement this. Data binding, MDI, data sets, collections, arrays, etc. I don't know how to have critical info known across multiple classes, functions, subs, without making everything Public. Can& ...Show All
.NET Development TableAdapter problem...
Hi, I'm trying to edit a table in an MSAcess database using a table adapter, but any changes made to not actually persist in the MDB file (actual database). This is my code: With fDialog ' Update room in database RoomsTableAdapter.Update( _ .tName.Text, _ .MaximumUsers, _ .rAllowAllUsers.Checked, _ .RoomRow.Name, _ Nothing , _ Nothing ) End With ' Accept changes to database ChatDataSet.AcceptCha ...Show All
Microsoft ISV Community Center Forums Charts in Excel
I am using defined names to automaticly update my charts. I am using the =OFFSET and =RAND I do have some cells that contain #VALUE! It seems like the chart will update but only part of it. For example it will update but miss the last point. My question is could a non-value cause it to not update correctly Thanks Tiger The first thing to do is check htat your defined names accurately p ...Show All
Visual Basic Focus box for radio button
What is the magic word you have to say to coerce radio buttons to have a focus box (dotted rectangle) around them when they have the focus Depending on the phase of the moon or perhaps whether Cody (my Old English Sheepdog) is under the desk, they sometimes are there and sometimes aren't. I would have thought that padding and margins were the relevant factors, but they don't seem to be. Regards, Al This is actua ...Show All
Visual Studio Team System Silly Question: How do I change the checkout directory?
I've been looking around for a solution to this simple problem, but I haven't been able to figure out how to do it. Basically, I've checked out a project in the Source Control Explorer via VS 2005. How do I change the "Local Path" of this checkout Also, is it true that web projects must be checked out to the "c:\InetPub\wwwroot directory to work OK with TFS " I've checked out to other directories on C:\, and I've had nothin ...Show All
Visual C# how to add properties in Process.Start()?
How do I add properties in Process.Start() this is my code: Process runCommand = new Process(); runCommand.StartInfo = new ProcessStartInfo("myconsole.exe"); runCommand.Start(); runCommand.WaitForExit(); However what I would like to get out is something like this in console: C:\myconsole.exe properties How can I do that yeah but I finally realized how to do that. Now my problem is ...Show All
Visual Studio 2008 (Pre-release) WCFdiagnostics in the September CTP
The classes for the WCF diagnostics such as: System.ServiceModel.Diagnostics.MessageWriterTraceListener seem to be missing from the September CTP. Are diagnostics done differently now in WCF, or was this just an omission from this CTP Youcef Hi Txs for this post. It was really helpfull. I'm giving a session in TechDays and i couldn't make diagnostics work. Michele, what's the source " System.ServiceModel.MessageLogging" in your exam ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Clipping text in a GUI
I'm currently designing a graphical user interface for a game, and got a problem when I implemented scrollbars. Rendering only parts of the graphics in the interface (when part of a GUI element is outside the viewable area of the window) was simple, but doing the same when using the DrawText function seems much harder. I ended up rendering the text to textures, and drawing only parts of those, but this can add up in texture memory usage. Is t ...Show All
