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

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

Ctrl A

Member List

Ajay Bhonsule
jonNotTod
Kevin Lindley
Lion_cl
Yabby
Bhupathy Kandasamy
SanthoshKumar
vbpixelgog
BlakeW
brewewa
Bastari
Marcello Paiva
Rene Kanninga
e1v
Gurpreet GIll
BlueScreen
Daisycutter
Amol Gogate
Michael Eng
Rufus Littlefield - MSFT
Only Title

Ctrl A's Q&A profile

  • Visual Basic How do Make my Database Run without having me COMPILE It everytime

       I am ready to make it an actual application!!!  Does anyone know Hey, Robert...I have my database and UI running properly but when i switch users on my computer from Administrator to Intern my datbase says it does not have permission to acces the data...but i am on the same server...I change the security setting to add users to the security features but when i switch users i get the same error messege...HELP PLEASE ! ! ...Show All

  • Microsoft ISV Community Center Forums Access/VBA add the value to ListBox every column

    Use a list box to display SSN, Hours, FullName, 3 columns get value from a recordset, List0 is ListBox created in Form of Access. use List0.AddItem myRs(0) & " " & myRs(1) & " " & myRs(2), all records are added into one column, i hope myRs(0) into Fullname, myRs(1) into SSN, myRs(2) into Hours seperately. and add SSN, Hours,FullName to the head for every column of listbox. How to implement it I should use what function Private Sub Command3_Click() On Error GoTo Err_Command3_Click Dim myline As String Set myRs.Source = beforeCmd myRs.Open While Not myRs.EOF List0.AddItem myRs(0) & &quo ...Show All

  • Visual Studio Problem in Loading addin with each instance of host application

    I have created a com addin in c# for project professional, but problem is that is working only for the instance that is created when application is loaded, when i am opening a project from file menu my com addin is not getting loaded and hence not working for that instance. Found the solution to it. in the OnConnection event place this code If connectMode = ext_ConnectMode.ext_cm_AfterStartup Then Dim objAddIn As AddIn = CType (addInInstance, AddIn) ' moved to module level so OnDisconnect can see it ' Dim CommandObj As Command Try commandObj = _ applicationObject.Commands.AddNamedCommand(objAddIn, _ "PublishAddIn" , ...Show All

  • Visual C++ Can't play games on Club Pogo

    I am able to get on the Internet and webpages with no problems except 1. I am a member of Club Pogo and whenever I try to play a game I get the following message: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe Abnormal program termination I don't have a Google toolbar and it was working fine until McAfee update was downloaded. How would I uninstall McAfee to try again Thank you for your help. Sorry this question is off topic here. This program tries to answer questions about programming and does not exists to answer question about applicati ...Show All

  • Windows Forms NO BussinesRules Separation!

    Hi! I have been reading the code of IssueVission I can not find a clear separation between Model View, and Controllers (all bussines logic is mixed with the Views)... Why hiya, a bit late, I know... I think that the biz rules separation is so lax so that the more inexperienced developers can get up and running with this app, without  ...Show All

  • Visual Basic Will VB support anonymous delegates?

    C# has it now but I could not find any doc about VB's implementation. Is it postponed ...Show All

  • .NET Development System Requirements for .Net 2.0 runtime

    What are the target system requirements for .NET runtime 2.0 Thanks Oren, Thanks.  The .NET Framework 2.0 Beta runtime download page had what I was looking for.  As for development, the fastest machine I can lay my hands on is where that will be done. Mike. ...Show All

  • Visual Basic Does the System.Web.UI.Design namespace exist in VS2005?

    Hi, I am using VS2005 and want to use the System.Web.UI.Design namespace to provide a user interface to edit list items. However, VB 2005 doesnt recognise the name space. It underlines the namespace with a blue line and the message is : "Namespace or type specified in 'System.Web.Ui.Design' doesnt contain any public member or cannot be found. Make sure the namespace or type is defined and contains at least 1 public member. Make sure imported element name doesnt use any aliases" Is there an equivilant to this namespace According to my trusty object browser ( a girl's best fri ...Show All

  • Microsoft ISV Community Center Forums Access/VBA add the value to ListBox every column

    Use a list box to display SSN, Hours, FullName, 3 columns get value from a recordset, List0 is ListBox created in Form of Access. use List0.AddItem myRs(0) & " " & myRs(1) & " " & myRs(2), all records are added into one column, i hope myRs(0) into Fullname, myRs(1) into SSN, myRs(2) into Hours seperately. and add SSN, Hours,FullName to the head for every column of listbox. How to implement it I should use what function Private Sub Command3_Click() On Error GoTo Err_Command3_Click Dim myline As String Set myRs.Source = beforeCmd myRs.Open While Not myRs.EOF List0.AddItem myRs(0) & &quo ...Show All

  • SQL Server HyperLink Column value is not displaying with the blue color?

    Hi all, In my Report, I am using column value with (Jump to Report)  hyperlink action, while displaying it in the report, it is not displaying with default blue color. After visiting the report or URL site, it has to change back to red color. I have checked my HTMLViewer.css file. And I have created the custom CSS file with set of HYPERLINK color combination, but it is not displaying anything at all. /ReportServer/Pages/ReportViewer.aspx rs:Command=Render&rc:Stylesheet=test.css">http://<myReportServer>/ReportServer/Pages/ReportViewer.aspx rs:Command=Render&rc:Stylesheet=test.css and test.css consist of the following .Ac ...Show All

  • SQL Server Database is read-only.

    Hi I have been learning on how to use the new features of the .NET 2.0, and Well I using VS2005 and everything is pretty straight foward. I did a Membership webform where you log in and create users and roles etc. I installed the SQL Server 2005 express as my Data provider and thats where my Tables are. I used the aspnetsql_reg comand to integrate the server to this application. Anyway my problem started when i decided to copy my project to my IIS server and well when I run the app from the Browser tells me that he Database It's set to Read-Omly and therefore it cant update it. This happens right after log in. but then I open ...Show All

  • Visual Basic New to Visual Studio 2005 and printing

    Hello, I am new to Visual Basic 2005 coming from VB 6. What is the new best way of generating Reports in VB 2005. I am trying to convert an old Access application to SQL Server 2005 w/ VB 2005 and the reports are the killers. Thanks Bob Anderson If some of the version of Visual Basic (express is not one), there is a version of crystal reports which ships. This can be used to write reports and there are numerous article on hooking up crystal and VB.net - a simple web search on VB.net + crystal reports will reveal a wealth of articles covering the subject. If you want to purchase a custom control there are some then there a ...Show All

  • Visual C++ conditional compilation; Intellisense doesnt seem to be working

    Dear All. I am using VC 2005, writing a chunk of code like this... #ifdef USE_LICENSING #include<file1.h> code... code.. #endif the editor grays out the code between then ifdef and endif tags, I can use features like intellisense only if i comment out ifdef and endif tags.. anyone aware of this Satish Boston,MA. As long as USE_LICENSING is not defined in your code then it doesn't matter what you have in between and hence Intellisense greys it out. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual C# image in user control

    Creating a web user control with image, the path in asp must be indipendent fro application location..how I have to store path in an application variable thx /Images/Image.jpg is relative to the root of the server, not to the applicaiton – or relative to the website on the server if you have multiple websites configured (on server products only; XP only allows one website). If your application exists on the root of the web server /Images/Image.jpg would work just like ~/Images/Image.jpg. What the tilde version gives you is portability. Code with the tilde will work on any server, even if you copy the web application to a diff ...Show All

  • .NET Development Restrict access to assembly

    Hi All, I have a question in regarding restricting assemblies calling. Let me give a brief description. I have a .exe that would load and use multiple dlls. I am now loading these dlls by reflection. All these dlls would implement an interface, whereby the .exe would identify them. So now, my question is, how can i control, which dlls that the .exe can call What i meant is, I would want to track how many new dlls is created, I would probably provide my interface for other application developers to use to create new dll; but i need to be notified of it, so that the other developers would know simply create dll without my knowledge that ...Show All

©2008 Software Development Network