Quantum_x's Q&A profile
Visual Basic IT Asset Tracking Table Advice
Hi, I have designed an Asset Tracking database using SQL Express 2005 and the core function within the VB 2005 front end will be the Inventory. I have the following example tables in my db so far: AssetDetails - This stores the asset details. Example fields include: AssetID (PK), Dept, Location,AssetTypeID (Desktop PC, Server,Notebook,Printer etc), UserID AssetItem - This stores any other items linked to a main asset. Example fields include: AssetItemID (PK), AssetID (FK),ItemName, SerialNo etc Items can be a Monitor, Printer etc. The main asset the item would be linked to can be a Server, Desktop PC or Notebook My appli ...Show All
.NET Development Passport Authentication Setup
Hi, I am able to setup passport authentication on my local development machine. But I don't have any idea how to put that application in the production environment Thanks In Advance Sachin S Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 Someone has already linked to some info on the ASP.NET forums with some of this info, check out http://forums.asp.net/907507/ShowPost.aspx HTH, PEte ...Show All
SQL Server Error with Subscription
Hai, this is Srinivas Reddy. i have a problem in reporting services. i have a parameter in one of my report, that parameter contains morethan 1300 rows. it is working fine with execution. but when i try to create a subscription, even the subscription page is not getting opened, instead i am getting an error "Error in XML document(1,10272)". I came to know that when this parameter contains less than 1213 rows (values), i am not getting this error and working fine with subscriptions. I tried with another report which contains a parameter with 10 lakh rows queried against the same database , working fine with the subscription. ...Show All
SQL Server SMO
hi everybody, I want to add the Microsoft.Server.smo.dll to my VS 2003 .net project. However, when I try to do just that, I get an exception (A reference to Microsoft.SqlServer.Smo.dll could not be added. this is not a valid assembly or COM component etc). Any idea Ozbourn now let me put this way i have visual studio 2003 and i have also installed Framework 2.0 I have installed SQL Express 2005 and i want to build an application on VS 2003 which uses SQL Express 2005 what are the requirment ...Show All
Visual Studio 2008 (Pre-release) How to bind to a property of a property ?
In one of the samples (MasterDetail sample) I see that this is possible to do: ... <DockPanel> <TextBlock Text="{ Binding Path=Divisions/Name }"/> <ListBox ItemsSource="{ Binding Path=Divisions/Teams }" /> </DockPanel> ... However, it didn't work for me when I tried to bind to a class that has a property called Person which returns an object of type Person. Person has a property Name which is a string: ... <TextBlock Text="{ Binding Path=Person/Name }"></TextBlock> .. Why didn't it work   ...Show All
Windows Forms Slow painting, flickering on complex forms
Okay, I've tried double buffering (Control.SetStyles et al). I've played around with Win32 APIs such as SET_REDRAW and LockWindowUpdate, but I cannot get rid of the apallingly slow painting that is Windows Forms. Try this: Create a form with about 50 labels on it. Make the BackColor of the form the usual windows grey - and leave the labels as is. Run the app. Alt-Tab back and forth from another app (preferable one with a white background - such as MS WORD). On my (average spec) PC there is a noticeable flickering and you can actually see each label paint its background first white, and then grey. What am I doing wrong - or is Windows Forms j ...Show All
Visual C# use netmeeting
hello how i can use netmetting with c# project thanks I think this is what you are looking for http://www.microsoft.com/windows/NetMeeting/Authors/SDK/default.ASP Cheers, Greg ...Show All
Visual Studio Team System Ghost projects
2 weeks ago I had some problems creating projects from a remote location. The problem never really got solved but I can live with that for now. The problem is that the few times that I tried creating a project, the process halted with an error saying that it might not have been able to roll back all changes. Now my question is. The projects that I created doens't show up in the Team explorer but Source Control has entries for the projects and I'm not able to remove them. Likewise if I look in security settings new users was created for the projects. As with the Source control project I'm not able to delete them as well. Does anyone hav ...Show All
Visual Studio Express Editions Upgrading vb6 projects
I was unable to upgrade projects from vb6. I get an error when "invoking upgrade engine". Error occurs in vbu.exe. Error message: Enexpected exception ocurred during upgrade engine operation: Error in remote procedure call. (Exception from HRESULT: 0x800706BE). Using: XP Pro Spanish Version VB 2005 Express V8.0.50727.42 VB6 projects made with VB6 Enterprise Edition (SP6) Spanish Version. Hi Cristian, It sounds to me like the VB Upgrade tool did not get installed correctly. I would suggest going to Add/Remove Programs in the control pannel and doing a repair on VB Express. ...Show All
SQL Server Launching the Reports From Browser
Hi friends, We have developed the Reports using SQL Server Reporting Services 2005. In order to make our all reports dynamic we are referancing DLL in all our reports. That DLL we have pasted in D:\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies So when we observer the reports from Preview tab then we can see the effect of our DLL and all reports are working fine. Now we want to launch all reports on browser. So we are giving the URL path as http://localhost/ReportServer But as per the SQL Server 2005 Reporting Services by Bria ...Show All
Visual C++ How do I obtain an environment Variable?
have 35 years of experience. I have mostly avoided the C world. when I've had to write in it, I've done OK in VS6. VS2005 C++ is so cantankerous. I'm writing a program that must run standalone and it must be very lean and not rely upon redistributable dlls. I am not in need of a routine that returns the value of the %windir% environment variable in string format. My project is set for a unicode build. The design goal is to have only the executable image and no additional dlls other than Native XP API dlls. char * buffer; string x; buffer = getenv( "windir" ); x = string(buffer); will not work because ...Show All
.NET Development Searching a Generic List
I have no problem making and using a generic list. They work fantastic. However, I'm having a major problem being able to search them in the manner I want to. If I make a generic list to store some objects of some type, I want to be able to search the list not by passing it an instance of the object, (such as List.Contains(MyObj), or List.IndexOf(MyObj)), but rather by passing it the value of one of the properties of my object. For example, I cannot get this to work . Dim MyList as System.Generic.List(Of MyObject) Public Class MyObject Public property Name Public Property Date End Class ... create some instances of my ...Show All
Software Development for Windows Vista errors with rpcasync.h
I have installed Visual C++ 2005 Express (with the newest Platform SDK and DirectX SDK of april), included the paths of the install directories into the VC++ Directories and could work with it, but since I have changed some settings I get a lot of errors when compiling simple projects like a message box program. Some errors picked out: Include\rpcasync.h(77) : error C2146: syntax error : missing ';' before identifier 'hThread' C:\Programme\Microsoft Platform SDK\Include\rpcasync.h(77) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int C:\Programme\Microsoft Platform SDK\Include\rpcasync.h(77) : er ...Show All
SQL Server Custom Parameter Page with Report Manager
Dear Everyone, Suffice it to say, almost everyone who seriously uses (relies) reporting services hates the postbacks that the report parameter section does. It literally runs all queries that populates the report parameters. This will just not do. We're thinking of creating a custom web page to either augment or replace the parameter section of the report. Our problem is that we dont know how to connect it to report manager in such a away that it will actually interact with the current instance of the report. Has anyone tried this at all Does anyone have any idea on how to accomplish this Thanks, Joseph The postbacks should ...Show All
Windows Forms How can I change text of button in Form1 from Form2 ??????
Hi, How can I change button1->text in Form1 from Form2 please reply, and sorry for my bad english. thx juvi Thanks for replying so quickly, but I am new to visual c++ and windows forms and it would be really helpfull, if somebody could send me an example project written in c++, so that I can easily understand it... balazssarreti@gmx.at thx juvi ...Show All
