kish75's Q&A profile
Visual Basic Loading and showing a form in a Panel control
Is it possible to load and display a form inside a panel control using Visual Basic 2005 and if so what code do I need to handle this. Regards Dipendra Hi. I don't think it will be possible. I tried to make a panel be the parent of a form and I received a huge exception. It doesn't sound logical to me to do that but as far as I tried it didn't work. What are you trying to do (if we can know of course) Are ...Show All
.NET Development Partial Class Methods not being recognised
Hi I have a web project which has UserControl folder and all ascx page resides here. I have another folder called CodeBehind which has a folder called UC which contains all code behind for the ascx pages in the User Control folder. The ascx pages in the UserControl folder is wired properly to its respective .cs class in codebehind in the UC folder. The web site works great and no problems. I created a same namespace and class name file ...Show All
.NET Development XPath and case sensitive problems
Running xpaths against a xml doc (comming from a mssql server) and having trouble with case sensitive letters. I have tried to use the xml translate funktion, but it would need an exact match in the DB anyway. If I look for the name John and it is typed JohN in the DB I get nothing. Is the only solution to 'wash' the data in the DB. Are there any work around to make a xpath query non case sensitive ...Show All
Visual Studio Express Editions Really need help with online starter kit..
I just downloaded and installed the shareware app installer for visual basic. I try to start the sample app but I get the error "A problem was encounted creating the template 'Sharewareservice' the selected template cannot be found. Please check the file name" How can I get the shareware installer sample app to work in VB Express Thanks, dbonyad(at)hotmail(dot)com ...Show All
Visual Studio Express Editions Is it possible to shell an application seamlessly?
I need to be able to run an application such as notepad or calc in the same way that I can start a browser inside my VB app ie. make the spawned program appear to be just another window in my program. Has anyone done this before SS$_TOOMUCHBEER Thanks SJ, There's noting wrong with billies code except what I hear RB saying is that he needs these things to be a part of his form just like the webbr ...Show All
Visual C++ Has anyone at Microsoft actually used VC++ Express B2?
I haven't used Microsoft's Visual C++ since version 6. I've always thought Microsoft makes the best software development IDEs by far, but the compiler was extremely lacking. I figured I'd try Win32 GUI development again (I do mostly Unix or cross-platform non-GUI), so, 1) I downloaded Visual C++ Express Beta 2 and installed it. 2) It didn't compile anything successfully, including "Hello, World" (See this thread for those looking for a ...Show All
Visual Studio Team System How to get VSTS ?
I have an MSDN subscription, which means I have the full VSTS IDE and server. I am about to start a project with someone on the other side of the world, and I was keen to use VSTS, to evaluate it's effectiveness, to (hopefully) better control our work flow, and so on. However, it seems to me that this guy will need to buy his own MSDN sub in order to get the VSTS IDE, there are no other options unless we buy 5 licences in bulk. Is this true Is V ...Show All
Windows Forms printing
Hi This is the first time I am using the printing class. What I want to do, is perhaps like everyone else, customize the layout of a page and print that page, putting in the appropriate values and so on. How do I go about creating such a page, where I can position, say, a logo on the top center of the page, then a line below that, the address and so on - like an application type form layout. how can I achieve this in C# (.NET 2.0 ...Show All
Windows Search Technologies Address bar - locked
my address bar will to type in the full name of a web site, but once complete it will not pull up the site, it stays on the main msn page. Like typing in www.miamidolphins.com - but while typing it will drop down and offer a list of sites, if i pick one of those I can go straight to the sight or choose from my favourites. but to actually type a new site name in the address bar and click go - it goes no where. how do I solve this i do have ...Show All
SQL Server Problem : Data got truncatedin reading Excel source
Hi I have created a SSIS package which retrive data from Excel file, perform some calculation and insert data into database.My Excel file formate is 'General', Its column contain data upto 11 decimal. When I lookup in ExcelSource ->Edit-->Previe, it shows me value upto 11 decimal, but when I am transfering the data to Derived column component it got truncated to 4 decimal. I am using decimal datatype int Derived column. Can any one suggest ...Show All
Visual Studio 2008 (Pre-release) FormattedText and DrawText location point
Hi, I am using DrawingContext.DrawText(myFormattedText, new Point(x, y)) and I don't understand how the formatted text is positioned relative to the x,y point. Thank you, Valentin ...Show All
Visual Studio Tools for Office Send email using Outlook
Hello, I want to send an email via Outlook 2003 (SP1) from an asp.net page. I have tried using the SMTP classes as recommended by Microsoft, but the environment of my client, the email messages never arrive when sent using this method; hense using MS Otlook on the wenserver. The code is below: Dim oApp As Microsoft.Office.Interop.Outlook.Application oApp = New Microsoft.Office.Inter ...Show All
Visual C++ Sniff and Reject Internet Packet
I try to modify the Packet Sniffer (you can find it on www.codeproject.com ) into SQUID of linux. You know that the SQUID can reject the user request to internet. I have search any code and programming forum to find out how to reject the request of an user to the internet Please don't tell to use Packet Filter API because its not correct place for this. The Packet Filter API only block the IP address who walltrough the interface, i just w ...Show All
SQL Server best approach
I've been banging my head for a while now, and it is sore! :-P I'm a best practice/Microsoft approach type of person and want to make sure I do things correctly. I have a database, kind of like a forum. Obviously executing multiple queries in one "batch" (stored proc) would have an impact on the performance. Now, I would like to give a more detailed/specific error back to the caller (either by aid of error code or w ...Show All
Windows Forms using API
Hi, I am a little new to windows application. I have to use an API built in VC++ .net for windows XP. Can someone send me some sample code that uses an API Just to give me an idea how to play with APIs in windows applications Thanks, ...Show All
