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

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

Orman

Member List

winterxu416
PacificTester
Kaleb
Samuel Hobbs
Vikas Maderna
Seth Veale
Nick Stipanovich
Sunny602
Joe W
BackCountry
ISantos
fred1
wywy
Jim Townsend
Guru
LittleSimon
Jordon Kraft
Amit Kumar Gupta
Jd_Stoops
dfwebbot
Only Title

Orman's Q&A profile

  • SQL Server Need help with Credentials.....

    Hello.... I have a stored procedure which needs to access the files on a remote server... a server which does not belong to the same domain as the SQL Server 2005 machine. I have an account which has access to the remote server. If the account name is "NewAccount\AccountName", how can I execute the stored procedure using that account Is this possible Thanks, Forch I should also mention th ...Show All

  • SQL Server Where to Place rs:Parameters=false For Drilldown Report?

    I have a report that contains a "Jump To Report" navigation cell.  I don't want to show the parameter panel on the drilldown report.  Where do I place rs:Parameters=false in the designer   After the report name in in the "Jump to report" textbox    Or in the Parameters dialog   If so, how     KKaps wrote: This will also mean that every time you redeploy the report, you will have to clear out ...Show All

  • Visual Studio Express Editions required field validator HELP

    I am trying to make the two fields as required fields, but whee filled in and the submit button is pressed, it comes back to the form asking to fill in the two fields. You can check this problem out at www.exedy.com.au/contact1.aspx , could someone please tell me how to fix this thanks First of all, why is your script in the same file as your HTML This is a bad way to go, it should be in a codebehind file. ...Show All

  • Visual Studio Express Editions Adjusting the width of a ListBox to it's contents

    VB.net Express I would like to adjust the width of a ListBox to the width of the largest item it contains. Is there any way to do so Thanks by advance for your answers, Pierre Leclerc Pierre, There must be a way to find the width of an individual item but I couldn't find it. Hopefully somebody else will read this and inform us both. In the mean time, I was able to get it to work with the following code ...Show All

  • Smart Device Development Save windows registry after turn-off "wceload"

    I am trying to save the windows registry after modify it. But a message windows appears when i execute wceload "Double-tap a .cab file to install the application" How do i call wceload to save windows registry and this message will not appear I am using wince 4.1 Private Sub ButtonHTTPDir_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonHTTPDir.Click Dim RKey As RegistryKey RKey = OpenNETCF.Wi ...Show All

  • Visual Studio Express Editions Reporting with VB2005 express?

    Is there any reporting tool built in or addin for reporting with vb2005 express VB6 had one that acting like MS access reports was nice for intermediate develepors. Thanks in advance Hi, Sad to say but there is no available reporting tool in the Express products. You'll have to purchase Professional edition or higher to have a reporting tool (crystal reports) to be included in the IDE... cheers, Paul June A. Domag ...Show All

  • Windows Forms VS Crashes upon exit

    I've been having the following problem since B1 and I was hopping it would go away in B2 but it didn't. Here it goes: I have a control designer (Windows Forms Control) that makes a call to the following code from a Verb: internal static void ShowURL ( string url) { WebBrowser browser = new WebBrowser (); browser.Navigate(url, true ); } This works fine, a new browser is created, the pages is shown and everything is fine and dand ...Show All

  • Visual Basic Weird Overflow

    I know this is the .net forums, but I don't know where else to turn, please help. I have a class in vb6 and I keep getting an overflow error, please help. strDateCreated = VBA.Format$(strNewValue, "MMDDYYYY") Explanation: strDateCreated is a private variable in my class. The actual property is: public property get datecreated() as string     datecreated=strdatecreated end property public property let datecreated(strNewValue) ...Show All

  • Visual C++ ComboBox AddString()

    I used the vc++ resource manager to create a combo box on the program's main form. I would like to use AddString() at run time to fill the combo box with a list of valid selections. But, the AddString() function requires a (CComboBox*). The resource manager created the combo box, but never told me the name of the variable, only the name of the ID (in this case, the ID is IDC_VAR_NAME). How do you make the connection from ID to (CComboBox*) ...Show All

  • .NET Development FileNotFoundException while calling web service from web service

    I have system which runs self standing asmx web service on desktop (I have simple web service web server implemented with http.sys, modified version of system described in http://msdn.microsoft.com/msdnmag/issues/04/12/ServiceStation/default.aspx). This system works just fine with simple web methods in my service, calling for example methods from my other custom assemblies etc. But now, when I add web reference to another web service (AXIS 1.2 ...Show All

  • Smart Device Development Can we use Arraylists in CF?

    Hi. I have some images as Byte arrays in my application. Can anyone tell me if it is possible for me to store those images in a Arraylist So that I can just run a for loop and insert those images one by one to the SQL CE database Thanks. Hi reO, Instead of holding on to the actual pictures, you could put them in the file system and hold the location of the files in your ArrayList. Your save logic coul ...Show All

  • Visual FoxPro MSCharts.ocx

    I downloaded from http://www.ml-consult.demon.co.uk/simplechart.zip  the class charts.vcx. This class is based on Microsoft's MSChart ActiveX control  (MSChrt20.Ocx) if you MODIFY CLASS simplechart of <charts.vcx> and Right click on it you will see MSCharts properties option. I want to open that Dialog (MSCharts Properties) in Run-time from an application. I wonder if that is possible and how can I do it ...Show All

  • Visual C++ passing a stream as parameter

    I setup the following test void test(System::IO::Stream pStream) { } Not much here, I just want to pass a stream object as a parameter. When I attempt to compile this code I get the following error: error C2660: 'System::IO::Stream::Dispose' : function does not take 0 arguments I am using C++ 2005 Beta 2. Any help appreciated ___________________________________________________________ A little later, I was able to get it to compile with ...Show All

  • SQL Server Multi-user issues with SSRS2000

    Hi, At our company we are looking at implementing SQL Server 2000 Reporting Services into our internet application. Having followed your book, and produced a dozen reports, I have found a problem with calling reports in a multi-user environment. Some of the reports that our customers want can run to over 100 pages which, whilst a large number, is a requirement. I have found that when two people call one of these large re ...Show All

  • Visual C++ Char* dynamic allocation??

    Theoretically, after use dynamic allocation we should use "delete" as below. However, I got a error message like this: **************************************** Debug Assertion Failed! Program : C:/hello.exe File: dbgdel.cpp Line: 47 Expression:_BLOCK_TYPE_IS_VALID(pHEAD->nBlockUse) **************************************** int main(){ char* s1 = new char[30]; char* s2 = new char[30]; char com[40];  cin.getline (com,40);  while(strcm ...Show All

©2008 Software Development Network

powered by phorum