Binu Jeesman's Q&A profile
Windows Forms Adding Components to Windows Forms
anyone have any links on how i would add a component control to my windows form I created a component and now i want it to be inside my panel on my windows form but I cant find much info on the net to help me out though.... Actually when i do this...nothing happens at all......When i created my component all I did was add three labels to it...and i just want the three labels to show up in the panel i have on my Windows form..... ...Show All
Visual Studio Express Editions Creating a line control sim.. to autocad lines
Hello, I'm a new guy in the world of VB and I'm trying to create a line control similar to the line controls that is in autocadd. Could anybody to get me started in the right direction Hi, Being able to click the line is quite complicated. But I guess you can do it using a Usercontrol. Just override the Paint Event of the UserControl to draw your line. Handle the selection by using the MouseClick events of the user control. cheers, Paul June A. Domag ...Show All
SQL Server merge agent not started - Start Synchronizing disabled
i'm running a SQL Server 2000 SP42000.8.00.2039, developer. i'm trying to setup a merge replication between the default istance and a named one of the same machine, using the same domain account for both publisher and subscriber. when it comes to "start synchronizing" (right click on the subscriber merge agent), i found it disabled, just like it is running, but it is not (the icon shows a stop sign, even refreshing.) The state is "disactivated". When i stop sync and start it again things don't change. If i setup a "pull" subscription, i get a sequence of a message like "interface not supported" (a translation from italian "Interfaccia non supportata"): after 10 attempts, it stops. i cannot ...Show All
Software Development for Windows Vista TrackingDataItem data_str nor data_blob are populated
I get records inserted into trackingdataitem but test_v does not have data_str nor data_blob populated. it's a string variable and it is set while in webresponseactivity executing sendingoutputactivity code this is state machine workflow and i'm using webservices autogenerated from the workflow designer. this is my trackingprofile. it is saved in dbo.trackingprofiles with the highest version for this workflow type. < xml version="1.0" encoding="utf-16" standalone="yes" > <TrackingProfile xmlns=" http://schemas.microsoft.com/winfx/2006/workflow/trackingprofile " version="1.0.3"> <TrackPoints> <WorkflowTrackPoint> <MatchingLocation> & ...Show All
SQL Server No more datatype TIME in SQL 2005...what to do???
I understand that SQL 2005 doesn’t support TIME ( which is, for me, incredibly weird). Now, could anyone please help me solve my problem. I want to make it possible to insert into database a start-time for the first runner in a team. And when he finishes, a finish-time. This finish-time I will also use as a start-time for the second runner....a.s.o. Furthermore I want to be able to get the results from the database to present them in several ways. This also means I can't simply insert the time as a string since it won't change hour at every 60 minutes. I have read somewhere that it should be possible to create own datatypes, but I have absolutely no knowledge to that. Could anyone please help me ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How do you implement Fog into a scene?
Hi All, I have finally got some 3D up and running so things are whizzing about (which is always fun to watch... for a while, yeah I know, small things...) and I was wondering if anyone had any examples of putting fog into a scene. I tried last night and succeeded in turning all my meshes to white, not matter how far away they were from the camera. No matter what I did to the values, nothing changed. As always, any help is greatly appreciated. Cheers As well as setting those device renderstates, you also need to compute the amount of fog in your vertex shader. Typically that will just be the distance from the camera, which you output using the FOG shader semantic, but you could use some more sophisticated calculations to i ...Show All
Visual C++ C2248 error
Hello. I have read the other posts concerning the C2248 error, however could not find a solution. Like many people in the other posts, my project compiled fine under VC7, but the compiler for VC8 is now giving me the following error: C:\Program Files\Microsoft Visual Studio 8\VC\include\ostream(581) : error C2248: 'std::basic_ios<_Elem,_Traits>::basic_ios' : cannot access private member declared in class 'std::basic_ios<_Elem,_Traits>'... My simplified code is as follows: class Exception: public std::ostream { public : Exception() throw (); Exception( const std::string& ) throw (); Exception( const Exception& ) throw (); virtual ~Exception() throw (); Exception& operato ...Show All
Visual C# How to read data piece-by-piece from a text file?
Hi, Here is the sample data in my text file: 0x00010x00020x00030x00040x00050x00060x00070x00080x0009 0x00010x00020x00030x00040x00050x00060x00070x00080x0009 0x00010x00010x00030x00040x00050x00060x00070x00080x0009 0x00010x00020x00030x00040x00050x00060x00070x00080x0009 0x00010x00020x00030x00040x00050x00060x00070x00080x0009 0x00010x00020x00030x00040x00050x00060x00070x00080x0009 0x00010x00020x00030x00040x00050x00060x00070x00080x0009 0x00010x00020x00030x00040x00050x00060x00070x00080x0009 0x00090x00010x00020x00030x00040x00050x00060x00070x0008 0x00090x00010x00020x00030x00040x00050x00060x00070x0008 0x00090x00010x00020x00030x00040x00050x00060x00070x0008 0x00090x00010x00020x00030x00040x00050x00060x00070x0008 0x00090x00010x00020x00030x00040 ...Show All
Visual C# Excel files are accessed by more than one application or not ?
I am using Excel Files to store my application data. Please tell me Can Excel allow more than one apps access it or not (like SQL Server,...). Thanks so much! I believe it wont allow you to open the file when its already connected to by another application. It's locked when a connection has been opened to it and wont release it until the connection has been closed ...Show All
SQL Server ODBC issue!!!
Im trying to run a very simple script on an index that doesnt exist. Drop Index BLAH; Create Index BLAH; When I run this through an ODBC Connection it fails on the drop since it doesnt exist and STOPS running the script. Im hoping this is a simple setting on my part where if it errors on something as simple as a index to be dropped does not exist then it will continue to the next line in the script Thanks Scott What about first checking in your script if the index you want to drop already exists IF Object_ID('SomeIndexName') IS NOT NULL DROP INDEX BLAH HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Studio Team System What is "citizinship mindset" ?
I have read this page: http://guides.brucejmack.biz/MSF%20Agile%20Beta%202%20PT/Wss/Process%20Guidance/Supporting%20Files/Mindsets.htm But still don't understand what "citizinship mindset" is. It first says citizenship is about stewardship, then talk about web services, and then reassign bugs. I really can't understand what it means. Anyone would further explain it Thank you! Me too!!! -- Lorenzo Barbieri MVP Windows - Virtual Machines, MCT, MCPD Web&Win, MCITPro DBA, MCTS Web,Win,Dist,Sql IT: http://www.geniodelmale.info EN: http://www.lorenzobarbieri.info < huanlin@discussions.microsoft.com > wrote in message news:441ff780-dcec-45ba-b7c7-c6b510a372e2@discussions.m ...Show All
Visual Studio Team System Work Item Publishing errors (with SP1 installed)
Hey, I am having issues getting work items published through Project. I have installed Visual Studio 2005 SP1, the TFS machine is not running SP1 yet. In addition to that I have Office 2003 and 2007 installed side-by-side. I am now trying to get a project plan published in TFS. All I am getting in both Project 2003 and 2007 is "Cannot Complete the operation". "An unexpected error occurred". In Excel 2003 I get : TF84032: Team Foundation could not insert the work item list because there is data in the worksheet that cannot be moved. Select a location where there is enough space to insert the list. (With an empty sheet) In Excel 2007 it is working! Any clues I am using a custom process template (Avanade Con ...Show All
Windows Forms FillByParameter - using parameters with the Select Statement
Hi, I want to open a new form (form2) and have it load only the data for an item chosen from a datagridview in form1. In the constructor, I'm passing the ID of the record chosen to the constructor of the form2 in the field mID. Form2's data is in a master-detail relationship. So I have created a dataset, dsSermons21, that contains the 4 other child tables. In dsSermons21, I have created a new parameterized Select query call FillBySermonID. Now, If I understand this correctly, I use the following to fill the Sermons table of the dataset: DsSermons21.Sermons.FindBySermonID(mID) I do not know where it got FindBySermonID from, then name of the new query is FillBySermonID, but that is what came up in intellisense. If this is ...Show All
Smart Device Development UdpClient - Compact and Full Framework
Hi, Please take a look at the code below. When compiled as a Windows application (.NET 2.0), the Send method will not succeed when there is no network connection. The System.Net.Sockets.SocketException (A socket operation was attempted to an unreachable host) is thrown. However, when the same code is compiled with Compact Framework 2.0, the Send method always succeeds! Is there a way to mimic the Full Framework behavior on Compact Framework My application is supposed to send GPS messages using UDP. If the sending fails (no connectivity for example), the message should be stored, and send later. Since the messages will be sent quite frequently, I don't want to manually check connectivity before each call of the Send method. ...Show All
Visual Studio Tools for Office Attaching custom actions Pane to all documents !!!
Hi All, After reading quite a few posts and trying out various shortcuts or hacks to acheive an " Application Level Task Pane " for Word 2003, i have really come to a grinding halt !! few of the paths that i followed were 1. Tried to modify the XML of a WORD document by adding the _AssembleName=* and _AssemblyLocation custom document properties.... I am now trying to acheive this by Attaching Managed Code Extensions to Documents...still work in progress i guess my question would be that in one of these posts Misha Shneerson did point out that it was possible to attach a task pane at an Application level but could only be acheived by someone like her who knows the internals of ActionsPane and VSTO and that it wasnt f ...Show All
