Or Mintz's Q&A profile
Visual Studio Express Editions Porting web navigator from VB6 to VS2005 C#
I am porting a VB 6.0 application to C# that automates navigation of multiple web pages within a site and extracts information from some of the pages. One of the pages contains a listbox containing a number of countries. The default value that is set is not the value I need to use. The HTML in the web page looks like this: <select name="country" style="" onchange="" multiple id="countryList" size="7"> <option value="*" selected> All Countries and Territories </option> <option value="------0">------</option> <option value="AU&quo ...Show All
Visual Studio Express Editions First Project
I have been charged with gathering all incoming faxes, converting them to PDF files and thru keywords (Names Departments etc.) sending them to specific personel using Active Directory. I have a program that will convert to PDF, but I need to know how to search and distribute with (I hope) VB. I am brand new to this so any help would be greatly appreciated. OMG Tally, To what degree is this to be automated My gosh.... how familiar are you with Object oriented programming. I really don't feel that this is an appropriate assignment. ...Show All
SQL Server Subreport parameters
Greetings, Is it possible to create parameterized subreports whose parameters are filled by the master report Craig Yes you can do that. When you add a subreport reportitem in the master report, go to the parameter settings of that subreport reportitem and set the parameter names to expression values (e.g. =Fields!ProductID.Value). -- Robert ...Show All
Game Technologies: DirectX, XNA, XACT, etc. samples from directx SDK fails
I am trying to build the sample code which came with directx sdk, hopefully this is the right place to ask for help. When I build the sample code from "SimpleSample", I get alot of linker errors: ------ Build started: Project: SimpleSample, Configuration: Debug Win32 ------ Compiling... dxstdafx.cpp Compiling... DXUT.cpp DXUTenum.cpp DXUTgui.cpp DXUTRes.cpp DXUTmisc.cpp DXUTSettingsDlg.cpp SimpleSample.cpp Generating Code... Compiling resources... Linking... dxut.obj : error LNK2019: unresolved external symbol __imp__SystemParametersInfoW@16 referenced in function "long __cdecl DXUTInit(bool,bool,bool,bool)" ( DXUTInit@@Y ...Show All
SQL Server No TRIM function in 2005 - are you serious!?
I cannot believe that there is yet another version of SQL Server without a TRIM function. So for SQL 2005 (like I've done in 7.0 and 2000) my T-SQL will look like dog poo because I will have to write LTRIM(RTRIM(MyValue)) anytime I want to remove whitespace from both ends of character values instead of just writing TRIM(MyValue). Microsoft - how can you write LTRIM and RTRIM and not write TRIM in the same breath and how have you let it go so long without providing it. This should have been in there since version 4.21. I mean - how hard is it to add TRIM and just call LTRIM(RTRIM(Value ...Show All
Visual Studio Dynamically loading image in Crystal Report (NOT CR XI) which comes in with VS 2003
Hi All. I am currently using bundled in Crystal Reports that comes with Visual Studio 2003. We have a requirement by which we need to dynamically change the image (LOGO) of each reports generated. Right now I have to embed the logo in header subreport and then include them individually in each main report(s) ... Now I have a requirement to brand each main report based on vendor. So I want to dynamically load image in the header sub report. I am not using CR XI, but I read somewhere, where it was suggested that it can be done using OLE object and then programatically updating the physical file with the image wanted at runtime .. ...Show All
Visual Studio Express Editions old Resrouce cache???
Hello, I have this label and its text is old1 and I saved it.. then I change the text to newNEW and I save, then I do the debug and run thing, then when I go to that label, it comes up as old1... is it some sort of resource cache problem Well, I had some memory problems during my previous saves and it crashed so, could that have messed up the whole thing well, I am posting this at 12:30 A.M. (past midnight) and my project is due the very same day at 6:30 P.M. so any fast responses or fixes may be great!!! Thank You Keehun Nam ...Show All
Windows Forms Datagrid with Arraylist
Please give me a solution to customise DataGrid in Windows forms. My datasource is a class inherited from ArrayList. I had to format the datagrid column's Header Name and Visibility How to format datagrid with datagridTextStyle class What should be mapping name in the above case The code samples found in MSDn web site is not working... Hope i wil get a solution soon I have tried Mappingname as ArrayList but its not working (no errors) The code that i tried is given below ..is there any other design time properties that i have to set before this code Dim widTable As New DataGridTableStyle Dim modelColumn As New Dat ...Show All
Audio and Video Development Is the new Media Foundation a replacement of Direct Show?
They seem to perform the same task too me. Is Media Foundation supposed to replace Direct Show Hi John, You're correct that DirectShow and Media Foundation are similar; both of them are platforms for running multimedia presentations. As for whether Media Foundation is a replacement for DirectShow... As of Media Foundation v1 (i.e. the flagship version of Media Foundation that will ship with Windows Vista), if you're doing something like multimedia playback, you'll notice that working with the Media Foundation requires you to work at a slightly lower level than working with DirectShow would have. An ...Show All
SQL Server Remote Connection problem on MS SQL 2000
Hello, First, I want to say I read all threads similar this thread and I couldn't solve problem. My firewall is always off when I tried to connect remotly to SQL Server. I opened 1433 port from my router's configuration page and forwarded it to 10.0.0.4:1433. When I started SQL Server service and checking "netstat" with "-na" paramters. It shows only one row as "TCP - 0.0.0.0:1433 to 0.0.0.0:0". What "0.0.0.0" means and why foreign addres port is "0". I guess, It should like to be "TCP - 10.0.0.4:1433 to OutsideIp:1433". I removed forwarding from my router and used Windows's Network Connection to forward ports. I opened ...Show All
Visual Basic Class properties: an invitation to weaker OOP programming?
Why have class properties It just looks too much like a way to modify an object's data from outside the object, which leads to sloppy OOP programming( ) Coming from a strong OOP background with C++, selectors and modifiers seem appropriate if we are trying to be truely Object-driven. So instead of: Class ThisClass ' ' Data ' Private m_sName As String ' ' Properties ' Public Property Name() As String Get ' Return the value stored in the local variable. Return m_sName End Get Set(ByVal Value As String) ' Store the value in a local variable. m_sName = Value End Set End Prope ...Show All
SQL Server How to tie together all tabs
Once I have stuff completed in each of the tabs (Control Flow, Data Flow, Event Handlers, etc..) how to I tie them all together in sequence so that each runs Each part will run when it is time for it. There is no explicit step to tie them together, but you do need to understand what each part is for. The control flow is the root, which represents the high level view of the package. Each data flow task is already represented in the control flow as Data Flow task . The Data Flow tab just shows the inside of this task. Similarly each event handler is bound to a task in main control flow or another event handler and an even ...Show All
Visual Studio RC1 - Visual Studio Class Designer Package Issue
I've installed VS.NET 2005 RC1 on 2 machines. I've a project that was created with VS.NET 2005 Team Suite Beta2, including a class design file. On machine 1, I've no problems with Class Designer. On machine 2, whenever I start Visual Studio, I receive the following in a Yes / No Message Box titled 'Microsoft VIsual Studio': "Package Load Failure Package 'Visual Studio Class Designer Package' has failed to load properly ( GUID = {DD1683A7-5A4C-4234-81B3-A4CC91DBEAC9}. Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable ...Show All
SQL Server Grouping a query in 30 seconds
Hi, How can I make a query and group the registries in a interval of 30 seconds...like for each line I have a datetime field that have all the day, and I need it to return just like TIME Contador_type1 Contador_type2 Total 01-01-2006 00:00:30.000 2 5 7 01-01-2006 00:01:00.000 3 7 10 It's just an example...but that's the result that I need and my table is data_hora -- datetime field tipo - 1 or 2 -- count nrtelefone - that's is the number dialed. Thanks Hi there and welcome to the groups, see ...Show All
Windows Forms How to set windows to open an application with one click
Can someone help me set windows to open an app. with one click thank you in advance. You will need to set the file assosiation for that file. for the code what language are yu using so that we can pass you the correct code to develop the solution. ...Show All
