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

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

WalangAlam

Member List

FourBlades
Joe Kurtz
JR-J
rauhanlinnake
ShrikantBijapurkar
dpetrek
Rene Alexander
R.Tutus
Alan Adams
Manoj Agrawal
NotTaken
drinkwater
Joenormal
Guy Pilk
wgwolf
Peter Nimmo
DBLearner
Bruno Kovačić
SavasCilve
R.Tutus
Only Title

WalangAlam's Q&A profile

  • Visual Basic Cryptography API

    I have a digital ID installed on my computer. I want to be able to sign a text file with this ID using a program I created. Is there a way to open the cert and use the private key and digitally sign a the file ...Show All

  • Visual Basic is there a way to modify code in vb.net on the fly when it is running?

    is there a way to modify code in vb.net on the fly when it is running I vb 6 you could hit ctrl break then modify the code then hit F5 and the changes were made. in VB 7 u have to do a recompile after u make the changes for them to take affect. Does anyone know if there is a way to make changes and not recompile the code and have the changes take affect right away. Sharewareisland.com wrote: is there a way to modify code in vb.net on the fly when it is running I vb 6 you could hit ctrl break then modify the code then hit F5 and the changes were made. in VB 7 u have to do a recompile after u make the changes for them to take affect. Does anyone know if there is a way to make changes and not recompile the code and hav ...Show All

  • SQL Server Import an Access Database

    I am trying to import an Access database and I am using SQL Server Express. The instructions say to In SQL Server Management Studio, connect to the Database Engine server type, expand Databases, right-click a database, point to Tasks , and then click Import Data or Export data . When I point to Tasks, the Import Data is not listed. If someone can help. Should I be able to use the Import Wizard Thanks, Dougins http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx ...Show All

  • Internet Explorer Development Windows Services Question

    Hello All! Hope your all having a good weekend! Well lets just get started then. I am trying to write a service that will run a scan of the current logged in user's IE history. This project was given to me by my employeer and the means for this project is to compare all visted links in IE history to a white list and log those that are beyond the scope of the employee. I have completed the network and ie history parsing aspects of the project. The issue I am currently running into is getting the application run unknown to the user, but as if the user ran it. I am currently investigating Windows Services but having difficulty getting the required code to run as the user so the history parsed will be that of that who is logged in. ...Show All

  • Internet Explorer Development IE 7 opening to Run Once page with error on it.

    I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page until I hit the home button on the tool bar. This problem took me about 22 hours to finally fix.  :)   Though the user(administrator) I installed IE7 with worked fine first time and every other time after that it was all the other xp users that suffered with this script problem. 1) Uninstall IE7 an ...Show All

  • Visual Studio Team System How do I exclude a database project from a solution for a build

    This is along the line of other posts I've seen but, doesn't cover a database project. I have a solution with a web project, libraries, and a database project. The database project doesn't show up in the Configuration Manager of the solution to include or not in the build. When I create a build to run on our build server it fails with the D:\Build\Project\Project Build\Sources\Project\Project.sln(0,0): warning MSB4078: The project file "...StoredProcedures.dbp" is not supported by MSBuild and cannot be built. It builds fine in VS since it's not being included. How do I exclude it from the build server build Is someone from microsoft going to offer a solution for this I'm trying to exclu ...Show All

  • Visual Basic ByRef error though parameter is passed by ByVal

    I'm getting an error while trying to fill a grid (third party). The code is as follows: Public Sub FillTheGrid(ByRef one As String, ByRef two As String, ByRef three As String) Dim s As String Dim e As Short = 0 s = (one & Chr(9) & two & Chr(9) & three).ToString e = grdUAH.AddItem(s, 0) <--- Error for this grdUAH.Row = 0 grdUAH.Col = 1 grdUAH.CtlRefresh() End Sub Though there is no value passed a ByRef, I get the error as: Byref value type parameter cannot be null. If I comment out the line e = grdUAH.AddItem(s, 0), there is no error! The stack is as below: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ****** ...Show All

  • Visual C# messagebox showdialog

    Hello, I try to show a message box in my program Messagebox.Show("Hello World".......); However it's not show as a dialog box but just a simple form. so it let me click on the main form instead of preventing it. I did a test on other program with the MessageBox.Show() and it's working as a dialogbox. Have any idea about this weird behavior Hmmm really weird! Try it with passing the reference of the form showing it like MessageBox.Show(this,.............); It shouldn;t make any difference anyhow try it! Best regards, ...Show All

  • SQL Server To Order More Than One Coloumn

    Hellos; I have a lot of News. Only i want to get last 10 news and piorty is important for me to change orders of the news. So i add a new coloumn in the table (Piorty int) ... select top 10 NewsID, Piorty, Title, Spot from News order by 1 desc, 2 asc -- i want to get last 10 news than order by piorty (which piorty is bigger is be thre first) but in this query i just get last 10 news desc the piorty isn't imports even though i would get them order by piorty but last 10 news... How can i do that Please hellppp ... thnank you verry muchhh ... SELECT TOP ( 10 ) NewsID , Piorty , Title , ROW_NUMBER () OVER ( PARTITION BY Piorty ORDER BY NewsI ...Show All

  • Visual C++ Strings in VC++

    Can anyone help me understand strings in VC++ I just learned the basics of C++ from a book, teach yourself c++ in 21 days. I want to apply these concepts to creating a windows forms application in vc++, and i don't know where i should start. If anyone can point me in the right direction to learn the basics of vc++, as well as anything you think I should know, i would really appreciate it.   NeederOfVBHelp wrote: smart people who do not wish their code to be readable. Even if you say you did not intend to offend, you are being offensive again and it is obviously intentional . You have a problem that I hope is not tolerated in these forums. ...Show All

  • .NET Development Web Server information question

    Hello, I have been learning about how to use the ASP .NET runtime and use the httplistener class. Most of the examples are in C#, but I use VB. I have tried to interpret the code, but it is making it hard to understand the process because I spend so much effort translating it. I am wondering if anyone can recommend a book that covers this type of information in Visual Basic 2005. I have looked on Amazon.com, but haven't found anything specific to this area. I want to create a simple web server for my program, and I could use the examples that I have found in C#, but I want to have a complete knowledge of the entire process since I will have to support the application. Thank you for your help. Well I've just picked up a seco ...Show All

  • Visual C# Getting protected controls through reflection

    Hi, I am inspecting an assembly that has a form, and this form has some controls that are inherited from a BaseForm class. Using GetFields I get to know its controls. However, the inherited controls do not show. I have set BindingFlags as follows: BindingFlags flags = BindingFlags.Instance | BindingFlags.NonPublic; Am I missing something, any ideas Thanks in advance. Add BindingFlags.FlattenHierarchy to get inherited fields as well. Although if it is a form then you can also just use the Controls property to get all the controls contained in the form. Michael Taylor - 1/25/07 http://p3net.mvps.org ...Show All

  • Visual Studio Express Editions I have two listbox and I want that when the user touch the scroll in one Listbox the other listbox will move to the same row

    Best Regards, Yaniv Pinhas I am using this method to make a listview scroll along with MyListBox and what I see is that when clicking the scroll arrows, it functions perfect, but upon dragging the scrollbar any distance the message is not passed. Would this be because I'm pairing it with a listview and how could I correct this behavior ...Show All

  • Software Development for Windows Vista Network access seems to be locked down until reboot?

    Installing my company's product (which uses an older WISE based installer) it seems that Vista RC1 is marking the path that the programs are installed in as not allowed to do network accesses. (If you run the programs and try to do socket or HTTP calls, they fail with host not found type errors (e.g. 12007 from WinInet).) But if you copy the installed files to a different path, they work fine, or if you reboot then they work fine. That seems wrong...either they should never work, or they should work from installation on, without a reboot. So, what is going on Hello William I have created a simple video that illustrates the steps I am performing. I am not rebooting just using the WinXP app compat option and e ...Show All

  • Visual Studio 2008 (Pre-release) Little help plz

    Hi i have the following code taken from a tutorial. Now i wish to return a string called returnString but it won't compile because the string is being accessed from another class. So how do i return the string Basically i wish my service to access objects from the application hosting the service. Thanks. using System; using System.Collections.Generic; using System.Text; using System.ServiceModel; namespace Messenger { public class ClientService { ServiceHost serviceHost; String returnString = "String I want to return"; public ClientService() { } public void startService() { Uri baseUri = new Uri(" http://localhost:1234/hello "); serviceHost = new ServiceH ...Show All

©2008 Software Development Network