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

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

AlonMi

Member List

Alec Cozens
ErickAtRTP
chr1zis
IAmBrady
kv_kp
David Deen
gpalmer43
__gapman__
Lionel Modi
WondaFish
Bhawna
D_a_v_i_d_B
rodrigo freire
Amit Puri
Silencer#1
Josamoto80
jockofett
Fausto_Jasso
Mark Uniacke
Indigo Blues
Only Title

AlonMi's Q&A profile

  • Visual Studio 2008 (Pre-release) Windowless controls for web browser?

    I work for a company that is building a very sophisticated web distributed application that uses a lot of overlapping components.  Most of the app is .asp / thin (meaning it is developed using browser technologies) and that works just fine. However, there are some portions of the app that will require "thicker" technologies to provide the right user experience. I have been struggling to find a way to integrate controls into IE pages such th ...Show All

  • Visual FoxPro Need experts opinion VFP 9.0 multiuser network app.

    Hi   We have hired a programmer to help me get up to speed on FoxPro 9.0. We are designing a replacement app for our old Clipper based DOS app. We have run into a problem and I would like a few opinons from you experts to see if we are on the right track.   This app will be based on a foxpro 9.0 database located on our LAN. It will have multiple users accessing it at the same time.   The general way we were setting up our clien ...Show All

  • SQL Server reportviewer control

    How do i Refresh a reportviewer control to have it reflect the changed RDL file in SQL Reporting services Do you need to refresh the view inside VS or external after the report was created After changing a remote report RDL inside VS2005 I have the updated (changed) RDL rendered in the preview tab by default without any problems. If I fill out the parameter values in the preview pane and click "View ...Show All

  • Visual C++ C++ email using CDO/Mapi in a NT Service

    Hi, I'm trying to get some Exchange Server email support inside a c++ Win32 NT Service. Using CDO as follows: #import <cdo.dll> no_namespace rename( "Folder" , "newFolder" ) rename( "GetMessage" , "newGetMessage" ) I do the usual CoInitializeEx(NULL,COINIT_MULTITHREADED); // email stuff.... CoUninitialize(); The problem is with the old email stuff when I get to Logon, namely... _SessionPtr pSession( "MAPI.Session" );  / ...Show All

  • Visual Basic Weird Overflow

    I know this is the .net forums, but I don't know where else to turn, please help. I have a class in vb6 and I keep getting an overflow error, please help. strDateCreated = VBA.Format$(strNewValue, "MMDDYYYY") Explanation: strDateCreated is a private variable in my class. The actual property is: public property get datecreated() as string     datecreated=strdatecreated end property public property let datecreated(strNewValue) ...Show All

  • .NET Development Representing an Access Table as a Web Page

    Does anyone know if there is a wizard or conversion tool in .NET that allows the conversion or representation of a MS Access data table into a Web page format that also provides CRUD functionality For programmatic access to MS Access data, you can use Odbc or Oledb providers and all of the ADO.Net stack. For tool support, you should probably post the question in one of the Visual Studio forums. ...Show All

  • Visual Studio Team System Is the december CTP the final release of MSF for CMMI?

    I heard from some people from MS that this is the final release of the process guidance (it's labeled build 1.0), but I still got some missing parts on it: - Most of the sample workproducts are absent; - The "views" looks incomplete. I'm missing some description about them, the workstreams are empty and the related material seems inconsistent; - You can find lots of "xxx Brief description..." through the pages; - I'm missing some reports from pr ...Show All

  • Windows Forms Open picture fullscreen

    Hi! I want to open a picture fullscreen from my Winforms application. I've tried to maximise my application window, and removing all the controls from the window as well as the borders. Then I set the picture I want to display as the background of the window. While it almost works(the taskbar is still shown), I'm sure there are better ways. Any hints on how I should do it would be appreciated. Vidar Yo ...Show All

  • Visual Studio Express Editions how do you find the friendly name of an application???

    Hey guys, all new to this VB stuff and cant seem to find this anywhere else... I need to find a way to shut down my applications within a time limit... i got the timer and the time stuff to work, and i looked at all the other ppl tellin about how to shutdown an application, now my only problem is that when i create that code snippet for closing the application... For Each proc As Process In Process.GetProcessesByName( "Counter-Strike Sour ...Show All

  • Visual Studio Team System error 28943 on install of TFS RTM

    I have followed the exact steps in your installation instructions, including installing the patches, and I can't get past this error message on the TFS install (the text in the message says it can't connect to the Analysis Service). I have done a clean install using the standard edition of SQL Server. I see that a recommendation has been made to use the answer file on the SQL Server install in other threads, but I get an invalid file error when ...Show All

  • Visual C# How can I group listview items under categories created at the design time?

    Hello, I am wondering how can I group listview items under categories created at the design time. Code: listview1.Items[X].Group = XXXXXXXXXX Please help. Thanks. Try the following code. You can't directly specify the listView1.Items[x].Group. The following code should work. ListView lv = new ListView (); ListViewGroup lvg = new ListViewGroup ( "1" , "Hello" ); ...Show All

  • Visual Studio Team System Missing Build Labels

    I can see the labels created by Team Build from the UI, but can't see them using "tf labels" command. Other labels that I have created manually show up in 'tf labels'. Only the ones created by Team Build are missing. Thanks much in advance. Jamil, Are you using the /owner:* syntax tf labels /server:<your server> /owner:* That should show you all of the labels on that server. By de ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mesh draw not respecting depth

    Hello! I've created a small sample, drawing a few Box's with the Mesh class, just to get the feeling of DirectX. Unfortunally, the objects that appear on top - being most visible - are the one's that are rendered at the end, and not the one's that are farther away from the camera. Im sure i've missed something, but can't seem to find out what (Guess that's because its such a newbie question... ) Well, thanks for your atention. I can post the co ...Show All

  • Visual Studio CallTarget vs MSBuildTask - Am I trying too hard to make this a scripting language?

    Because of these forums, I just discovered the CallTarget task is new in RC1, and I was very happy to see it!  Finally I can take my task that I had defined in another msbuild file and move it back into my main file where it belongs...or so I thought! I am having a hard time shifting from my programming/scripting mentality, so I think that one of my main problems is that I'm simply going about this the wrong way.  Let's say I have N bu ...Show All

  • SQL Server for loop container to process all Excel files

       I'm having a problem getting the for loop container to process all excel files in a folder.  I set the collection folder to where my .xls files are, and i set a variable in the for loop container to the FileName.  I then changed my source connection and added expressions for ConnectionString: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + @[User::FileName] + ";Extended Properties=" +  @[User::ExtProperties] ( ...Show All

©2008 Software Development Network

powered by phorum