nsharma's Q&A profile
Visual Studio Express Editions Crystal Reports XI with VB.NET
got Crystal Reports Professional XI. Can i use it with VB.NET Express Edition with VB.NET Standard Edition Is Crystal Reports Professional XI with Service Pack 2 the same with Crystal Reports Professional XI Release 2. Any links where in i can download an upgrade my rystal Reports Professional XI to rystal Reports Professional XI Release 2. I tried to use the upgrade service. All it gave me was Service Pack 2 for Crystal Reports Professional XI WalangAlam, You cannot create a new Crystal Report project in VB Express Edition. I suggest you to have a look at the Official Website of Crystal Reports when you have any problems on this product issue. Because the VB Express Edition forum doesn't support the C ...Show All
Visual Studio Express Editions Need Advice To Build V6 Program with Strtok Deprecation Errors
Hi, I have a program reportedly compiled with VS C++ V6 that I need to compile, (no using the new VS C++ Express. The only major error message preventing the build come from deprecation of the strtok() commands in the program. I have searched all over the internet, and gotten advice to swith to strtok_s or turnoff the deprecation. I can't find a step by step detail instruction on how to turnoff deprecate in VS C++ Express, nor can I find any step by step conversion instructions for a replacement command that works. For example, if I do what the compiler says, change the strtok to strtok_s or _r even the resulting build does not even recognize the commands. I am hoping that this is a simple matter for the experts among you. I just don't ...Show All
Smart Device Development DirectShow filters - missing classes
I am using VS5 with “Windows Mobile Version 5.0” SDK to develop DirectShow filters and codecs, We already have them for win32 platform and we need to port them to mobile platform. The problem is that, there are missing classes and interfaces for the DirectShow version of the mobile SDK (following): CDynamicOutputPin IPinFlowControl IGraphConfig IFilterMapper2 a although this is documented as available for CE, it’s not found in the SDK headers. Can anyone please explain why these are missing And is it possible in future to have them implemented Is there any code sample for a DirectShow filter for mobile platform ...Show All
.NET Development Unhandled Exception in vb.net
I am developing a database application in vb.net 2003/ms access 2000. I am using a web browser control in it.When I execute the application I get an error as follows: An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "frmDict.resources" was correctly embedded or linked into assembly "Dict". baseName: frmDict locationInfo: Dict.frmDict resource file name: frmDict.resources assembly: Dict, Version=1.0.2586.20254, Culture=neutral, PublicKeyToken=null The error occurs on the following line of code: ...Show All
Visual C++ MFC ScrollBar
Hi i am making a SDI MFC application, In OnDraw in CTestView i am calling pDC->TextOut() with very long text, I want i can scroll to right to see the text incase it dont fits in window how can i do that Please if possible provide me with some sample code or some link Thanks for both of your view. I used the ScrollBar Feature i mean deriving from CScrollView. Actually my application is not going to display text its going to display some kind of big graph so best way was to use CScrollView. Thanks dude's , your views really helped. ...Show All
Windows Forms Web Browser control remote reference
Hi, I want to use a web browser control in my C#1.1 app. The referenced wrapper(AxInterop.ShDocVW) has to be kept on a remote machine instead of my local. So i dont want to keep a local copy of this dll and instead use the one on remote machine. Is it possible If i make the Copy Local of this dll as true, it works fine but if I make it false, i get a runtime exception of FileNotFound. Is anyone aware if its possible to use this dll remotely without making Copy Local - true. Yes, I agree, but can't this interop layer reside on a remote machine I am not getting any compile time exceptions (with copy local false) but only getting runtime exception of FileNotFound. Even if I keep the dll within the application root but ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Basic Help Drawing Graphics
Hey, I have no cluue how to draw graphivcs in VB. Can anyone show me how Moving thread to "DirectX 101" You should download the DIrectX SDK ( http://msdn.com/directx/sdk ) and look at the samples in there. However,a complete beginner will probably find it overwhelming. I recommend first reading this post ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=77027&SiteID=1 ) then visiting sites like Gamedev.net and reading their beginners forums. Don't be afraid to ask questions or ask for help, but you also need to first show you've attempted to look for the answers (for instance, a simple search on these forums would have shown you the link above). Lastly, knowing where to star ...Show All
Software Development for Windows Vista user assignment and activity state
Hello, I've the following questions: 1) In a system with multiple users: Is there a standard possibilty in WWF to assign workitems/activities to a person (static and dynamic) and distribute the task to the person Or do I allways have to implement code to assign the workitem to a person and to distribute it Is there some kind of standard worklist What do I have to do, if not in standard available, to implement these tasks 2) Is there any kind of status of workitems, that tells me, if a workitem has been processed correctly and the next can be scheduled. I know the Execution Status (Initialized, Executing, Closed, etc.), but could I use these for these tasks thanks a lot, kindly regards So, i ...Show All
Visual Studio Express Editions Problem with CurrentSettings.vssettings???
Happy 4th to all, This Fourth of July holiday I am fortunate to be visited by grandson #5. I signed him on to my Guest account and began teaching him Visual Basic. Everything was going well for the first two days and then VB Express became unusable on the Guest user account. It still works on two other user accounts. I need your assistance to fix the problem on the Guest account. I am very hesitant to let him use VB on one of the working accounts. This is a description of the problem. When opening VB Express the splash screen is displayed. Before it closes a window with the title “Microsoft Visual Basic 2005 Express Edition” opens and displays the following message: The automatically saved settings file “\\Setting ...Show All
.NET Development how to generate excel sheets from sql server data using .net
2/ Also , can we do that in sql server itself Thanks. 1/ I have data on sql server, I wat first to treat the data, then out of it, I need to generate excel sheets. How do I do that 2/ P.S: u mean there re both ways to do that on .net and on sql server can you please explain to me both alternatives and where I can read about the details of implementing both possibilities and their details. It s for an interview, I got just the big idea but no details yet. Thanks a lot for your help. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. C# Exception Assigning an Index Buffer
I'm getting a D3DERR_INVALIDCALL when using the Device.Indices to try to assign an index buffer. Near as I can tell the index buffer is valid and created, the specific function that is getting the exception is Device.set_Indices. Strangely the Indices seem to be set properly to an index buffer. Here is the render function: virtual public void render(mon_mesh mesh) { mesh.primeMesh(); Device tempD = mesh.CurrentDevice; tempD.Indices = mesh.ib; tempD.SetStreamSource(0, mesh.vb, 0); tempD.VertexFormat = monVert.FVF; tempD.DrawIndexedPrimitives(PrimitiveType.TriangleList, 0, 0, mesh.vertCount, 0, mesh.indexCount / 3); } and the portion of the prime function that dea ...Show All
Game Technologies: DirectX, XNA, XACT, etc. By the numbers - why so big?
My content, using JPG's, is roughly 14.4 MB. However, the XNB version is roughly 515 MB. About 38 times bigger than the original. Is this normal What steps do I need to take to reduce the size of this I'm just begining with my development but if I can't augment this behavior of the Framework I'll have to serverly strip down my game. Maybe, I'll have to replace Content<T> altogether ( ) Power of 2 is not the problem I guess I could go monochrome And that would eliminate item 3. Since when is an 8kb image large The issue at hand is that the framework is magnifying it 32 times. Microsoft already has the code written to read, write, and modify images in numerous formats. JPG is just one of the many that ...Show All
Visual Studio Express Editions Visual C++ Express: Examples
Hi, I've written a fair amount of code in C++ Express, but its always been standard ANSI C++. Now that I'm onto Windows stuff I'm stuck and nowhere seems to have decent code I can look crib. Can people please reply with links to good Visual C++ Express specific code examples. I want to write a small single-instance listbox driven application launcher, preferably populating the list box from a directory of shortcuts, so if there are any examples relevant to this I would be grateful. Cheers, Dave Steadman. Hi, Here is download link : http://filebuffer.org/ dl=67a9f93acb5fa11_VC_2005Express.chm , and buy the book if you can... :) Live long and prospere! ...Show All
Windows Forms how to void the TabIndex property so labels cannot be tabbed through?
Is there a way to void the use of the TabIndex property I have a form with textboxes and labels, but I don't want the labels to be included in the list of controls that you "tab through". I want to be able to tab through just the text boxes, and then when finished going through all of them, it should go back to the first textbox, rather than having to go through each label before doing that. Thanks! It doesn't show up in my Intellisense either, but does it even matter In the documentation for Label.TabStop: "This property is not relevant for this class." ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETFX30SDK4VS.1033/cpref32/html/P_System_Windows_Forms_Label_TabStop.htm At any rate, if you just type it in, even without ...Show All
.NET Development Unable to connect to Oracle because MSDAORA is not registered
I am moving a simple .NET application from 32-bit windows to 64-bit windows. I already had a lot of fun setting up my connection to Oracle after installing the Oracle client 9i because it will not connect if there are parentheses in the PATH variable. So I am currently launching Visual Studio 2005 from DOS. Using server explorer I can set up a connection to the Oracle instance and see the contents just fine. I am connecting with OleDbConnection and send a Connection String beginning with "Provider=MSDAORA; When I run I catch the following exception: System.InvalidOperationException: The 'MSDAORA' provider is not registered on the local machine. That sounds like the driver was not installed. But then why can I use the dr ...Show All
