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

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

webmixer

Member List

Rowland Shepard
didisteiner
Abdulelah Dandachi
R.J. Archer
Per Bornsjo
Dattan
Per N
some1sxi
PavanS
ddas
Olafje
Felixredwoody
Thomas Scheidegger MVP
Kevin Downs
Zalkalway
danpoolshark
holstad
gblake
renz2k7
Simon Muzio
Only Title

webmixer's Q&A profile

  • Visual C# How to add and use an old DLL library in a C# project

    I have a DLL library and want to use that in my C# project in VS.NET 2003. when I try to add a link to my library the VS show following message " A reference to 'c:\abc.dll' could not be added. This is not a valid assembly or COM component. Only assemblies with extension dll and COM components can be referenced. Please make sure that the file is accessible, and that is a valid assembly or COM component" by the way the library is working well with the VC++ project... please can anyone help me on this.. Did you register already in GAC If not then this, regsvr32 /i <dll name>. ...Show All

  • SQL Server The 4000 character limit for expressions

    I am building rather large SQL statements using expressions and I am about to hit the 4000 character limit. First, what were the reasons for setting such a low limit With it in place you are forced to come up with other solutions, but perhaps that was the intention. Speaking of limits, what are the limits for storing a value in a string that is defined in a package configuration file What are the limits when creating a string within a script task and then use it to set a string variable in the package What are the limits when using a string value as an input parameter to an Execute SQL Task using OLE DB Do these differ depending on the co ...Show All

  • .NET Development How to marshal structure with "two and more level of" nested structures into it?

    Hello to all, I hope someone can help me, i really need help as soon as possible. I need to marshal structure that contains other structure, and the second also contains nested structure inside it. I talking about structure PRINTER_INFO_2. I need managed version of it. I will paste a snippet how this struct seems and other struct called _devicemode in it, otherwise all of you probably know what is it in fact. typedef struct _PRINTER_INFO_2 { LPTSTR pServerName ; LPTSTR pPrinterName ; LPTSTR pShareName ; LPTSTR pPortName ; LPTSTR pDriverName ; LPTSTR pComment ; LPTSTR pLocation ; LPDEVMODE pDev ...Show All

  • Visual Studio AAARGHHH - SKU011.CAB - LISTOOL - WHAT A BUNCH OF GARBAGE!!!!

    Come on, isn't anyone working on this CR@P I've spent hundreds of dollars for software that can't be installed because every installation I attempt is asking for this SKU011.CAB file which has never, and will never exist!!! I have today, Sunday, budgeted for a VSTO project and I can't get this off the ground because I can't even get the damn thing installed!!!! I've got Action Pack, I've got MSDN Universal. I've bought and paid for all this software but I can't get this installed because Microsoft can't put together a decent installer!!! I can't even repair my Office installation. Same damn thing - it's looking for SKU011. What a bunc ...Show All

  • Windows Forms HTTP Download Class & Application Updater Component

    I’m writing an application to download multiple files, I currently have a vb.net class to download class but is not very good and was looking at this Application Updater Component and looks like it has a download class in it I’m not good on c# , can someone maybe give me some ideas on how ca I just use the download class on the Applicati ...Show All

  • Visual Basic When the grandkids can't inherit from their supposed parents.

    I'm doing something stupid or have screwed something up. Base is parent to DialogBase If you create new forms to inherit from Base they inherit fine. BUT if you try to inherit from DialogBase (by clicking on it) I get Base instead. So the kids get grandpa instead of pa. Suggestions please Regards, Al My feet are soooooo full of holes. I hope others are learning from my stupidity. Somehow or another the standard piece: Private components As System.ComponentModel.IContainer was missing from the designer.vb code. Returned it and all was ok. The kids can now get their hands on grandpa's family jewels ...Show All

  • Visual Basic register ocx files

    Hi, I try to register some ocx files and get the message "Loading in memory of library (filename.ocx) has failed. Illegal access to memory location." I checked the dependencies and they are all OK. What can be the cause of this error     Thanks in advance. Jan If you are proficient with using the debugger can you do the following in Visual Studio 2005: From Main Menu select File->Open Project, find %windir%\system32\Regsvr32.exe; right click regsvr32.exe in Solution Explorer and select Properties and Edit the "Command Line Arguments" to be <path>\nagdbs.ocx; From Main Menu selec ...Show All

  • Windows Forms VS.Net 2005 Crashes on Overriding BackColor, ForeColor properties of User Control

    I'm working on a User Control and everything was working fine. Then i added code to override the FORECOLOR & BACKCOLOR properties and after that when i rebuild the solution and tried to add the control in a sample Windows Forms and the moment i do this the VS.Net 2005 IDE crashes and closes without any warning / error message as to what happened. This is very annoying. I have been trying to resolve this since 3 days but no solutions so far. Can anyone help me out in here...... -Jay What you might do is start another Visual Studio and attach to the Visual Studio's process to obtain more informati ...Show All

  • Smart Device Development Creating a unified installer for both SmartPhone and PocketPC

    Hi, Is it possible to create a unified installer that automatically installs the correct version of software depending on whether a SmartPhone versus PocketPC is connected Basically, one installer self extracting Windows .exe file that installs the correct .cab file of two .cab files (SmartPhone versus PocketPC). Can it be done with the .inf/.ini files Thanks for letting me know. We will change this approach after our beta testing is completed, since we do want to follow proper Microsoft procedure since we want to get the software Microsoft certified soon.   At the moment, we are targetting only 2 ...Show All

  • Windows Forms text on the disabled combobox

    Hi, I need to make the text on a combobox that is disabled to be drawn with a black color. I was not able to find any help on this online. The drawItem seems to apply only for the dropdpwn items. Any ideas or sugesstions would be appreciated. Thank you, Vish ...Show All

  • SQL Server Creating a Data-Flow Component

    I try to create a new Data-Flow Component. In Books-Online I found this link: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.de/dtsref9/html/9d96bcf5-eba8-44bd-b113-ed51ad0d0521.htm and the following pages. But I have not realized, how I have to create the new Data-Flow Component. What I to do for my first "Hello World"-Component    Since you will be using the same series of steps to deploy and test your own data flow components, best to resign oneself! Note that Visual Studio 2005 supports post-build event scripts that you can use to copy your updated assembly to the PipelineComponents folder, r ...Show All

  • Windows Forms New to Programming, Please help! :).

    Greetings all.   I am looking for some advice/suggestions on where to get started in Programming.  I been doing Desktop support/Lan support for a couple of years now and I want to learn how to program and possibly switch my career track to programming.  At this point can anyone please suggest on the best way to go about it   I have  ...Show All

  • Visual Studio Express Editions Rich text in DataGridView

    The new DataGridView control is terrific but it won't display rich text.  I was hoping someone could point me in the direction of how to modify it to do so. Thanks, GS   I am also interested how you can save rich text to a database from a richtextbox.  I used to be able to do this in VB6. MHC ...Show All

  • SQL Server Scaling Model for Sales Force Automation

    Read only transacted replication to about 60 clients. 100 or so transactions a day (8 hours), transaction (record) is probably about 8K/transaction. Reliable connection over 100base-T. Latency - 15 minutes would be great. This doable -- I couldn't find a timing/ sizing model any place. In a nutshell, it's doable. Aside from the usual hardware limitations (memory ,CPU, disk, etc., which you should be OK if you have multi-proc, remote distributor), you can hit OS limitations with regards to desktop heap. Without going into great detail, there's a chance you may get errors if you try starting all 60 distribution agent jobs at ...Show All

  • SQL Server Multi value string parameters

    Hi all I have a multi value drop down list and their values are a string data type. Label      Value Blue        BL Pink        PK If I select more than one values the parameter value is sent as 'BL, PK' The stored procedure has a where clause WHERE theColor IN (@SelectedColor) This does'nt return the expected results from the stored procedure. How do we make the reporting services pass 'BL','PK' instead of 'BL, PK' to the stored procedure How do I make this work Thanks heaps!! You might have to quote the val ...Show All

©2008 Software Development Network