gd2q's Q&A profile
Visual Basic immed?
In vb 6 I could use the immedaite window to do something like form3.DataGridView1.Width to see the width of a column... then form3.DataGridView1.Width = 800 to set it and see if it looks right.. then I'd write a procedure to set up data grid appearance. How do I do that in vb.net Getting furstrated... Brian ok.. when I do that I get "unable to evaluate the expression" ...Show All
Visual Studio Little question...
Hi Rajeev, another little question... what about the wonderful reporting tool embedded with access it seems to me amazing that microsoft has forgotten it for so many years.. no way to reproduce it in .net version, right It was the best reporting tool I have seen in the planet, and this many many years ago... like star wars... :) Thanks a lot :) Hi albnig, You would to look Crystal Report to .NET. ...Show All
SQL Server How to add the total balances of previous year into the next year?
I'm working with a table called SALFLDGAMS where it has two columns that I need to work with. One of the columns is Period which has years from 2000 to 2005 and the other column is called amount which has the balance for that year. Let me explain in a little more detail. There are account codes associated with the years as well so there will be many places where for example the year 2000 will show up with a given value. What I'm trying to do is ...Show All
SQL Server VMark UniVerse Driver (ODBC) and Unnamed Parameters
In a Data Flow task, my data source is the VMark UniVerse ODBC Driver. I have question marks in my SQL Command. I have two variables set up in the task (intended) to provide values to those unnamed parameters. Here is the important portion of that command: WHERE TR_ORDER_DETAIL_O_QTY_ASSOC_0.Z_ID = TR_ORDER_DETAIL_DATE_ASSOC_0.Z_ID AND TR_ORDER_DETAIL_DATE_ASSOC_0.DATE>= AND TR_ORDER_DETAIL_DATE_ASSOC_0.DATE <= AND TR_ORDER_DETAIL ...Show All
Visual C# Connecting to UNIX Server through ASP.NET Application
I want to connect to UNIX Server and to run the job present in a particular directory direcly from ASP.NET Application. Is there any way to acheive this Thanks in Advance.. To get an answer u might wanna give some more information :) On what port or service u wanna connection on the UNIX server What kind of job u mean starting a process on the UNIX server === Anyway ... no matter what kinda service u wanna use, i ...Show All
Visual Studio VS2003 +IE7 Beta2 crashes...
With IE7 Beta2 installed on my machine, the help system crashes VS2003 frequently when the internal help option is used. DocExplorer crashes sometimes when used as an external viewer. Also, some entries lose all formatting and display as black text on a white background. Is anyone else having these problems I haven't tested this with VS2005. I could uninstall the IE7 beta but I'm hoping there is some way to force DocExplorer to use a diffe ...Show All
Windows Forms Horizontal divider line in Combo Box
This would seem to be a simple task but I can't seem to find a way to do it except to implement some seriously complicated Windows MenuEx API stuff - All I want to do is insert a horizontal divider in a combo dropdown box, to give visual separation between groups of items. My purpose really is that the items in the box will be fluid, except for a certain set of items which are special items that will always be there. Using VB2005, .NET 2.0 ...Show All
.NET Development AccessViolationException when network adapter is disabled
I have similar problem as described in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=168193&SiteID=1 I have Desktop client that consumes MyWebService. If i disable network adapter while SOAP HTTP Rrequest sent by MyWebService.MyMethodAsync() is executing i get AccessViolationException Blaming NOD32 (imon.dll). Is this NOD32 or .Net Framework 2.0 bug, is there workaround and will it be solved and when Tnx! Several people have ...Show All
Windows Search Technologies WDS Shutdown Issues
I've seen comments about this problem in other forums, but not here, so I thought I would bring it up... WDS does not seem to like to shut down gracefully when Windows is shut down. On virtually every shutdown, a "Waiting for WindowsSearchIndexer..." window will appear, and as often as not the progress bar makes it all the way to the end before it shuts down, and the user has to click on the "End Now" button to terminate t ...Show All
.NET Development Will AnyCPU cause binaries to run as 64-bit on x64 machine
I used VS2005 professional to compile 18 .Net assemblies using the AnyCPU platform setting in configuration manager. I also have a startup executable that calls into one of the GAC libraries to start/run the program. I compiled both the program and all assemblies on at 32 bit Windows 2000 OS using the "AnyCPU" platform setting On the 64-bit computer running XP-Professional(64)... All assemblies were successfully loaded a ...Show All
SQL Server Database restore to new database
Hello all, I am using SQLDMO to try and restore a database to a 'new' database. I am using the relocatefiles property and setting it correctly, but when I restore I always get the error: "[Microsoft][ODBC SQL Server Driver][SQL Server]Logical file 'OLDDATABASENAME' is not part of database 'NEWDATABASENAME'. Use RESTORE FILELISTONLY to list the logical file names. [Microsoft][ODBC SQL Server Driver][SQL Server]RESTORE DATABASE is term ...Show All
Visual C# Having troubles with Randomness
I am new to these boards so not sure if I should post code snippets or how you guys handle things. Basically the issue can easily be seen here: http://www.thecodeproject.com/csharp/CsharpMersenneTwister.asp If you don't have an account there you can just download the binary called the demo. When you run this simple dice program you can see that it always has the same results. Do so by running it, memorizing the number of rolls for each ...Show All
Visual Studio Team System <AspNetDevelopmentServer> Question
I have this attribute before each of my web service unit test methods: <AspNetDevelopmentServer( "PlannerServer" , "C:\Visual Studio Projects\Planners\PlannersBusinessLayer" )> This will start up the web server before running the test. This works fine. But what about when another member of the development team wants to run the unit tests, or if we want to run them automatically as part of our nightly build Do we have to ...Show All
SQL Server Multi casting
Just a question about multi casting. If I create a copy of a data set using a multi cast, do operations on one of the output sets effect the other output set For example, in one ouput set I'm setting a column to NULL - this is actually updating the other set as well. Is this meant to happen Thanks!! ...Show All
.NET Development How to handle an XML response?
Hi guys, I now you can help me. I'm making a POST using a form on classic ASP to a company who processes online transactions, specifically Neteller. My problem is that actually I don't know how to handle their response. They send me and xml response telling me if the transaction was approved or not, but how can I load this response to a variable in order to make the update to my MS-SQL database Where should the code for handling this res ...Show All
