technoTABLET's Q&A profile
SharePoint Products and Technologies Using [Me] filter on List
Hi All, I want to filter a list on custom column "Next Person" this custom column sotres the EmailID of "Next Person" depending on the business situation. now I want to apply a filter view on this list using this column where "Next Person" is equal to [Me].E-Mail but this is not getting successful............but if I use only [Me]....then it fails because [Me] is complete user account rather than Email.... I just want to know whether I can use the properties of the [Me] as a list filter Thanks Manu [Me] is a good filter for a person field, not a text or number field. If your field is not of type person, the [Me] token will not find anythin ...Show All
Visual Studio Express Editions Of Pictureboxes, Transparency, Movement and Backgrounds
Hi there, I am trying to make a picturebox move over another in a program - one, a stationary red arrow, the other a moving green arrow. When the green arrow picture box moves over the red, you can clearly see that the green picturebox is only *pretending* to be transparent; you can see that the green picturebox is filling the empty spaces with the form's colour, and that box moving over the arrow beneath it. Basically, it looks fairly unprofessional. Is there some way to fix this, so that you *only* see the green arrow moving over the red, and not the form's foreground colour with it I hope that made sense; please let me know if I need to clarify. lonlon_malon, Have you read the post titled Image Bac ...Show All
Visual Studio 2008 (Pre-release) possible 3D rendering problem
got a 3D scene with multiple objects in it. some of those objects are 2 blocks. another object is a window with a transparent texture. but the problem is the window will see-through some of those blocks. e.g. if i look through the window to look at a block, then i can't see the block. if i don't look through the window, then i see the block. even stranger, is that the order in which the objects are added to the scene matters. if i add block A, then the window, and then block B ... then looking through the window, i can see block A, but not block B. if i add both blocks before the window, then i see both blocks. if i add both blocks after the window, then i can see neither through the window. any ideas what is happening here NOTE i ...Show All
Visual Studio Unable to Start Debugging...
Hi All, I have Installed my Visual Studio 2005 and I hve configured the IIS for my Web development Sucessfully. When I am trying to run my ASP.NET Web application I am getting the following Error Message. "Unable to Start debugging on the web server. The server does not support debugging of ASP.NET or ATL Server applications. Click Help for more information on how to enable debugging. You may also want to refer to the ASP.NET or ATL Server debugging topic in the online documentation." Please help. Thanks in Advance. Sridhar Kalyanaraman. Following should help you http://support.microsoft.com/kb/318465/EN-US/ ...Show All
Visual Studio 2008 (Pre-release) ListView background color when not focused
Hi I've been playing with ListViews for the past few days and have finally managed to get it styled the way I want. Now I've got one last problem: the background color of the selected row changes to a light grey when the ListView looses focus. Basically what I'm trying to do is get a ListView to look like a grid (totally transparent), but with the extra features (like automatic column sizing) of the ListView just in case I need them. So far I've created a list view that is totally transparent. The column headings are plain text, with the background showing through. There are no mouse over effects, no resize ability, no column drag ability i.e. the column headings are not buttons any more. Perfect. The same applies to the items: co ...Show All
SQL Server Delete files older than 3 days using SSIS tasks
I want to delete all files in a given folder that are older than 3 days from today's date. I tried using a "Foreach Loop container" with a "File System" task inside it but found I couldn't access any file properties such as the file creation date. Am I using the wrong task for this job TIA, Barkingdog P.S. History of the problem: I used the sql 2005 Database maintenance program to setup our database backup jobs. One day I noticed that the free space on the drive where we keep the dumps had grown small. I found that we had at least 4 weeks of dumps in there, not the 3 days I wanted to keep! I looked but could not find the "delete file" option in the SSIS package generated by the Data ...Show All
Visual Studio Express Editions executable program(publish) and database problem?
hi there!!! here's my problem regarding my published program... when i install my program to another computer. my program did not recognize the database/ cant find the database. i need to copy my database(where i programmed and publish(computer 1) and paste it (where i install the program (computer 2)) The database must be attached to the server. This can be accomplished programmtatically via System.Data.SqlClient.SqlConnectionStringBuilder.AttachDBFilename() http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.attachdbfilename.aspx However be aware that you are also likely to have deal with Authentication in the Systen.Management Namespace. ...Show All
Visual Studio invalid keycode
my crystal reports are giving this error " cannot fine keycodev2.dll, or invalid keycode. what does it mean n how to resolve it You should do the same things i described on your deployed machine. Your setup project may also not be including everything properly, or not installing properly due to lack of permissions. ...Show All
Visual Basic Creating object at Runtime
I'm using VB.net 2003. I knew that we can create new buttons, new textbox and new label at runtime using code, I would like to know, if we do create those object at runtime, how can we manage their event Such as click event for buttons Thanks in advanced. If you want to see the events of object which you create by code you should declare it with "WithEvents" statement. Friend WithEvents btnNew As Button If you create your object with such statement, you can see your object on the "Class Name" dropdown menu (left drop down menu on top of the code page), and you can select the method from the "Method Name" dropdown menu (right drop down menu on top of the code page) &nbs ...Show All
.NET Development Posting content to IIS6 clustered servers ...
When posting VS content and apps to an IIS6 two server NLB cluster, what is the syntax for the URL field that should be used VS will successfully post content to the IIS6 default site/wwwroot folder in the cluster, but it will not post content to secondary sites that have their folders at the same level as the wwwroot folder (eg site2 folder for www.site2.com , site3 folder for www.site3.com , etc... ) and says the URL field is incorrect - apparently because there are two (NLB) servers for one URL. The next displayed field when posting apps, the folder share field, seems to be okay as it will take \\server1\site2 , \\server2\site2 , etc... TIA for any help on this one ... ...Show All
Visual C# Mini web browser
I have seen references to a "mini" browser. Is it possible to actually set the size of a browser, including the graphics etc. Not just resize the control....resize the whole instance of the webbrowser. Do you mean to resize a webbrowser control on a form, and scale everything in it I don't think this is possible. ...Show All
Software Development for Windows Vista VC++ express and win32 compiling
Can i use the uniscribe library with vc++ express Is it possible to modify the lib (goffset) Using the following info it is possible to modify the lib and create a dll Or a static lib http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ ...Show All
Visual Studio Express Editions Where does the .NET framework put programs?
I wrote a small application in VB Express and installed it on my laptop which runs Windows ME. After installing the .NET framework the application loaded and ran ok. I'm reconciled to the fact that the .NET framework will have to be installed on all my client's computers (even though it took 20 minutes). But the code isn't located in the "Programs" folder. Is this normal Is there any way to have the installer put them there I want to distribute my application from one CD to run under Windows 98, ME, 2000 and XP. Will this be a problem Since you mention 'client' as in a paying customer (I would presume) I would recommend using an external installation application - ClickOnce is one of t ...Show All
Visual Studio Error
Hi, I just installed Visual Studio 2005 on Windows x64 and when I open it up it keeps coming up with the error: Class not Registered. Looking for object with CLSID: {00BB2763-6A77-11D0-A535-00C04FD7D062} I've tried doing some searching and it seems thats the AutoComplete class but I'm not sure and I dont know what to do so I'm posting here. Thanks for any help. I`ve tried it, but it doesn`t change anything. Error message is still appearing. I found someone had the same problem, look here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=988799&SiteID=1 I haven`t got time to reinstall OS. If someone know how to fix this problem without reinstalling Windows, please help. ...Show All
SQL Server trying to save package to sql server
When I try to save a package to sql server with the delpoyment manifest I got this error TITLE: Package Installation Wizard ------------------------------ Could not save the package "C:\copia\Package.dtsx" to SQL Server "ATLANTE". ------------------------------ ADDITIONAL INFORMATION: The SaveToSQLServer method has encountered OLE DB error code 0x80004005 (Client unable to establish connection). The SQL statement that was issued has failed. ------------------------------ The SaveToSQLServer method has encountered OLE DB error code 0x80004005 (Client unable to establish connection). The SQL statement that was issued has failed. ------------------------------ BUTTONS: OK ----------------------- ...Show All
