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

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

LAMArrano

Member List

OSM
khawari
Peter Mutli
MEindert
LambrosKaralis
daz1
Carmen Zlateff MSN
AWBeale
batmc
Ron Swank
OwenP
lvance1611a
NateF
Kwen.de.Mike
vomjom
Harris YER
WmS
BigBro
HatePickingNames
AngelosP
Only Title

LAMArrano's Q&A profile

  • SQL Server SQL 2005 Merge Repl suddenly stopped working

    Hello... We have had Merge Replication working for the past few months (SQL 2005 to SQL Mobile) and suddenly today the replication URL that points to the SqlCESA30.DLL does not work. I have tried re-running the SQL Mobile virtual folder wizard a few times....resetting IIS and even a re-boot...and still the URL is not available. Is there anything that might provide some clue as to why this has unexpectedly failed thanks for any help! - will The URL where the sqlcesa30.dll resides was coming back with a Page Not Found type of error. I reset IIS, reboot the server and even ran the SQL Mobile Virtual Folder Wizard to change ...Show All

  • Visual C# Using Map in c# (Similar to hashtable)

    Hi,  Can anybody give me a working example of Map in c#.(Similar to hashtable) Urgently required. thanks   I am trying to access the map object from java web services in my dotnet client. I am not able to cast the map object as it is giving me "refernce not set to the instance of the object " error. Actually the object in java web service i am accessing is HASh TABLE  but still it is showing me MApas the object  return type when i access the web methhod service. ...Show All

  • Visual Basic Weeknumber

    How do i get the weeknumber in Visual Basic 2005 Express edition Well that doesn't work for me. There's an interesting article about this here http://www.thecodeproject.com/csharp/GregToISO.asp msg=396665 The code is in C# but shouldn't be too difficult to convert ...Show All

  • SQL Server Can't find properties

    This is the first time I've used SSRS. I've created a report and in preparation for deploying it I am trying to find where I set the properties. In Visual Studio 2005, in the Solution Explorer I right click on my .rdl file and select properties. The only properties listed are File Name (which is changeable) and File Path (which is not changeable). The property pages icon in the same dialog box is greyed out. Am I missing someghing Any help would be greatly appreciated. Thanks. Go to the layout tab and try clicking on an area outside of the white area where you place your report objects. This should give ...Show All

  • SQL Server Becoming an mvp

    I was reading about how people become MVP's and it states participate in the MSDN forums, is this true     EDIT: Why did you lock this thread, it is specific to becoming an MVP in reporting services.  Kind of ignorant on your part. This isn't the right place to ask those kind of questions as we try to keep it to software development discussion only. You should have a look at this site http://mvp.support.microsoft.com/mvpexecsum ...Show All

  • Visual Basic Error: "The file exists"

    Hi, everytime i try to compile my program or when i open the 'screensaver template' i get following error msg: The file exists. And there is no error-code nor anything.. After it compiles a windowApplication, it just opens the stock form1.vb instead of the form i just made. - MrNielsen PS: Sorry if i post this the wrong place, im new to this community ...Show All

  • Windows Forms Display form in multiple screens

    Hello, I have a system with two monitors connected, using two screens. I need set in my winforms application in wich screen my form is displayed. How I can do this Thanks Josep M Girona Take a look at the screen info available in the Screen class (from System.Windows.Forms). One example of this that ONLY works if your monitors are in a horizontal line next to each other is: int runningWidth = 0; Screen furthestLeft = Screen.PrimaryScreen; foreach (Screen screen in Screen.AllScreens) { //Count width of all screens - Assumes all are in a single ...Show All

  • Visual Basic line break (next line) in textbox

    There is 2 problem I'm facing now. 1. how to pass each word in a line of text from the user's input textbox to an array     i.e. Sting in textbox = 'I am a girl'           when pass to array, I'm expecting ('I', 'am', 'a', 'girl') 2. how to determind a next line in a textboz     this is mean if there are 3 lines in a textbox, i want to pass each line to 3 different string. Thanks. Lennie Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load Dim S As String = "I am a girl" ...Show All

  • SQL Server SQL Deployment / Production Package Versioning

    For the past few months I've been developing an DW and ETL with SQL 2005 / SSIS.  My packages are being deployed to a SQL Server.  Although in the end game we will have a Dev/Staging/Production environments, I would still like to archive production packages when we push staging to production.  Essentially I would like to archive the last X packages that were deployed to production where X is a reasonable number (3 - 5).  I don't necessarily need to have them accessible to run.  One of the purposes is to have another safeguard should we miss anything in user testing and need to roll back a deployment. I ...Show All

  • Visual Studio 2008 (Pre-release) Why is everything in Avalon so blurry?

    As my title says its all, everything in avalon seems so blurry, XamlPad is blurry as! :S Sean, see this post by Chris Han in response to your similar post on another thread. ...Show All

  • Visual Studio Tools for Office How to get Office project type in MS VS 2005

    Hi,    I want to work with visual studio tools for office(VSTO). In the msdn website I saw that there is a new project type is added named " Office " which make the developer work. The office link can replace the VBA code, but when I install visual studio 2005 on my system I was unable to get the office project. I just windows, smart device, database, and starters kit only when I tried to open a new project. please help Thanks and Regards Imtiyaz   Imtiyaz Thange| Trainee Developer Agilisys - A Netdecisions Company Visual Studio Tools for Office is not a part of Visual Stud ...Show All

  • Smart Device Development Resource Manager not working in Compact Framework v2.0 and Pocket PC 2003 SE Emulator

    Hello all, The ResourceManager class will not find a resource under the Compact Framework v2.0.  However, this used to work under CFv1.0.  Let me elaborate on my problem.  I have my main program in main.dll and a resource with name 'Messages.en.resources' in main.resources.dll.  Here is the code in the main.dll: ResourceSet _msgs; ResourceManager rm = new ResourceManager( "Messages", Assembly.GetExecutingAssembly() ); try {    _msgs = rm.GetResourceSet( CultureInfo.CurrentUICulture, true, true ); } catch( MissingManifestResourceException ) {    _msgs = null; } if ( _msgs == null ) { &n ...Show All

  • Windows Forms making application threadsafe

    Hi, I have a multithreading application in which I am using a control to which I add datapoints to plot a graph. There are various functions in the application that adds or remove points in the control, and these functions can be executed by more than one thread at a time, as  a result I get multithreading error randomly , such as   Syst ...Show All

  • Visual C++ error C2664: 'CreateThread' : cannot convert parameter 3 from 'unsigned long (void *)' to 'unsigned long (__stdcall *)(void *)'

    Hi. this is my code: BOOL CSerialPort::OpenComPort(LPTSTR PortNumber) { ///---some code… if (hReadThread = CreateThread (NULL, 0,PortReadThread, 0, 0, &dwThreadID)) CloseHandle (hReadThread); ///-----------some code….. return TRUE; } DWORD CSerialPort::PortReadThread (LPVOID lpvoid) { BYTE Byte; DWORD dwBytesTransferred; DWORD dwCommModemStatus; while (hcom != INVALID_HANDLE_VALUE) { WaitCommEvent (hcom, &dwCommModemStatus, 0); if (dwCommModemStatus & EV_RXCHAR) { do ...Show All

  • Windows Forms tabpage - tabcontrol XP Visual Styles

    I seem to have a problem with visual styles and tab controls under .Net 2.0 or am I just missing this I've enabled visualstyles using Application.EnableVisualStyles(); within the application all my controls appear to be fine except with I set my tab control to:   tb.alignment = TabAlignment. left; The "Text" of the tab doesn't paint, any help resolving this would be great! Hi Phanf, Please look this link http://www.codeproject.com/useritems/Pankaj_Patel.asp May be it's helpful,But i need to work more in this control. once i have finished some work then i'v uploaded latest ver. on this site...... Enjoyeeeeeeeeeee ...Show All

©2008 Software Development Network