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

Software Development Network >> Aw Ali's Q&A profile

Aw Ali

Member List

Dim
JuliasW
lukemack
ÐΣ?Þ??-?
Ming Tsung Lin
Marnik Van Hileghem
Land
EddyA
Kobeting
day10
vvill
Ray Dodson
Dave Reinhart
David Taylor
slein
Jens Uffhaus
Alexander Ryumshin
ryedunn
Virrr
Liping Zhu
Only Title

Aw Ali's Q&A profile

  • Visual C# Making It Fullscreen

    I'm writing an application which runs automatically when Windows starts and I want make it fullscreen but without taskbar and Start button. I also want disable red button (x) for shutting form in upper right corner of the screen. Could somebody post source code in C# for this tasks. I'll be greatfull, because I'm not very experienced in C#. sure ... here`s your code.. for maximizing window private void Form1_Load ...Show All

  • Windows Forms Referencing RichTextBox from outside the form class

    I have made a class Startscreen and intialized it by the standard class Program: static class Program { /// <summary> /// The main entry point for the application. /// </summary> [ STAThread ] static void Main() { Application .EnableVisualStyles(); Application .SetCompatibleTextRenderingDefault( false ); // Startscreen s = new Startscreen(); //Application.Run(s); Appl ...Show All

  • SQL Server A request to send data to the computer running IIS has failed

    Hi, I Have an application for Pocket PC 2003 developed in Visual Studio 2003(VB.Net , Smart Device App). I Use Sql Server CE as the database which Synchronizes with Sql Server 2000, SP4. The IIS and the Sql Server 2000 are in different Machines. I Have Installed the proper Sqlserver Ce in the IIS machine and created virtual directory with Basic authentication.I connect my device through Active Sync 3.7. I could browse the sscesa20.dll from Po ...Show All

  • Visual C++ help with MFC application

    I would like to create a simple instant messaging application using MFC, but I'm not sure where to begin.  At project creations, should I use document based or dialog based   I would have to imaging using document based but is there any sample code showing how CListView is used and controlled (to always display contact list regardless of open document) Also, is there any MFC sample code for IM that is available I'm pretty n ...Show All

  • SQL Server Instance naming problems

    When I try to Add New Item - Database in VS C# Express, I get "An error has occurred while establishing a conncection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 25 - Connection string is not valid)" When I open the management studio, I can connect to a database named D ...Show All

  • SQL Server Retrieving multiple Result Sets from within a stored procedure

    A coworker of mine came to me with a question about a stored procedure he's working on. In this case, he has a stored procedure which invokes a second stored procedure. He wants that second stored procedure to return two result sets and then make use of both of them in the original stored procedure. I know how to make a stored procedure return multiple result sets (just do two select statements), but how would you utilize those from the original ...Show All

  • Visual FoxPro Programatically Placing Controls on a Form

    A table's fields are: Text, XformCoordinate, YformCoordinate. What would be an efficient way to  process the  records , placing a label for each record at the form coordinates specified in the record with the label's caption equal to the text field in the record. Thanks, Joe Laden (an old Clipper programmer) This worked great! Thank you very much.   Apparently FoxPro can't handle contr ...Show All

  • .NET Development NegotiateStream Class and SOAP Web Services?

    Hi, I just heard about the NegotiateStream Class and I’m wondering if I can use it to protect traffic on the wire between my client (.net winforms app) and server (.net web service) Right now I’m using SSL, leveraging the built in support that IIS offers, but since my app only runs on the intranet I’m wondering if NegotiateStream would make more sense. SSL works fine when you get it set up, but there is quite a bit of overhead when my ...Show All

  • Visual Studio Can ISVs integrate with the exception assistant?

    For 3rd party class libraries it would be nice to be able to integrate with the exception assistant mechanism.  Is this possible and if so, how do you go about doing it You want to provide tips/help topics for your Exception Type/APIs, right You can find the exception content file under ExceptionAssistantContent\[LCID] directory (it is called DefaultContent.xml). You can create your own content file just l ...Show All

  • Visual Basic How to load multi image from one picture file?

    I see that some program are save all of there picture to load from run-time to one picture ( ex: eggsucker) How can i do it how to load multi picture from one image file (.bmp) Bob Powell has a example of loading a multipage tiff file on his website . I dont think there is such a thing as a multipage bitmap. ...Show All

  • .NET Development List available machines on the network

    I need to provide the user with a dialog to choose a folder on any machine accessible on the network. In Windows Explorer you can navigate to My Network Places\Microsoft Windows Network and get a list of available domains/workgroups and under each of these a list of available machines. Is there any way to access this information programatically I am thinking of a dialog to let the user choose a domain and then list the machines available. ...Show All

  • Visual Studio Express Editions C# express Deployment

    I am currently working on a small application using c# express. I created the program and deployed it using the one-click deployment and it worked fine. My problem is that this application is supposed to by run on a stand alone computer which will be unable to connect to the internet and download the pre-requisites, SQL express in particular. Does anyone have any ideas on how to deploy SQL express on a CD with my application. Any help or suggest ...Show All

  • Visual Studio Console output text color / colour

    Is there someway to change the colour of the text in the console output of a Task e.g. a <Message Text="my text">, in the same way the MSBuild output is green / yellow / red I've tried the Importance high / normal / low, but that doesn't seem to do anything Cheers, Steve C. With the Message task all output will be some version of gray. The yellow is for warnings and red for errors. H ...Show All

  • Visual C++ compiler error while using interface

    Hai I am new to VC++ and I am having x.dll which is developed in c#.NET . It consists of one interface and other classes. In that interface data member ( constants) defined and some funtion(method) definitions are there. Now I have developed an application in VC++ for that i am using x.dll and I have included the x.dll as #using <x.dll> using snmp::snmp2:: .. The compiler shows error C2844: 'counter' : cannot ...Show All

  • Smart Device Development SelectedIndexChanged bug in opennetcf 2.0?

    //the following code and description ...... private void Form1_Load(object sender, EventArgs e) { openListbox.Items.Add("open");//with OpenNETCF.Windows.Forms.listbox listBox1.Items.Add("list1");//with System.windows.Froms.listbox } private void openListbox_SelectedIndexChanged(object sender, EventArgs e) { openListbox.Items.Add("addopen"); } //when I click the same line twice(not double-click), //it can add the lin ...Show All

©2008 Software Development Network

powered by phorum