CGlenn's Q&A profile
Visual Basic ToolStripButton and PrintDialog (Vb.NET Beta2)
I find the Print Dialog Box is not in activate when fired by button on ToolStrip, like: Private Sub ToolStripButton1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles ToolStripButton1.Click PrintDialog1.ShowDialog() End Sub The printDialog has to be made active by clicking once before making any print options. However, it is alright by normal buton, like: Private ...Show All
Windows Forms convert IntPrt back to its original Object in VB.NET.
Hi All, I want to convert IntPrt back to its original Object in VB.NET. Is it possible I am a newbee and I need help on this from u. Thank you. I'm not an expert in this but I think you can not get a control by using theise function. If you want to edit the control ...Show All
SQL Server data flow steps
Hi, I have one data flow with 10 sources and destinations in the flow. For the sources I'm using the datareader for an odbc and for the destination I'm using the ole db destination source. By default these run parallel when executed. Is there a way in the dataflow to run them step by step instead of creating 10 different data flow tasks in the control flow Or is it better to have 10 different data flow tasks ...Show All
Visual Basic LISTView - Checked Items Fustrations.....
Can someone help…… PLEASE..... VB.net 2005 Listview... when the user selects the process button I need to read the ListView and see what item(s) are selected and Process them. Thank you in advance.... -M If I use Private Sub lv_SelectedIndexChanged_UsingItems _ ( ByVal sender As Object , ByVal e As System.EventArgs) _ Handles l ...Show All
SQL Server Moving SQL 7 DB to different machine SQL2000
have a SQL 7 db with stored procedures and tables and have to move it to another box with SQL2000, what is the cleanest way to do this backup and restore 2000 should detect that the mdf and ldf belong to older version of MSSQL and will ask if you want to convert to newer version code. BEAWARE******But there are chances that you might see some change in functionality****** ...Show All
Visual C# how to save a graphics into a jpg file
Now the graphics are painted in a form and i want to save the graphics into a jpg file. Which class will implement that what about ImageConverter class should i first transform the graphics into a image. By the way, i am not sure whether the image class will be useful. thank you Hi, I still get a big black box, here's some of the code I'm using: first my toolbar button for print: if (e.Button = ...Show All
Visual Studio Express Editions invalid object
I am trying to write to a database table using native configuration. I have already checked my connection string, I believe I am connecting. However, I get the "table3 is invalid object " error. I checked the spelling and case of my objects. These objects exist. Why do I get this error ok, here's the relevant code: SqlConnection conn = new SqlConnection("Data Source=norby11\\SQLEXPRESS;Integrated Security=SSPI;Connect Timeou ...Show All
Visual Basic mod of a double type variable
Hi, I want to take the mod of a double number, the number is 26 digits, but in runtime visual basic gives the message of "overflow" code like : Public XNo As Double Public ModResult As Double ModResult = CDbl(XNo) Mod 97 The number in the XNo is a 26 digits one. Urgent Help please... Thank you, but I still take the runtime error just in the mod operation. ...Show All
Visual Studio Revision and Build not changing in VB.NET project since Source Safe
Ever since I put my project in to Visual Source Safe, the revision and build numbers never change. Another side effect is that when I launch Visual Studio, it say sI haven't worked on the project for a long time even though I am in it daily. Please help! Jim Alin, I checked and neither the SUO nor the .user file is under SCC. I didn't realize that the revision number only incremented each day. ...Show All
Visual C++ Can C++ develop web-based applications?
Hi, All New to C++ programming. and have put resource in C++ and VC books and time learning it. But now I was told that C++ can not develop web based apllications. Is this true or some extensions of C++ can go around this limit I need develop a web-based database, so the users can input company names, location, phone numbers. etc. and the users can have a full text search on this database. Do I have to learn C# and and SQL to do this ...Show All
Visual C# Error Wrapping a .NET code in COM
Hello Everyone, I wrapped my Code in COM and now when I use the ( tlbexp ) tool, I get this error.... TlbExp error: The format of the file 'WebServices.dll is invalid. Any suggestions what can be wrong....I have a very simple .dll..... Example: namespace Services { public interface Isomething { void solution (string s, out string t); } public class Serv : Isomething { public void solution (strin ...Show All
.NET Development How to use XmlLinkedNode created in the proxy ?
Hi all, I've created a web method that has a parameter with the attribute XmlChoiceIdentifier, when one of the choices is a dataset. When I create a proxy for the service, the property is generated as a field of type XmlLinkedNode instead of type object. I have no idea what this class is (all I know is that it is an abstract class), and I have no idea how to transform my dataset object to a "XmlLinkedNode" object. I know th ...Show All
Visual Studio Team System Synchronizing manual test and application run with code coverage
Hello, I created a manual test and if I run it there opens the page where I can mark my comments about my previosly defined test steps. If I now start the applikation I wish to test (pressing F5) it starts the application and I can perform all test tasks, but I won't get code coverage results this way. If I go the other way, doing the application test, I get coverage results, but do not see the form of the manual test to fill in: I see the probl ...Show All
.NET Development SqlClient.SqlException
Hi, All. I am not sure my question belongs to here. I tried to use DAAB(Data Access Application Block) in my project, and got an unhandled system error on system.data.dll. The code broke on da.fill(ds); line as listed below. I have tested the connection string and the stored proc, and they are all working. What else should I do Thanks! public static DataSet ExecuteDataset(SqlConnection connection, CommandType commandType, string ...Show All
SQL Server About SQL Mobile Server
I need to export(import) data from Pocket PC(SQL Mobile Server) to SQl Server 2005(central data storage) in real time, if anyone knows how it would be better and faster to do...Maybe someone have done something like this... Sorry for my English, I use it at first for last 6 years...))) What's "real time" in your case Also, since you have to have connection at all times for "real time" synchronization, why could not ...Show All
