Software Development Network Logo
  • Game Technologies
  • Smart Devicet
  • Audio and Video
  • Visual C#
  • SharePoint Products
  • Windows Forms
  • Visual C++
  • IE Development
  • Microsoft ISV
  • .NET Development
  • VS Team System
  • SQL Server
  • Windows Vista
  • Visual Studio
  • Visual Basic

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

etones

Member List

Hanspeter
Whoisit
James. L.
SValentine
WoFe
Victor Hadianto
Majid.vagheeian
tattoo
leo1
CSharpCoder
Wojtek Podgorski
karande23
Savindra
Alexander_Monday
Pooja Katiyar
pcompassion
Vyanki
Angry Coder
IndustrialGroup
ps1terry
Only Title

etones's Q&A profile

  • Gadgets How Can I Write a File?

    Hi, I need my gadget write a jpg file in a folder, I did this in Vista Beta 2 using FSO and vbScript (I wrote a file at temp folder), but at RC1 and RTM I don’t have access to write any file. Does exist another way to do this tks Are you writing to the gadgets folder I'm working with RC2 (Build 5744) and writing files works fine as long as I write to the gadgets folder. ...Show All

  • Windows Forms Why does my list control works in Win2000 but not in Win2003 server?

    I reposted this.  Please dis-regard this one.  Thanks. ...Show All

  • Visual Studio Express Editions Textbox updating/refresh problem.

    Hello Experts, This problem is actually making me ill, please could you spare a moment The answer is probably very simple (I just can't find it!). I have a form with an API event handling a price feed. The feed is just trying to update a textbox on the main form. Code is like Public Class MainDisplayForm . . . End Class Public Class PriceFeedFromAPI Inherits fxRateEvent . . . Public Overrides Sub handle( ByVal ei As fxEventInfo, ByVal em As fxEventManager) . . . MainDisplayForm.PriceTextBox.Text = CurrentPrice.ToString End Class The text box TextUpdate event fires OK after the update and I can see that the value gets to the .Text property (it Debug.Prints the value when fired) but ...Show All

  • Software Development for Windows Vista Why do WF and WPF have different DependencyObject classes?

    I was surprised that the Workflow and Presentation Foundation frameworks each have their own DependencyObject- and related classes. I was expecting that in the final bits the dependency object functionality would be represented by one unified set of classes. What drove Workflow to define its own set of classes in System.Workflow.ComponentModel, rather than using the classes in System.Windows Thanks, Glenn Burnside Thanks,Tom. That's pretty much what I suspected happened, but I was really hoping there was some solid technical reason instead. Any chance of seeing a unified set of classes in the Framework 3.5 timeframe Thanks, Glenn Burnside ...Show All

  • Windows Forms Form to Form

    Hi I am trying to change label text the form1 to form2 and the form2 to form1. I don't know to do it. I use C++/CLI 2005. Any idea Yes, i have: in form1.h #include "Form2.h" #pragma once namespace formtoform2 { in form2.h #pragma once using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; namespace formtoform2 { in form2.cpp #include "StdAfx.h" #include "Form1.h" Continue with error. ...Show All

  • Windows Forms what is the syntax for declaring and instantiating a shared class

    Thanks A LOT. I use that when workingwith helper classes to connect to data for example. I don t know if that s a good practice or if statis (shared) methods are meant for something else. Thanks for the helpful code. ...Show All

  • SQL Server Keeping Multiple Detail Lines in a Table Together

    I have a table in my report. The table has two detail lines per detail item. My problem is that the two lines really need to be kept together, and the table will page break between the lines when the end of page is reached. I have been looking through the different table properties, and I have not been able to locate anything that lends a hand to my issue. I did some quick searches, and I couldn't find another thread requesting this information. I may just be missing something obvious. Any help and/or advice would be great! Thanks. Curtis P.S. This is what I am working with Detail 1 = Product Description, Product Number Detail 2 = Various Pricing and Units of Measure, Barcode It makes it a little difficult if these two ...Show All

  • Visual Studio Team System Import Database Schema error: Cannot sort a row of size 8132, which is greater than the allowable maximum of 8094.

    The error message is clear enough. To understand the problem, let's start the initial discussion with a description of the original database in question. The database has two tables that were at the maximum row size and everything was fine. After adding constraints to the database, those two tables ended up exceeding the maximum row size as these warning messages indicate: Warning: The table 'Table1' has been created but its maximum row size (8065) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes. Warning: The table 'Table1' has been created but its maximum row size (8065) exceeds the maximum number of bytes per row (8060). INSERT or U ...Show All

  • Software Development for Windows Vista ScardAccessStartedEvent does not signal in Vista services - service hardening?

    Dear all, Migrating our core development platform to Windows Vista, one of our Windows services using smartcards is failing. We have debugged the problem and found that the event provided by the function ScardAccessStartedEvent does not receive notification. This event is supposed to signal when the SmartCard Resource Manager starts. As we have a WaitForSingleObject(event,INFINITE), the service hungs. Testing the same service as an ordinary executable ( registering with -regserver ) I can see it works properly. In XP it works properly both as an executable and service. I have read something about Service Hardening in Vista and I guess it may be caused by privilege reduction. So, I've created some code to enumerate the existing ...Show All

  • Windows Forms datetimepicker and datagridview

    hi, is it possible for me to make the columntype of datagridview as calendercolumn. how can i do it hi i made the column as calender. but i am binding that column with a datetime field in SQL table.(vb2005 i m using and odbc for connection). when im trying to add a new row its is showing an error with the calendercolumn of datagrid. i think its because the calendercolumn is date only and table field is of type datetime. hw can i solve this prob plz help ...Show All

  • Visual Basic NullReferenceException Error on load?

    What does it mean 1st of all... NullReferenceException (puzzeling) Code: Imports System Imports System.Drawing Imports System.Collections Imports System.ComponentModel Imports System.Windows.Forms Public Class Form1 Inherits System.Windows.Forms.Form Private WithEvents taskbarNotifier2 As TaskBarNotifier Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim taskbarNotifier2 As TaskBarNotifier TabControl1.Visible = False Label4.Text = My.Computer.Network.IsAvailable If My.Computer.Network.IsAvailable = True Then Label4.Text = "Connected" Label4.ForeColor = Color.Green Else Label4.Text = "No Connection" Label4. ...Show All

  • Visual Studio CLOB fields in Crystal Report in ASP.NT

    Hi everyone ,   I have a clob field in an oracle table. That field  i am using is exactly using the same idea as this box i am writing my question in and it supposed to have html tags.   I am using a crystal report to display that field in my ASP.NET page  .What is happening is that field does not show when i render the crystal report viewer to the page although when i preview the crystal report itself , it displays fine.   An urgent help would be highly appreciated   Essam ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Touch panel in Manged DirectX

    Hi! I almost finished game for our company. It is based on FlatRedBall library and it using now MDX 1.1. Currently I have 2 big problems with this game: 1) Game will use touch panel as for user inputs, but its behavior is strange. Looks like mouse pointer on steroids (100x) more sensible. 2) Graphic card – I described this problem in separate thread. I need help (and ASAP) – if I will not resolve current problems I need to switch to Flash … Kind regards from Poland Mateusz Kierepka Well, the screenshot in the page linked to above has widely different positions (motions actually) reported. It's hard to say what the problem is, it could be a problem with the sample, DirectInput or the drive ...Show All

  • Visual C++ lnk1181 and lnk4076....what am i doing wrong?

    hello everyone, im very new to the c++ language and have been working on visual c++ 2005 for the past few weeks. i transferred a whole bunch of code from visual 6 to vc++ 2005 and as expected got a whole lot of warnings and errors. for the past few days i have been stuck due to the following two messages: LINK : warning LNK4076: invalid incremental status file 'exe/ECG_Monitor_Patient.ilk'; linking nonincrementally LINK : fatal error LNK1181: cannot open input file '..\lib\bt_comserver.lib' for the first message, i went into the linker settings and changed the ENABLE INCREMENTAL LINKING field to NO and then I got the LNK4075 warning. I have no clue as to how to deal with the second message. I AM A NEWBIE. PLEASE HELP. ...Show All

  • SQL Server If anybody like know...

    i do not understand. I have this code: #import "C:\Program Files\Common Files\System\ADO\msado15.dll" no_namespace rename("EOF", "EndOfFile") ... _ConnectionPtr Conn; ... CoInitialize(NULL); HRESULT hr = Conn.CreateInstance(__uuidof(Connection)); Conn->Provider = "Microsoft.Jet.OLEDB.4.0"; Conn->ConnectionString="Data Source=c:\\mydb.mdb;"; hr = Conn->Open( "","Admin","", adConnectUnspecified); Whith My account this code work good, but when i try to start my program whith another user login, i have this error: hr=0x800a0e7a -> Provider cannot be found. It may not be properly installed. Why by my login program ...Show All

©2008 Software Development Network