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

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

pinoyz

Member List

ClaireS
Bill Calkins
TopDean
Magos294963
meta_alucard
walkswan
Peter Kalev
Ultrawhack
Abhayc
HCarter111
jan_bp
Arthlan
CSharpNewbie22
Sergey Jmacov
Álvaro Peñarrubia
vishwanatha
Alberto Acerbis
Aleniko29139
mague
dragoncells
Only Title

pinoyz's Q&A profile

  • Visual C# Inherit Generic Forms

    How can generic forms / controls be inherited I made some generic forms and controls i want to use in my application as base forms/controls. When i inherit these forms/controls i cannot view the designer anymore. Is it possible to inherit these generics and how yeah, might work to get the images from the global resources, but when adding the buttons trough the designer u get a compilation error It allwasy changes the designer code back to System.ComponentModel. ComponentResourceManager resources = new System.ComponentModel. ComponentResourceManager ( typeof ( BaseForm )); So u have to change it manually back to System.ComponentModel. ComponentResourceManager resources = new ...Show All

  • Visual Basic on load submit

    hi friend, i had created a application that has webbrowser at run time the application retrieve the data the ms access in vb.net and then covert into html format and after coverting the the application has html file with data that every field in filled without the interaction of the user that after load the data present in the form has to post automatically and i need the vb script to be written in vb.net nothing ma i need vb script code for when the page loads the field in the form will fill automatically now i have to submit the information with out the user interaction so i need vb script on page load submit ...Show All

  • Windows Forms VDProj BannerText

    Hi All, Is there any way to change BannerText in the welcome screen of a vdproj file made with VS2005 It seems like now it gets it from VsdWelcomeDlg.wid and currently has this value: "Welcome to the [ProductName] Setup Wizard" Obviously, I can't edit that file, so I want to know if there is any way to change BannerText without changing that file (using a post build event, a script, or anything else).   Why I want to do this I have a long ProductName and a BannerBitmap, so the text gets over bitmap, making it difficult to read. Thank you for the script it's quite helpful. I want to remove the string at the Control.Text field. I modified the query as follow, ra ...Show All

  • .NET Development bug on the registry function

    Hello, A program is reading some value in the registry to apply some configuration. When reading the registry in sequence for several keys, there is about 2% chance that the read will fail and return an empty string on some machine. This program was in C and upgraded to VB.net. It is run with the framework 1.1. The program always worked well in C, the bug appeared with VB.NET. I have made an application to make a stress test to the registry. Begin //Each time you make a read, you open the key, get the value and then close the key. loop from 1 to 100 var1 = readRegistryKey var2 = readRegistryKey var3 = readRegistryKey var4 = readRegistryKey var5 = readRegistryKey var6 = readRegistryKey var7 = readRegistryKey var8 = readRegistry ...Show All

  • Visual Studio 2008 (Pre-release) Why Dependency Properties?

    I've been working with WPF for a while now, studying it, programming with it, blogging about it, etc. Despite all that, there is something which fundamentally bothers and eludes me. I just don't feel comfortable with dependency properties. I've read a lot about them, but none of the explanations have satisfied my curiosity. I'm hoping that someone might explain a few things to me, please... - How do DPs work What is actually involved with the inner workings of a DP What happens when you set a DP What happens when you get the value of one Is this explained/documented anywhere I've read about the precedence rules used during value resolution, but how exactly does that work - How does the value inheritance of DPs work When do inhe ...Show All

  • .NET Development Partial File Downloading

    I want to download file from 3,221,225,472 bytes (3 Gb) to 3,328,599,654 bytes (3.1 Gb) for example Windows Vista Beta ISO if I use HttpWebRequest.AddRange Method (Int32, Int32) occure exception: "System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: The From or To parameter cannot be less than 0. at System.Net.HttpWebRequest.AddRange(String rangeSpecifier, Int32 from,Int32 to)" because 3,221,225,472 > MAX(Int32)=2,147,483,648 How can I download from 3,221,225,472 bytes (3 Gb) to 3,328,599,654 bytes (3.1 Gb) This is what I used, it seems to be faster: public delegate void _AddRange(HttpWebRequest httpWebRequest, string rangeSp ...Show All

  • Visual Studio Express Editions Show Connection Property Window for a Database at runtime

    I'm trying to figure out is there any way to pullup the "Connection Properties" window from the my.settings<ConnectionStringName> Property (or when you first create a connection to a database) when the application is running. For example in my app I would like the user to select File-Open and the user selects a mdf file the next window I would like to show is the Connection Properties window (-it would be nice to display that window so the user can test the connection.) Thanks for any help Nope, that specific dialog is only available from within Visual Studio. It has a lot of dependencies on other things within visual studio and does magic design-time only things under the hood... Be ...Show All

  • .NET Development Encrypting Data

    I am looking at methods for encrypting and decrypting data stored in the database (actually storing the encrypted strings). However, I really like the Symetric Encrypting Method that uses a key file except for the fact that the key needs to be generated on their machine. Is there a way I can use a key file/hash that I can generate on my machine and deploy it with the program to my users Thanks, Greg ...Show All

  • Visual Studio Team System Nothing happens when pressing the Report Builder button.

    When I press the Report Builder button on the report site homepage, nothing happens. I can see that IE is trying to open reportbuilder.application on a the report server, but I do not see any dialog requesting me to allow the application to run. When I log in on another PC with the same credentials I can create reports using Report Builder. These are the details I get when running the application directly from the server. PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : fi ...Show All

  • Smart Device Development Breakpoints do not get hit...

    Hello,   a colleague has big troubles debugging compact framework 2.0 applications from his VS2005 environment (to be more specific: he has hijacked my PC because the troubles do not occur there ). The problem is that every CF2.0 application he runs will not break when run on a device, but the same application runs and hits the breakpoints on the device emulator. It doesn't matter if it is a big multi-project solution or just a simple little HelloWorld project, the debugger just isn't interested in breakpoints anymore.   We searched over this forum, but none of the solutions work for him. Some of the things we found and tried are: Deleting de bin/obj folders. Showing the Debug toolbar. ...Show All

  • SQL Server how to get total number of variables using scripttask

    I want to loop thru all the variables in my package and set number of variables that had variable-name begin w/LOCAL, so I can use the name to generate a dynamic SQL query for the next EXEC SQL Task. any one know how to do this. Hi.. You can read all variables by using ActiveX Script Task instead of using Script Task . Function Main() Dim oVal Dim isSystem, varType, varName Dim str MSGBOX "Total Variable = " & DTSGlobalVariables.Count For each oVal in DTSGlobalVariables isSystem = oVal.SystemVariable varType = oVal.DataType varName = oVal.QualifiedName MSGBOX varName & " / " & varType & " / " & "System:" & ...Show All

  • Visual C++ Intellisense becoming unable to resolve objects

    I'm posting this here and not in the general Visual Studio forum because my experience so far tells me the situation with C++ is different than with, say, C# (I have so far at least one example where VS's tools behave worse in the C++ environment than in that of C#). I have Intellisense getting confused and unable to resolve objects so often that I find myself closing the solution, deleting the *.ncb file, and reopening the solution. It almost makes me wish I had a "rebuild Intellisense" button... Kamen I totally agree with you. Meanwhile, it is important to note that we won't be able to help unless you provide us with a reproducible case so that we can investigate. I will invesitigate further from my side but can't ...Show All

  • Windows Forms Two active forms

    Hi! I'm developing an application which needs 2 active forms at the same time - something like Photoshop with af form at top of the screen (the mainform) with a menu and a toolbar which can open different childforms. What I wan't is to have the mainform and one of the childforms to be active at the same time so that I can activate the menues and toolbar of the mainform with just a single mouseclick and shortcut keys from the keyboard while a childform is active. I don't wan't to use a MDI form and childforms. When I open a childform I add it as a OwnedForm to the mainform. Is there a way to have 2 forms active at the same time Thanks! Brian Hi JRQ I'm sorry but I don't understand wha ...Show All

  • SQL Server SQL Server 2005 Service Pack 2 CTP is available

    Hi, SQL Server Service 2005 Pack 2 CTP (Community Technology Preview) is available... http://www.microsoft.com/sql/ctp.mspx The list of new features and fixed was published here on KB Article http://support.microsoft.com/default.aspx/kb/921896 Regards Nilton Pinheiro www.mcdbabrasil.com.br Hi maddesco, Is there a date yet for the public version No. Now, the December CTP of SP2 is available at: http://www.microsoft.com/sql/ctp.mspx If not, any estimate of when it might be Dec CTP is the last SP2 CTP release, so I believe that between Jan end and Feb middle will be a most likely date. thanks Nilton Pinheiro www.mcdbabrasil.com.br ...Show All

  • Internet Explorer Development Enabling script debugging in IE7

    Hi I cannot enable script debugging in IE7. I have clicked the checkbox to off on "disable script debugging" in the advanced options, but it just won't save the option! when I restart IE, the tick has reappeared again! Can anyone help or point me in the direction of someone who can Thanks Bex Hi All, I have the same problem. I see javascript is enabled in Internet Options, stil some sites show me a message saying javascript is not enabled. Can any one help Thanks in advance. ...Show All

©2008 Software Development Network