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

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

kldwhite

Member List

coldfact
Beta2User
Krytie
PennyP
euschout
DougP
Ralph G
Yojan
Simon Guest
dotnetwebdeveloper
Kayako Inc.
Dacota
Gerardb
jmw
Robert Palmer
Overload
New User1
axy108
Ramachandran.d
ramonungos
Only Title

kldwhite's Q&A profile

  • Windows Forms Problem with access database in vb.net

    Hi, Iam doing a vb.net project with ms access database. Iam facing a problem with this piece of code. ---------------------------------------------------------------------------------------  qry = "UPDATE tbl_users SET password='" & txtPwd.Text & "' WHERE user_id=" &  ...Show All

  • Visual Studio Beta2 microsoft.common.targets errors

    There are 57 warnings when I created new project after failing to convert from beta1, some of the warnings are listed below. Anybody knows why are these warnings < ResolveAssemblyReferencesDependsOn > Warning 1 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBeforeMicrosoftCommonTargets' in namespace 'http://schemas.microsoft.com/developer/msbuild/ ...Show All

  • Windows Forms My.Settings save

    Hello, I have the problem, that I can't save some changes that are made to the settings of an application. If I use for example the following code: My .Settings.Printersetting.Margins.Bottom = txtBottom.Text My .Settings.Save() And I then I want to retrieve the same settings again with the following code: txtBottom.Text = My .Settings.Printersetting.Margins.Bottom Now, this works, as long as I don't shut down the programm. ...Show All

  • Windows Forms Exception from HRESULT: 0x800A01C9

    I don't why I'm getting this exection. No idea what does  this mean. Here is the code : In  this CollectionFactory is for creating a new instance  for VBA collection because we cannot use new on VBA  collection outside VB. CollectionFactory.clsVBACollectionClass&n ...Show All

  • Software Development for Windows Vista MSDN Vista key fails

    Hi I have just downloaded the December CTP 5270 build from my MSDN subscription but the Product key provided on MSDN doesn't work, I have read that I need a new code for this build does any one know when this will be published on MSDN Regards Steve Still not work on my "REAL" hardware! The key works on my 5231 build. :-( How should I contact Microsoft to resolve this problem   Thanks! ...Show All

  • .NET Development Is it better to buy 64-Bit pc?

    Hello, I want to buy a new pc, and I am wondering if it's better to buy 64-Bit pc Any help would be greatly appreciated. Hi Vikram, You're correct. In fact, my HP AMD64 MS XP Pro notebook is already running .NET 1.1! Duh! on my part.  I still cannot install the VC++ tools. This is the message I receive as try to install the first disk: "Setup has detected that another program requires the compute ...Show All

  • Visual C# please how i can convert image jpeg to rgb?

    please how i can convert image jpeg to rgb Any image, as soon as you load it, is no longer in the format you read it from disc, it's a bitmap. And to get at hte bits of a bitmap, you'd use the LockBits function. www.codeproject.com has a series of C# articles on image processing that I wrote, which covers how to do this. ...Show All

  • Windows Live Developer Forums Help!! - my new blog entry is hidden forever!!!

    last time after I created a new blog entry and then deleted it, it still remains on my tab (here 'tab' means when my friends click on my icon in MSN messenger, there is a small window showing on the left of me). I cannot remove it. Today I created a new blog entry and then found, very unfortunately, that old entry still remains on my tab, which is actually non-existent! I am desperate ....... :( Who can help Urgent...... Thanks a ton! ...Show All

  • Windows Forms How to guarantee modelessness in .NET Form in Class Library?

    In VB6, the App.NonModalAllowed property would tell you whether you could show a modeless form or not. The docs for .NET say... "No equivalent. This was a read-only property related to ActiveX .dll files. The .NET common language runtime automatically manages this behavior." ...which does not explain what is happening.  I'm guessing that the clr shows the form as modal if non-modal is not supported. I have a .NET class library which ...Show All

  • Windows Forms datset

    Hi, I receive a dataset from webservice which I then use to populate a datagrid on windows form. The user can then make changes in the datagrid on the windows form (i.e. add, delete or update a record). Can I then have a button which basically takes the data in the grid (i.e the datset) with the changes and pass it back to the webservice Would you say that I am on the right track if I use dataset.HasChanges ... Thanks ...Show All

  • Visual Basic Winsock Layered Service Provider

    Hello, Is it possible to make a Winsock Layered Service Provider in Visual Basic 6 I want to redirect all internet traffic through a proxy server; I was told it could be done with a Winsock Layered Service Provider. I program in Visual Basic so I'm looking for a way to make on in VB. If it is possible could you please direct me on how to code one. I think it is possible. But I have never heard of any one ...Show All

  • Visual Basic So what is with the @ symbol?

    Would some one tell me what the @ symbol is doing for me here - and direct me to a list off all possible oddball symbol usage like this - I found it in some code and I've no idea what @ is doing here. Dim myValue As Decimal = 1000@ If myValue > 0@ Then 'run code here End If See here: http://msdn2.microsoft.com/en-us/library/s9cz43ek(VS.80).aspx ...Show All

  • .NET Development How to get a free port ?

    I would like to get a free port for an application. I do not care which port it is. Ingo Rammer in a 2001 post provided a hacky solution to this issue. I would like to know if there is cleaner  (threadsafe etc.) solutions available Will .Net 2.0 provides a native helper to solve this issue Thanks in advance, Joannes what you describe is a discovery mechanism. remoting doesn't and will likely never have ...Show All

  • .NET Development Converting int to nullable enumeration...

    This is the piece of code that's throwing the exception field.PropertyInfo.SetValue(row, dataReader[field.Name],null); The field in the database is a number, nullable. On the other hand, the Property in the object is of type TerrainSequence , where TerrainSequence is an enumeration. When I try to do this conversion (int to TerrainSequence ) , this is the exception it throws. Object of type 'System.Int32' cannot be converted to type 'System.Nulla ...Show All

  • .NET Development Problems with Resource

    Hello, I want to test the new resource-feature, so I created a resx-file with some values. Now I compile it with resgen and get following .dll: Visual Studio 2005\Projects\Ressource\Ressource\bin\Debug\de-DE\Ressource.resources.dll I want to read a value to a console with following code: System.Threading.Thread.CurrentThread.CurrentUICulture = New System.Globalization.CultureInfo( "de-DE" ) Dim rm As New Resources.Resource ...Show All

©2008 Software Development Network

powered by phorum