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

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

Pablitott

Member List

Gudge
tomacmuni
Andreas Öhlund
Jef Kazimer
Velocity_Brad
FluffyDevilBunny
Manu_Raj
Phillip Marino
MazterzDemon
ThePope
g_hall
tommyitvn
RussB
Hristo Serafimov
SonaliC
chen55347
Chekib
francois974
Pluey
BryanHood
Only Title

Pablitott's Q&A profile

  • Software Development for Windows Vista Vista and Virtual Machine

    I got Vista running fine on VM 5 and its working decently. Problem is I cannot install the Virtual Machine additions. THe install just sits there and does nothing for quite some time. Any ideas Resolved. Remove display adaptor and monitor through device manager. Works fine after reboot! ...Show All

  • SQL Server General network error. Check your network documentation

    I use sqlclient to connect directly from my mobile 5 pocketpc to a sql server 2005 database on my desktop. I use a sqldatareader to traverse the results of a query that delivers 2 fields: (1) the filespec, and (2) the image field. I use a filestream with a binary writer to write the contents of the image data to the pocketpc's storage card. I have a test table with 10 images, not one more than 4 MB.  I cannot complete a test run prior to receiving the  general network error. The pocketPC is connected via activesync to the desktop, and I connect to the database with: Integrated Security=false; user id=sa password=admin. Any help wit ...Show All

  • Windows Forms data binding to a photo with sql server 2000 in c#

    hi all, the question as above anyone can solve the problem I appreciate your time in responding.  Ok let me see if I understand.  I already have a table in the database with a column datatype Image I already have a dataset derived from the table I already have a datalist derived fromt he dataset with an image lable from the table. It generated update functions and I am suppose to manually change the updater  from byte[] image, to Image.FromFile()  for example in my case Image.FromFile(~/nappapmail/ProMembers/artists/images/Image{0}.jpg) when I do this I get an error message Error 5 'FromFile' is not a m ...Show All

  • .NET Development How to Use FileSystemWatcher in Network Directory

    Hi All,       I want to use filesystemwatcher for the directory  present in the network.How can i do it Is there any way to solve it     I thought since its related to networking i can get some valuable information from here.        I tried using filesystemwatcher but it was not able to read the directory . Even if i give the ip address of my local machine i'm not able to read it. Is it related to IP address Please Solve my problem I ve written the Code in the below format:   fileSystemWatcher1.Path = @"\\192.168.0.104\E\Test\" ; ...Show All

  • Smart Device Development wldap32 on Windows CE 4.2

    I tried posting on one of the other forums to try and find information on this but didn't get any response. Could anyone please let me know where I can find wldap32.lib for Windows CE 4.2. When I installed the Pocket PC SDK 2003, as well as the Standard Sdk, there is documentation about the winldap api for Arm4. However wldap32.lib which holds the implementation for this is not present in the wce420/lib directory in these SDKs. It looks to be present for wce500 or Windows CE 5.0, but that's of no use to me. Please let me know if I can find this library somewhere or its not available at all for Windows CE 4.2 and Microsoft documentation is i ...Show All

  • Windows Forms Combobox event usercontrol

    Hello, I am sure y'all have answered this before, but I am having a rough time finding the answer. I will blame my cold instead of my laziness. I have created a user control to hold a bunch of panels. I created a collection class to hold the panels and that works great. Now I am trying to add a combobox on the UC so that at design time It list all the panels that I have added and be able to navigate between panels using the combobox selectedindexchange event. I understand I need to create a custom designer, but after that I am lost. Any Idea Thank you, Matt If the panels are full screen ...Show All

  • .NET Development Bug ? - Variable 'myConnect' is used before it has been assigned a value. A null reference exception could result at runtime

    Hi, Is their any problems with this code as I get the above awrning.         Public Sub Test(ByRef Trans As SqlTransaction)             Dim myConnect As SqlClient.SqlConnection             If Trans Is Nothing Then                 myConnect = New SqlClient.SqlConnection("ConStr")             End If             If Trans ...Show All

  • Visual Studio "passing along" files from a custom editor to standard editor

    I have a custom editor for XML files, but I only want it to read specific types of XML files that contain a certain Element. I'd like for the custom editor to check for the existance of that Element (already does that actually) and if the XML file does not contain that Element, just pass the file along to be handled by the standard XML editor in VS. I'm not sure of the correct way to "pass that file along" in my EditorFactory though. what should I return or call to indicate to VS that it should use the standard editor instead Is it as simple as just returning VSConstants .S_FALSE in that case Rob P. S. - I realize ...Show All

  • Visual Studio Deploying CR IX with Windows Forms Apps

    I needed to create numerous reports and started with the CR IDE within VS 2003. The UI is awful, so I purchased CR IX full version to get a decent UI to work with.  The intention is to deploy the CR viewer and rpt files with the app and push data into the reports via ADO.NET dataset. All of this works fine. But when I build a deployment project, CR insists a merge module be used and it tops out at 63 MB.  The merge module contains lots of *** thet I do not want to install. The merge module itself has user selectable components that will be installed, but from the 63 MB merge module which has to be deployed to the end ...Show All

  • SQL Server How to stop discovery from adomd.net connection

    I am using MSAS 2005 with ADOMD.NET 8.0 with .NET 1.1 I observed whenver we execute any query it does discovery of meta data. The meta data is part of resultset that is returned to the client. You can see this part of XML that is returned to client. <root xmlns=\"urn:schemas-microsoft-com:xml-analysis:mddataset\" xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\ " xmlns:xsd=\" http://www.w3.org/2001/XMLSchema\"><xs:schema targetNamespace=\"urn:schemas-microsoft-com:xml-analysis:mddataset\" elementFormDefault=\"qualified\" xmlns=\"urn:schemas-microsoft-com:xml-analysi ...Show All

  • Visual Studio 2008 (Pre-release) Passing a token between services and InfoCard

    I would like to use InfoCard to authenticate and acquire a token on one channel and then I would like to create a second channel and pass the token I acquired in the first channel to it so that I am not prompted by InfoCard again. Something like this (pseudocode). Is this possible or would it by nature invalidate the token All of my services require the same claims, and my application calls into multiple services, so I want to get the token once and reuse it for each service. I thought about using InfoCardClient.GetToken(), but I'm not sure what to do with the resulting GenericXmlSecurityToken. How can I tell a channel to use it // Host my ...Show All

  • Visual Studio Team System Error 32000 and Error 28100

    Hey... running into the standard Error 32000 and Error 28100. I'm on a domain, and the accounts are domain accounts. Not sure what else I should be doing. What does the error "-1" mean [11/28/05,23:18:09] Microsoft Visual Studio 2005 Team Foundation Server - ENU: CRootComponent::Install(): Starting MSI Installation... [11/28/05,23:18:10] Setup.exe: GetGlobalCustomProperty({3CFC9708-E1DF-4D5B-AFCF-A49B86D176AE}) [11/28/05,23:18:10] Microsoft Visual Studio 2005 Team Foundation Server - ENU: CRootComponent::SetMsiLogFileName(): Setting MSI Log Name to:C:\Documents and Settings\aronchick\Local Settings\Temp\VSMsiLog67C7.txt [11/28/05,23:18:10] ...Show All

  • Visual C# Preventing decompilation!!

    Hi, Can someone tell me how can I prevent decompilation of assemblies created in .NET. Are there any freeware softwares that makes this happen. Please provide me the download link of these softwares, if there are any. Thanks, Frens You can use a obfuscator, here is a little list of obfuscator's for .NET: {smartassembly} Decompiler.NET Deploy.NET Salamander .NET Obfuscator Semantic Designs: C# Source Code Obfuscator Spices.Net Thinstall Demeanor for .NET XenoCode .NET Obfuscator and Optimizer ...Show All

  • Visual C# problem in making a directory tree?

    i want to make a directory tree including some features like that of vs.net ide. i have a problem in expanding a node.i want to expand a node only when a node is double clicked.  is there any way that i can raise a event only when a node is double clicked. i tried to use  the double click event but that works for the whole control.The event is raised if i click in some other part of the node. how can i know whether a node is double clicked or other parts of the control is double clicked can anyone help me Still, doubleclicking on the node to expand the node is default behavior in .NET 1. ...Show All

  • SQL Server cursor problem

    Actually My proble is DECLARE @SNO INT DECLARE CURS_FOR_SNO CURSOR FOR SELECT * FROM MACB where cntrl_no='DC000429' and isnull(listed,'')='U' AND ISNULL(SNO,'')='' ORDER BY SNO OPEN CURS_FOR_SNO FETCH NEXT FROM CURS_FOR_SNO WHILE @@FETCH_STATUS = 0 BEGIN SET @I=@I + 1 SET @SNO=@X + @I UPDATE MACB SET SNO=@SNO where CURRENT OF CURS_FOR_SNO FETCH NEXT FROM CURS_FOR_SNO END CLOSE CURS_FOR_SNO DEALLOCATE CURS_FOR_SNO it gives read only column but i want to update that so plz, solve my problem Sure thats one thing I forgot to mention, set based statements are in most cases faster than cursor based ones. Cursors are only n ...Show All

©2008 Software Development Network