gtejeda's Q&A profile
SQL Server Report Viewer not available in VB Express?
I'm trying to use report viewer controls, but the controls do not appear in the toolbox. The file reportviewer.exe was not in the location specified in the help files, but I have downloaded it, and when I try to add it to the toolbox, I get the message 'ReportViewer.exe' is not a .Net module. Should there be a .dll somewhere Is it not possible to use this control w/ VB Express / SQLExpress ReportViewer.exe cont ...Show All
Windows Forms Skinning resources
Anyone know any good skinning resources I'd like to make an app that is skinnable but don't quite know where to start lookin at how to design a skinnable interface for the app.... Thanks in advance! What the heck!! Sorry ab ...Show All
Windows Forms Example for deriving from datagridviewcell
I designed a user control that can be described as an enhanced combobox. It has more than just a dropdown button right besides the text field and offers much more functionalty. Because deriving from a combobox isn't very flexible it's derived from a user control and contains a textbox and some buttons on the right. It looks like this: [ Textbox ...Show All
Visual Studio Express Editions Error during install of V C# Express and V C++ Express
I seem to be unable to install either of these - anybody else having the same trouble The software downloads okay, but setup.exe throws an error (Microsoft .NET Framework 2.0 has encountered a problem during setup. Setup did not complete correctly.) Details: EventType : visualstudio8setup P1 : 183 P2 : 8.0.50215.44_beta2_x86ret P3 : msi P4 : inst P5 ...Show All
Visual Basic How would I get a beveled line?
I want to put a beveled line in my program but I cannot find the control for it. If you do not know what I am talking about, a beveled line is the line that can show up at the bottom of most installer programs. Its the line that seperates the displayed info from the Ok / Cancel buttons. Usually it will contain a line of text. i.e. the installshield installer's beveled line reads 'InstallShield.' I figured since it is possible to put this in t ...Show All
Visual Basic Help: Visual basic program
Hi i am making a program with a listbox named (lst) and picturebox named (pic) and i put the following code into the listbox selectedindexchanged sub so as the user clicks on the picture name from the listbox it displays in the picturebox Note: the listbox contains the paths of the images as there is openfiledialog in the program Private Sub lst_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles lst.SelectedI ...Show All
SQL Server SELECT permission denied on object 'database object', database 'databasename', owner 'dbo'.
I have created a sql login account called "webuser" and has given public role in my database. In my asp.net application i build connection string using above account and its password . We give permission on store procedure for for the above account to execute .We dont give table level permission for the above account . When we run the application with the above settings it runs fine on test server . However Now i have transfered the da ...Show All
Windows Forms Raising Event with e.Cancel property
Can someone point me in the right direction on how to raise an event that passes an event arg that includes an e.Cancel property that I can then respond to to cancel what was going to happen Essentially I want to be able to add Befor ...Show All
Smart Device Development VS2005 sucks!!
I have been using vS2003 for a couple years now. I upgraded to 2005 thinking I'd be getting a better environment with more up to date libraries and tools. What I ended up with is an environment that takes 3 or 4 minutes to open for me to start working. Another 4 or 5 minutes to open my tiny PDA application with 4 forms in it. Errors that make no sense about such and such not existing as a function of a class, yet the editor itself finds every ...Show All
Visual C++ C++/CLI dll will not load in C# project (repost, with more info )
I have written some code to create high dynamic range images in C++. I need to call this code from C# now, so I've wrapped it using C++/CLI. I've tested it, and it works well. I sent it to my employer, and he got this error: ************** Exception Text ************** System.IO.FileLoadException : Could not load file or assembly ' HDRLib , Version=1.0.2144.16487, Culture=neutral, PublicKeyToken =null' or one of its de ...Show All
Visual Studio Team System Error 29109
Hi, I'm trying to install Microsoft Visual Studio 2005 Team Foundation Server and I've gone through the checklist but when I try to install the product I get the following message: Error 29109: Team Foundation Report Server Configuration: Report Server Configuration encountered an unknown problem. Verify that you have sufficient permissions to configure Report Server, and try again. Any ideas Thanks, Reza Shams ...Show All
Visual Basic VBS question
Hi I need to write a which will alter ID3 tags in MP3 files. For now, I only found that I can use .GetDetailsOf() method of Shell.Namespace() to read the properties I need. Although I've got no idea how I can change them ... Would gladly recieve any advice ... I've done something similar before in VB.NET - I used the following article as a basis for it: http://www.motobit.com/tips/detpg_change-id3-tags-script/ ...Show All
Visual Basic Calculation in Visual Basic 2005 express
I need help please on this question and i could not understand where to begin.The question say, Input Calculate Circumfrunce Area of Circle. Value and surface area sphere. : Pi i = e Pi i square =theda 4/3 Pi i cube = V 4Pi i square = SA please, some give at least some sort of direction i'm just a starter in Visual basic. thanks guys. It seems to me that you don't need to do any integra ...Show All
Windows Forms DataBound TextBox returns wrong Text value
here is my situation. I have a winform with some controls that were automatically created when i draged a table from the DataSources window. The system also auto created a tabStrip (nice) after this. I have created an event that fires when the red X or Delete button in the tab strip is clicked. in this event, i read a field value from one of the databound textboxes. The problem is the actual value returned when calling Textbox.Text i ...Show All
Windows Forms problem with signing application and deployment manifest
Hi... Using mage.exe tool, when I want to save my application manifest and sign it with my certificate, I get: Unable to save {filepath}: An internal certificate chaining error has occured. What could that be On the other hand, if I choose " Don't sign ", then I get an error (I think this is a bug), when setting the Application reference in deployment manifest: The Application Manifest is not signed - {filepath} So it would be ...Show All
