Software Development Network Logo
  • Smart Device
  • Visual J#
  • SQL Server
  • Visual C++
  • Windows Forms
  • Visual C#
  • .NET Development
  • VS Express Editions
  • Windows Vista
  • Game Technologies
  • VS Team System
  • Visual Basic
  • Architecture
  • Windows Live
  • Visual Studio

Software Development Network >> bidur's Q&A profile

bidur

Member List

sinha
Richard D Line
anchorjm
starguide
Ameet Bala
Eli Lopian
JulesB
Hei
nightowl03d
nay min thu
Serene Tiger
Debi123
Cornelius Wolf
fdr
Steve Wooster
Tiadd4
Gorkem
hapchi
Andreas6483
Johnny
Only Title

bidur's Q&A profile

  • Visual Basic Display PSR file in WebBrowser object -- VB 6.0

    I am using MS Internet Controls (ShDocVw.dll) as webbrowser object in VB 6.0 form to provide the restricted browsing for certain profiles. When I try to display .PSR file in this restricted webbrowser, it goes blank and shows nothing on the page. I have registered Sysbase datawindow web activex module (PSDWC80.dll) which is required for displaying the report in web browser. I am able to open the report in the IE 6.0 but not able to view the same in Restricted Web Browser (webbrowser object).  For my testing purpose, I have created the sample HTML file as shown below. ...Show All

  • Visual Basic Where is the cd running?

    Hi I’m trying to find out how I can give a relative path. What I mean is, I want to put my application in a cd. The application has a button. When I pressed it, the program should open a file. Now I put a path where is the file like this: D:/myApplication/prog.exe The problem is that the cd drive can be different. What can I do   Does System.Windows.Forms.Application.StartupPath() help you That will give you the startup path for the application minus the name of the App.     ...Show All

  • Windows Forms Have a question about TrackBar?

    hi, everyone :) in vs.net2005 C#, How to sets the TrackBar Control style and looks like Windows MediaPlayer9 thanks. ...Show All

  • Visual Studio Express Editions Where is my "ASP.NET Configuration" Menu Item? VWD2005

    When I'm connected to a localhost website, I can see Website-->ASP.NET Configuration so that I can work with the forms authentication system.  If I connect to a remote site, that menu option simply dissapears.  It seems like this is by design, but, I dunno why Thanks Bernie Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 The short answer to your question is that you are correct, this is ...Show All

  • Smart Device Development No Error Icon in DataGrid for rows with RowError?

    Hi folks, I have a DataGrid bound to a table, and one of the rows in that table has an error - its RowError property has been set. There is no red error icon in the row-header for that row, like there would be in the Windows Forms version of DataGrid. Is this right If so, how do I show the user which row has an error Ta, Matt Thanks for your insight, Ilya. I tried the approach above with some success, but instead I have decided to rethink my error-handling strategy. I'm going to tell the user that the server returned errors, and then show them the first row with an error, giving them the chance to either edi ...Show All

  • Visual Studio Express Editions Totally new to programming and VB. Any suggestions for tutorials???

    i'm downloading vb express 2005 as I type.  I'm keen to learn a bit of programming but cant seem to find any sites that give any vb express 2005 tutorials.  does anybody know of any or is it too early/new for this also, would tutorials for older versions of VB still be valid with the 2005 version i see it does have a screensaver tutorial - i'm looking for other tutorials at this stage. The post says that you can get access to 3 ebooks from Microsoft when you register VB 2005 Express Edition. I have downloaded and installed VB 2005 Express Edition and also registered it with Microsoft. So, how can ...Show All

  • Visual C++ C3767 Candidate function not accessible

    Hi All, I am unit testing one of my components and I came across this problem C3767 candidate function not accessible. I am getting such problem in trying to access a method of a C# class from a managed C++ code. Whereas it works when I access the same method from C# code. What could be the reason for it Should I write a wrapper for it The below method get_NativeAfwAspectCategoryId() is the culprit. But I can see the property NativeAfwAspectCategoryId in the object browser. Afw::NativeTypeHelpers::CAfwAspectCategoryId *caid; caid = new Afw::NativeTypeHelpers::CAfwAspectCategoryId(str); AFWABSINTERFACESLib::AfwA ...Show All

  • .NET Development Calling Javascript from C#.NET

    Hi, I have an HTML page with contains both Javascript and a .NET control on it. the html is: <html> <head> </head> <body> <SCRIPT LANGUAGE="JavaScript" src="javascript/projectJS.js"> </SCRIPT> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="100%" HEIGHT="100%" id="project"> <param name="allowScriptAccess" value="always" /> <param name='src' value='index.mxml.swf' ...Show All

  • SQL Server Package Execution with SQL Server Agent or DTEXEC

    Hello, I want execute package with SQL Server Agent. I create a job and I try all the solutions : my job doesn't want to work. I success to launch the package but the execution failed. I try the same job launching from the server : it doesn't work either. So, I copy the command line (/FILE, /DTS or /SQL) and with DTEXEC utility it works when this command is executed on the server (on a client computer, the problem "the product level is insufficient" appears). Why is it working with this utility and not with a job I try to change every secured option (credential --> proxy --> Run as ; change the owne ...Show All

  • Visual Basic numeric updown not saving with defaults

    I have maybe 20 NumericUpDown controls on one of my pages and they're all bound to my db.  What's happening is that when I save to my database not all of the numeric updown controls are saving with their defaults.  What I mean is that if a control is at 0 which is their lowest set range, they may or may not go into my db as blanks which screws up my query's and reports.  They are set to default of 0 in the database and under the advanced property in databindings.  I suspect it may be something to do with my update code which was used by the old wizard in vb.net 2003.  Private Sub btnUpdate_Click ...Show All

  • .NET Development How to send a string from one program to another?

    Is there a way to send a (small) string from one program to another assuming that both programs are on the same PC    I have tried using a tcp client and server connection between the two programs.  This works, but I was wondering if there was a more efficient way to do this. Thanks for any ideas, MisterT   Use System.Messaging namespace. One app creates a queue or both and use can send object to each queue. Just think in real world terms. The Message object under System.Messaging is a letter and the queue is the letter box. The Windows OS comes with Message Queuing which will deliver ...Show All

  • Visual Studio Tools for Office Bulleted list in Word

    Hi, I have a .NET 2.0 WinForms application that creates and populates a Word document (Word 2003). I have everything coded, except I can't for the life of me figure out how to create a bulleted list. If I have a Paragraph object named oPara1, how do I format it as a bullet I want the left indent for the first line, the indent for subsequent lines, etc. Everything that a bulleted list gives me. The only thing I've been successful in accomplishing so far is to insert a 0x149 character and then a tab at the beginning of the paragraph, but that doesn't provide any of the indentation, and I'm not sure it gives me the correct bllet characte ...Show All

  • Visual Studio Express Editions Install of Visual Basic Express fails

    I keep getting the same error when trying to install Visual Basic Express. The installer errors on Microdoft Windows Installer 3.1 then stops. Anyone have experience with fixing this I've tried downloading and also using the disk image same result. Windows 2000 professional service pack 4 Error occured during setup The following component failed to install: Microsoft Windows Installer 3.1 The following components were not attempted Microsoft.NET Framework 2.0 Microsoft Visual Basic 2005 Express Edition -ENU This happens no matter how I try to install via downlod or manually. ...Show All

  • Software Development for Windows Vista I want to develop a very simple video broadcast program. How can I geeting start? Thanks

    I want to develop a very simple video broadcast program. How can I geeting start Thanks mtfck wrote: I want to develop a very simple video broadcast program. How can I geeting start Thanks By broadcast do you mean live streaming video, or do you mean pre-recorded archives that people can view whenever Do you want to control the look and feel of the application that generates the stream, receives the stream, both, or does it not matter Do you want to embed the video in a website or access it from a custom app I ask all of this because it all affects decisions that one would ma ...Show All

  • Software Development for Windows Vista Vista December CTP Install Problem in Microsoft VPC

    I am trying to install the latest Vista December CTP build on a Microsoft VPC. I have the latest version of VPC with the latest SP. The Vista product key from MSDN works fine. The problem that I am experiencing is that I can not get past the "Where do you want to install Windows " screen where you must specify the hard drive and partition to install Windows. After selecting the unallocated virtual hard drive space, creating a new partition, and formatting the virtual drive, the following message is displayed on the bottom of the screen: "The partition you selected is not ready for installation. Please restart the computer and verify th ...Show All

©2008 Software Development Network