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

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

AKANDOUCH

Member List

Steve Hempen
Martinp23
MrJP
Neotech
samcneal
Allen_Simmons
DanParks
BALASUBRAMANI
TheMaj0r
ranadheer mac
StephanieR
misscricri
Harvester
hye_heena
Eric Livergood
Brennon
QWERTYtech
Bolugbe
Tryin2Bgood
mcnamaragio
Only Title

AKANDOUCH's Q&A profile

  • Visual Studio Tools for Office I need help!

    I would really appreciate it if someone could help me out on this I'm having problems with the security permissions of the word document customization assemblies. Even after giving permissions to the assembly from the .Net framework configuration, it's still telling me that the customization assembly does not have the required permissions to execute. I've been facing this issue for a long time.. plz if anyone has the solution to my problem, i'd really appreciate your feedback thanks Maha Thanks for your concern Maarten both the document and the assembly r in the same folder.. i tried publishing the VSTO project on file system (on my C drive) and i also tried publishing it to an IIS loca ...Show All

  • Visual FoxPro Remote views on SQL Server 2005

    I have a simple RemoteView on an SqlServer 2005 database. Select id, ammount from table where month(data)=MONTH(GETDATE()) When I make an update on a single record it update all records for that id not only for that month. What's wrong You are not showing the update code. I'm not clear. Is this a VFP remote view to a SQL Server 2005 DB The query you showed only returns data for a certain month for all IDs. You are asking to update for one month for a single ID. Something like this maybe Update mytable set amount = nAmount where month(data) = nMonth and ID = cID ...Show All

  • Visual Studio Express Editions HELP:IndexOutOfRangeException

    Try Dim GetRetailPrice As New SqlClient.SqlCommand( _ "SELECT RetailPrice FROM ProductDetails WHERE ProductName = '" & _ Me.cmbProductName.Text & "'", New SqlClient.SqlConnection( _ My.Settings.ProjectTanioConnectionString)) Dim GetRetailPriceDataSet As New DataSet() Dim GetRetailPriceDataAdapter As New SqlClient.SqlDataAdapter(GetRetailPrice) GetRetailPriceDataAdapter.Fill(GetRetailPriceDataSet) Dim RetailPrice As Decimal RetailPrice = GetRetailPriceDataSet.Tables(0).Rows(0).Item(0) '<- there is no row at position 0; Me.txtRetailPrice.Text = RetailPrice.ToString("N") '-- IndexOutOfRangeException was '-- unhandle ...Show All

  • SQL Server strange, very strange (BIDS)

    Hi everyone, I’m suffering a queer behaviour when I use BIDS. Concretely, when I open a dtsx from my project (it has 10 packages) many times Sequence Container and Data Flow tasks are invisible. I mean, its lines are not visible at all whereas its titles are. I mean, what you see is just a white box… Then, I’m gonna Data Flow layer and I have to do double-clik over the tasks and are visible but on Control Flow I don’t see how to solve. Curiously in our development and production server such behaviour doesn’t happen (we are accessing by mean Terminal Server from our workstations) How odd!. Everything is fine except this. I want to remark you that such project has been copied from the server, this is, ...Show All

  • Visual Studio Express Editions close to tray

    i try to do close to tray but somehow it always auto call close whenever I try to restore from tray . the window is call as another thread from main window . here the code Private Sub winSetQueue_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing if reallyclose = false then NotifyIcon1.Visible = true Me.WindowState = FormWindowState.minimized Me.ShowInTaskbar = false e.cancel = true end if End Sub Private Sub NotifyIcon1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles NotifyIcon1.Click NotifyIcon1.Visible = False Me.ShowInTaskbar = True Me.WindowState = FormWindowState.Normal End Sub if i use hide() it will worse, the window auto close wit ...Show All

  • Visual Studio Express Editions File Locate & Copy Program Help

    hi, im fairly new to Visual Basic and very new to Visual Basic 2005 Express. I'm trying to create a program that searches all files in a folder and it's subfolders and compares them to the files in another file and it's subfolders. Then hopefully copying any files that don't appear in both folders. Im not asking for a complete program as i want to write it myself and im a fast learner. Can anyone help me with which Windows objects to call or any other useful info Currently i am using some code copied from another VB Code website that displays files + Subfolders: Option Explicit Private objFSO As FileSystemObject Private objFiles As Files, objFile As File Private objFolders As Folders, objFolder As Folde ...Show All

  • Visual Studio Express Editions Visual Basic 2005 Express help

    ok i have visual basic 2005 express installed and that is all no other programing software on either of my pcs. I am just starting to learn vb. and i am watching these video tutorials and reading these books. it says go to add new item then click inheritance form.. well that option is not availible in 2005 express. So can someone talk to me like i am stupid and tell me how to fix this. and also will inheritance form pull information from form 1. like num1 = whatever and i just reference num1 on the inherited form and it pull the information Thank you for the all the help You can format the output of your calculator as follows: Dim num As Double = 12.1264 Dim s As String = Strin ...Show All

  • Visual C# Inheritance ~ Design pattern question

    At a very basic level i'm implementing a modified Observer Pattern. I am looking for a clever way to enable our development team to design user controls, forms, and what ever else they need to, while inheriting the abstract classes (Observer, Observerable) removing the developer from implementing the details. You can only inherit from one base class. =( public partail class MyUserControl : UserControl I would be looking for the idea of something like public partail class MyUserControl : UserControl : Observerable : Observer That is not posible. Not that .NET team doesn't know how to do it, they just think that possibility like this will give more trou ...Show All

  • Software Development for Windows Vista more than one Video Renderer, the get_FullScreenMode() always return E_NOTIMPL!

    In my program there are two video render filters, one for local window and the other for remote. However, when I did the following: IVideoWindow *pRemoteVideoRendererVW=NULL hr = Graph.gcap.pFg->QueryInterface(IID_IVideoWindow, (void **) &pRemoteVideoRendererVW); if (hr!=S_OK) { Log.Log(1,"IID_IVideoWindow failed %08x",hr); return; } LONG lMode; hr= pRemoteVideoRendererVW->get_FullScreenMode(&lMode); if (hr!=S_OK) { Log.Log(1,"CCyklOneDlg::OnFullscreen get_FullScreenMode failed %08x",hr); goto exit; } Everything went through without any error. Excepting the pRemoteVideoRendererVW returned by the QueryInterface() does not guarantee that it was the remote windows. It sometimes returns the local vid ...Show All

  • Visual Studio Team System Removing or redefining Refname

    Hi, I am having a situation that requires either removing a previously define refname or just being able to redefine it. E.g. I'd mistakenly defined a refname as a string and now I want to change it to an integer. Does VSTS support this And if so, what are the steps Thanks It is what I am currently using to edit the work item. It complains about the same thing if I try to edit it while in "connected" mode. ...Show All

  • Windows Forms OnMouseWheel Code example

    Hello, I am overriding OnMouseWheel event on my class that is derived from Windows.Forms.TabPage. But this function is never reached (and the mouse wheel doesn't do its intended function) when the wheel is scrolled. I saw some posts in this forum that sounded similar but they haven't been able to solve my problem. Can someone provide and working code sample for overriding OnMouseWheel event I would really appreciate it. Thanks in advance. Regards, Vinay Agarwal I found the problem. It has to do with calling Focus() function on the panel or the windows forms you want to scroll with the mouse wheel. Once the Focus() function is called, the mouse wheel events arrive. Vinay ...Show All

  • SQL Server Help with writing sql statement

    I need some help writing a query. I have a text file that will be imported on a weekly basis, with 1000+ rows and 5 columns. This i need to import into table tblECR which i have added 2 of my own columns. The problem is the text file will arrive with current data and new data. The current data may or may not have changed (dates, status etc). How do i go about importing the new data and updating the existing data with the new fields, without deleting the data in the 2 columns i've added. I'm using vs 2005 with a sql 2005 express database. This is the code i'm using to import the data currently. Clicking the button more than once will obviously just import all the data into the database again. Private Sub CustomerDataToolStripMen ...Show All

  • .NET Development Convert image to pure Black and white

    I want to convert a tif or jpg file into pure black and white after searching in internet, I find a way to convert a picture to gray scale http://www.bobpowell.net/grayscale.htm but could I modified it to convert to black and white I have no idea about anyone could me THX I still cannot catch the meaning......because I don't know much about the coloring would you mind explain a bit more THX ...Show All

  • Visual Studio Team System Unable to perform Web Test

    When i try recording a Webtest My Recording doesnt work. The Record options seem to be Greyed out (disabled)..The Browser loads Up pretty quickly when i click on a new webstest But then its all greyed out. The Message that i get is "The web test recorder must be launched from within visual studio" P lease help me in figuring this out. Srikanth, Try launching the browser recording from within Visual Studio. Launch Visual Studio Create a new Test project (either C# or VB) When the test project loads, right click on the project in solution explorer and choose "Add new / Web test" When the webtest opens it should automatically launch IE and the recorder should be active. ...Show All

  • Windows Search Technologies No Search Results with German Keyboard

    On English Language Windows XP SP2 with English WDS either 3.0 or 2.6.6, I find that some searches return no results with a German keyboard. Like many companies, we use a single English-based SOE, and only change regional settings for international locations. An example that consistently returns no results is "ipass", the name of our remote access dialer, though there other terms that also return no results. Another symptom of this problem is that if the search is run when indexing of the drive has only just started, it appears that the search returns every item that has been indexed. I'd guess that "no results" is probably what one gets when the number of matches exceeds some threshold. Because of the large numbe ...Show All

©2008 Software Development Network