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

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

magruder2

Member List

CarlVerret
RittDog
Umesh Sinha
Kyralessa
mthierauf
Ashok Kumar MVN
rohit_singh1679
jca_john
ChrisM01
Arun Goel
ccarrill
guilhermecvm
pschmidt
saurabh p
Michelle Gutzait
vahdam_mn
Sureshsat
Berinfo77
Xllerator
PetePark
Only Title

magruder2's Q&A profile

  • SQL Server OLEDB provider error.

    Hi: I have created a cube and deployed in sql server. I am trying to connect to analysis services to access cube with linked server. I am getting this error...how do i fix this. OLE DB provider "MSOLAP" for linked server "(null)" returned message "Errors in the OLE DB provider. The Extended Properties property is set to a value that is not supported.". Msg 7373, Level 16, State 2, Line 1 Cannot set the ...Show All

  • Visual FoxPro error with SET <classLib>

    It is a simple situation. I am playing with some code I downloaded (wwHTTPdemo). Credit goes to Randy Pearson , CYCLA Corporation, I think and West-Wind Technologies' Rick Strahl. I often get an error stating that an " ALIAS name is already in use ." This is a snippet: TYPE ("wwIPStuff") == "U" SET CLASSLIB TO wwIPStuff ADDIT ENDIF IF TYPE ("wwHTTP") == "U" SET PROCEDURE TO wwHTTP ADD ...Show All

  • Smart Device Development A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll

    Hi, I am getting a problem when debugging an application to my pocketpc device on VS2005, every time there is a call to get a recource below: base .Image = ( Bitmap ) global ::MyApp.Properties. Resources .ResourceManager.GetObject("imageName"); I get the following error(s) in output.. A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll A first chance exception of type 'S ...Show All

  • SQL Server SQL Server 2005 and Visual Studio 2005 on local develoment machine - Unable to connect to Server from VB app.

    Hi all, "An error has ocurred whilst connecting to the server..." I have been developing using VB 2005 and SQL Server Express 2005 editions for a few weeks, and having had some sucess, I was given the full versions to replace my express editions.   I uninstalled the express editions and installed the full versions (VB as part of Visual Studio.  All this is on my local laptop PC which I use for development. I need t ...Show All

  • Windows Forms Detect "Print" button action in dialog box of Crystalreportviwer

    hi all, I designed a report which can be opened by crystal report viewer and allow user to click the "printer" icon, thus the dialog box will display and ask user to select printer before printing. However, now my problem is that I want to detect/check whether user click the "print" button in the dialog box or if there's any function/event of Crystalreportviewer can detect the action of this button For example, if user ...Show All

  • Visual Basic Launching Default Browser

    ok here is my situation i have a richtextbox with a url in it i want it to be able to left click it once, it opens the default browser (whether it be ie, firefox, etc.), and goes to the url the user clicked. i have searched the forums and nothing i saw could help me or was the same situation im in. any ideas Try this: (Assuming you have a richtextbox named richtextbox1 with an url on it, add this code to your form) Priva ...Show All

  • Visual Studio 2008 (Pre-release) TCP Streaming is Broke in Beta 2

    The release notes document for Beta 2 lists the following known issue with WCF Stream types and operations: 4.1 When Using WCF Steam Types and Operations, May Get QuotaExceededException When Using Binary Encoding When using types that derive from System.IO.Stream as input or output parameters in service operations, QuotaExceededException may be thrown if the binary encoding is being used, even though no quotas have actually been exce ...Show All

  • Windows Forms Properties.Settings.Default in assembly?

    I had created an assembly that is consumed in a winforms application. The winforms application had its own app.config file and the assembly could reference the ConfigurationManager.appsettings...etc. Now that I am using the new settings in 2.0 where the properties.settings.default.xxx is now available, how would the assembly reference the application's settings I really should not have this in my assembly, but since it worked on a newbie .net a ...Show All

  • Visual C# How can I restore the main window after minimize the main window? Thanks!

      I use the code below to make the program ran only one time, I hope the main window can be restored automatically when you try to launch the program for the sencond time.   [STAThread]   static void Main()   {    bool createNew;    Mutex m=new  Mutex(true,"SuperCoolPhotoOnlyOneTime",out createNew);    if (createNew)    {      ...Show All

  • Visual C++ Can't play games on Club Pogo

    I am able to get on the Internet and webpages with no problems except 1. I am a member of Club Pogo and whenever I try to play a game I get the following message: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe Abnormal program termination I don't have a Google toolbar and it was working fine until McAfee update was downloaded. How would I uninstall McAfee to try again Thank you ...Show All

  • SQL Server SQL Server 2003 Time Drift, NTP Server went down.

    Our SQL Server 2003 at work is no longer syncing to NTP Server (ntp server has not been syncing time for 2 weeks, we just happend to notice today). The time drift at the moment seems to be somewhere between 10-30 seconds. We do hundreds of thousands of real-time transactions all day long (Banking). If we bring the NTP server back online and it adjusts the time on the SQL Server, what (if any) problems would be be looking at Thanks Carl ...Show All

  • Windows Forms Designing a WinForms application.

    Such an embarrasing question, but i've been working in ASP.NET for so long that i've lost grasp with Forms design architecture. I'm designing an application using WinForms 2.0. The screen for the application will keep the same structure throught the App. For example, a user will create a new customer. Then he might want to create a new employee, so will click the "employee" button. This won't fire up a new employee form, but will display the emp ...Show All

  • Windows Forms CheckBoxColumn Problem

    Hi, I'm using Visual Studio 2005, with C#. I have a datagridview with a modified checkboxcolumn, I have a class that inherits from Checkboxcolumn, and add a textfield to it. My problem is that when the user selects the checkbox the datagridview automatically adds one new row to the DataGridView. Any ideas of what might be wrong Thanks in advance for your help. Regards Luis Filipe de Sousa Hi. ...Show All

  • .NET Development How to tell Excel driver NOT to guess data type of some columns

    If Sheet1 contains only one column like this: COL1 1 2 3 a b I use OLDEB to access this sheet and Excel driver always thinks that this column is of type 'integer' and sets the last two rows to 'null'. That's not what I want. How can I tell the driver NOT to automatically guess data types Had the same problem recently and I decided that you can't. I ended using the Excel.Application object to access the file, slower - but solved the data ...Show All

  • Visual J# Tooltip and Change Backround

    How to make the toolip for example on button, then you are on button , it shows tooltip. and one more qestion How to change main form image by pressing for example button. You push the button, and the backround image changes. How to programme that Hi, To crate a tool tip for any JComponent, you need to use the setToolTipText method to set up a tool tip for the component. You can see the following code snippet : JButton jb = new JBu ...Show All

©2008 Software Development Network

powered by phorum