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

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

Aus

Member List

Jan Ku?era
Andrew_42_2
Ravi Nidhonkar
Matt ms user
grise_bassen
Dalaware
NightFlight
outis
SanG_123
ihab
Bhupesh Bareja
rocky8081
MusicMagi
Bill_Thompson
koaybl
Nitin Mittal
Sher J
davezh
NewC#
BluePain
Only Title

Aus's Q&A profile

  • Visual C# Async Socket problems..

    Hello! My problem is that when the socket have recieved all the data that the client is sending the last BeginRecieve call is not made so what I've read is never printed to the console. I've added the code for you to look at here: http://www.pastehere.com/ trvikn As you can see in the RecieveCallback method I first do: Int32 BytesRead = stateObject.IOSocket.EndReceive(ar); and then: if (BytesRead > 0)        ...Show All

  • Visual Basic Listing SQL Server Table Names in a Combo Box

    Hi everyone, Can someone provide me with an example of listing SQL Server table names in a combo box or listbox with VB.NET Thanks Khalid Here ya go... Public Sub Load_cboTableNames () Dim dt As DataTable = New DataTable Dim myRow As DataRow Dim myColumn As DataColumn Me . cboTableNames . Items . Clear () dt = GetSchemaTable ( Me . ODbCnxn ) For ...Show All

  • Visual C++ Owner drawn CListCtrl items too spaced out on Win2K (picture).

    Hello all, my owner-drawn CListCtrl is having problem on Win2K system, its items are too spaced out only on Windows 2000. This is not happening on Windows XP systems. Please take a look at the following image: http://psychopotato.com/temporary/clistctrl.png It might be due to the different behaviors of MFC controls on these different operating systems. Will I be able to override this behavior and make them look the same I have tried to interce ...Show All

  • Visual Studio Remote debugging VS 2005 / SQL 2005

    Hi there! We are developing T-SQL Procs on SQL Server 2005 and want to debug the procs on the client. When i "step into stored procedure" i get the error message: Unable to start T-SQL debugging. Could not attach to SQL Server Process on <MyServer>. Some remarks: Remote Debugging on the server is running, i've tried as service, as application, native without authentifaication and so on. Does'nt effect anything. I've tried so ...Show All

  • Windows Forms Can't Install Terrarium

    I would like to try this out but having difficulties installing.  It gives me an error saying that I need DirectX 7.0 installed.  I have DirectX 9.0b.  Anybody know why or how to get past this error I have the same ...Show All

  • Visual Studio Team System Checkout/in binaries either side of Team Build

    Forgive the ignorance, I've tried several attampts but cant get the appropriate sequence of calls to tf.exe and/or syntax for this, but what I'm trying to do is at the start of each Team Build, checkout the Binaries from the previous build and then after the build check them back in again (this may obviously contain more or less files than was checked out) My first attempt went something like this: <!-- check out binaries for update by ...Show All

  • Visual Studio Printing online documents is limited to one page, other pages don't appear

    I find that the documentation for vb.net has so many links that i need to print it out to make sure I'm not missing any as I traverse them. The problem is, that only page #1 of each document gets printed. Are other people having this problem Hmmm... I wasn't able to reproduce this problem, but I can investigate it if you provide a bit more information. Are you using the online documentation via http://msdn2.microsoft.com , or are you acces ...Show All

  • SQL Server SQL server express 2005 problems

    I 've downloaded Sql server express 2005 but I have a difficulty understanding what it is ...is it a DBMS I have problems connecting to it .. i try connecting to it using cmd by this command sqlcmd- S Server\SQLExpress but it replies with an error message saying Error:Microsoft SQL native error: an error has occured while establishing connection to the server .When connecting to SQL server 2005,this falilure might be caused by the fac ...Show All

  • Windows Search Technologies un named error when turing on the windows search deskbar

    i installed wds because outlook 2007 prompted me to (nothing but trouble trying to do that ) finnally got it to install without getting acsses denied and outlook doesnt ask for it now but when i got to open the deskbar i get a window with the yellow ! mark and not text any ideas would be good. thx Hello farkewie, The WDS 3.0 beta does not yet include a user interface.  As such, the deskbar should have be ...Show All

  • Windows Forms C# Project Deployment Issue

    Hi Everyone,     I no wknow how to create a setup project for my C# project using the install wizard - which is cool. But I've found a couple of problems that I'm just not understanding. I've selected: Users Desktop: Always create: True Users program menu: Always create: True but I find that neither a desktop nor program item is created, can anyone tell me what I'm missing thanks in advance, Ed. ...Show All

  • Windows Forms hi

    hi .. how can i fill the items of the combobox from the data base 4 exapmle : table students include a name lets say jim & bill so the combo box should display jim and bill if i add new student peter then the combo box should display the all three students thx You can request the data from the database, and set the datatable to be the datasource. Then there's a displaymember property you can ...Show All

  • Visual C# Direct3D in a child of a transparent parent window?

    Hi, I am trying to use Direct3D in a child window where the parent window has its opacity set to 0.85. The problem is that the Direct3D is writing to whatever is underneath the window. As I move the parent window around it leaves the last rendered image on the desktop where the child window was. If i move the parent window so that the child is partially off the screen the whole problem goes away and everything renders exactly how I want i ...Show All

  • Software Development for Windows Vista SqlWorkflowPersistenceService and SqlTrackingService don't work together

    Hi, In beta 2, I followed the tutorial in Exercise 4, Task 4 : Using the Windows Workflow Tracking Service , I found that SqlWorkflowPersistenceService and SqlTrackingService don't work together.  If I disable SqlTrackingService, then persistence works fine.  If I disable SqlWorkflowPersistenceService, then tracking works fine.  But if both are enabled, then neither tracking nor persistence works.  The workflow engine ...Show All

  • .NET Development data conversion

    The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. on my environment VS2003, sql server 2000 infragistics, sql helper VS2005, sql server 2005 I get this error, after I install .net framework 2.0 Can you help me so my web app in VS2003 can work. I guess you mean sql char to sql datetime. What do you mean "convertion". Can you give the sql statement or .net code ...Show All

  • Visual C++ Intellisense problems in VC2005 Express

    There is more than one problem so let's start: 1. void foo() { struct _local { static void foo2(int iCounter) { iCo // intellisense doesn't auto complete } } _local:: // no intellisense here either } 2. I'm using boost::python and sometimes intellisense loses some definitions like instead of boost::python::return_internal_reference I get boost::python::RETURN_INTERNAL_REFERENCE_018423 ...Show All

©2008 Software Development Network

powered by phorum