Tejas_v's Q&A profile
Windows Forms Allignment of windows forms
Hey guys Pls let me know how do i make my forms auto-adjust when at the run time i maximize them This problem occurs since at design time i am not able to make a fullsize form, it becomes very difficult to handle. Thus at run time when maximized white spaces are left while the controls remain in the original positions.. Also tell me if it is possible to design a form in its maximized size at the design time There is a easy way to do this, each Control have a property named " ANCHOR ", that is very useful in resizing/positioning the control when the form is maximized/minimized. Hope so this might help you. ...Show All
Visual C++ LNK1112 module machine type x64 conflicts with target machine type x86
I am using VS2005 for 64bit platform. And I have also MPIPro 1.7 (32bit). If I run some example from mpipro sample folder through "debug->run without debugging", it works perfectly. If I run it through "build->build" and then "debug->run without debugging", it works. But if I try to use "build->REBUILD" this program DOES NOT WORK and error such as "LNK1112 module machine type x64 conflicts with target machine type x86" arises!!! And after that whatever I do, it does not work. What should it do to force this program run P.S.Before first launch there were "target machine x86" in the "Linker->advanced"&nbs ...Show All
Windows Live Developer Forums is there any c++ code samples
in msn messenger activity sdk it is written: You can use a variety of programming languages to develop your MSN Messenger Activity. Use only the following languages, unless your agreement with the MSNR Messenger Support team states otherwise: C, C++, or C# ....... where can i find c++ code samples. Hello, I need that too...In the documentation JScript and VBScript codes are included. Where can I find c++ or c# code samples... I want to learn how to write a plug-in type something for MSN Messenger... May someone help pls.. Thank you very much.. ...Show All
SQL Server UPDATE STATISTICS Breaks Optimizer
I thought this was a partition problem (may be related, but is directly reproducable with UPDATE STATISTICS). I have a partitioned table (by day for 31 days, 32 partitions)with over 26,000,000 rows in it. The rows are relatively evenly distributed across the partitions. The table has a clustered nonunique index based on reporttime and a nonclustered nonunique index based on callsignssid and reporttime (see below, pasted from the SQL Server Management Studio). CREATE TABLE [dbo].[APRSWx]( [CallsignSSID] [varchar](9) COLLATE SQL_Latin1_General_CP1_CS_AS NOT NULL, [ReportTime] [datetime] NOT NULL, [WindDir] [smallint] NULL, [WindSpeed] [smal ...Show All
Visual FoxPro Error Loading File - Record Number...
I have been struggling with this for the better part of this week. When I try and load a form it gives me this error Error loading file - Record number 41. Formset <or one of its members> Parent: Function arguement value, or count is invalid. Looking in the .SCX and the Parent coloumn, the record is an empty memo field. I have very little experience in trying to fix a problem like this and could really use some help. J.Newman Well, something's definitely wrong in record 41 of the SCX. I'd take a good look at the Properties memo, where I'll bet you have some assignment that VFP is choking on. ...Show All
Visual Basic inheritance template missing in vb.net 2005 express
I'm trying to experiment with form inheritance and created a base form with a couple of buttons. I save and build this base form as a dll. Then I try to add another form which inherits the base form, but the project menu has no items to allow me to add an inherited form. I've also tried adding a reference to the project first, but it still doesn't work. What is wrong Click the "Add new item" and you'll get a list of templates. One of which is "Inherited Form" -mark Program Manager Microsoft This post is provided "as-is" ...Show All
Visual Studio Express Editions yadda yadda for Dummies -- getting data into my VB thang
I posted this here , but realized it may have been in the wrong place. WDIK yadda yadda for Dummies -- getting data into my project. OK, here's another newbie question. I run a third party app. I've been able to take data from that app, and by "pasting as link" into excel, manipulate the data (yes, "paste as link" was a new discovery for me, so now you get my level of experience). Now I want to do more stuff with this data, stuff that is cumbersome in a spreadsheet. It would seem to me that if I can paste it into a ...Show All
Visual Basic Filling out a form and automatically submitting it
Hello, I have a problem, I want to fill in the values for input on a form on a webpage. For example, the form we use to create or reply to threads on this forum. So basically I want my program to fill in the various values, such as the Subject and Message of the forum then automatically submit it to the server. I had two solution to this. One is to use an external web browser such as IE or Firefox and have my program fill it in as if as real person had done it, or use the WebBrowser class that is part of the VB language. How would I go about doing either solutions I was reading up on WebBrowser and I might have to learn DOM. Well thanks for ...Show All
Visual Studio Express Editions SQL 2005 Express admin password?
Is there an administrative default user/password combo that should be changed in SQL 2005 Express Edition (For example sa/blank) If so how can it be changed and is there any article with more information available Thanks Excellent, thanks Mykre. I installed it along with the IDE that came with VB 2005 EE. I'll have a look at that Securing SQL Server 2005 Express Edition article. ...Show All
Windows Forms How do I filter a BindingSource using the Child token?
I have to DataTables with a parent-child relation set between them. The BindingSource object is bound to the Parent table. Is there a way of applying the filter with search/filter criteria specified for the child DataTable I've tried: ParentBindingSource.Filter = "child(RelationName).aChildCol='strToFilterOn'" but I get an error "Cannot interpret token 'child' at position 1." Any ideas on how this can be done After some research I've seen comments stating that Child can only be used with aggregate functions. Is there a way to use any aggregates to achieve the above Thanks, Nate ...Show All
Visual Basic Audio Spectrum
Hi, i'm writing an app, and i would like it to have support for the windows media player activeX control, but i would like it to be hidden, and my application will show all the information, and custom buttons. Now i have all that done, but i would really like to get an audio analyzer put in my app, that is to say a graphical representation of the frequency of the sound on each channel. I am no audio guru, so i'm not entirely sure, what i'm really on about, but i would really, like to be able to obtain this information, in the sdk, under the skins section, you can add support for this to your skins, but i want to know if there is a clas ...Show All
SQL Server Best Oracle source provider?
Hello, I am using a massive Oracle db in SSIS and am trying to figure out the best way to increase performance in moving data from this db to sql server. As far as Oracle sources, which seem to have the best performance Thanks, Adrian Hello, We have built a super fast connector for Oracle for SSIS. We have been able to achieve about 30 times performance improvements over the OLEDB Oracle provider. E.g 1 million rows, we loaded in about 2:20 mins. Let me know if you are interested in beta bits. Regards Sidharth http://www.persistentsys.com siddossy@hotmail.com ...Show All
SQL Server SQL Express with Advanced Services - what Reporting Features does it have?
I work for an ISV, and some of our customers use SQL Server, others use SQL Server Express. I need to develop some reports, so I was happy to read that SQL Express with Advanced Services would have some (limited ) Reporting Services available. Unfortunately, the sign-up period to beta test appears to be over, and so I am left wondering exactly what functions will be available. Is there anyone out there who has played around with the beta version reporting functions The RS features that are included with Express Advanced are described here: http://www.microsoft.com/sql/technologies/reporting/rsfeatures.mspx ...Show All
SQL Server Cluster installation & Domain Group requirements...
Why does a cluster install of SQL2005 require access to a domain group and what is the purpose of having to create a domain group for the cluster installation Other than the blurb mentioned in BOL I'm having a hard time finding any information out about this requirement. From BOL: How to create a failover cluster. Section 18: On the Domain Groups for Clustered Services page, provide a DomainName\GroupName for each clustered service being installed: the SQL Server service, SQL Server Agent service, Analysis Services service, and Full-Text Search service must run as domain accounts that are members of the built-in administrators gro ...Show All
SQL Server Inserting images
Hi, I am developing C# application and a feature of it is to pull pictures from a database. Only problem is I do not know how to get these images in my sql mobile database. Is there any way of doing this from VS 2005 Thanks in advance. Please see this: http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/caa8f4fac252691f/351362f22f568ad3 q=bitmaps+SQL+CE&rnum=3#351362f22f568ad3 http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/a3e65a48b2003c0d/07bc1dc173fdd675 q=SQL+CE+image&rnum=1#07bc1dc173fdd67 ...Show All
