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

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

N3vik

Member List

Igor Tkachev
Ica
Angelo Fraietta
Rabbitrun
Mystagogue
Nikkon
Michal2071
RCS300
foobarX
Aamer
KThelen
Mike Wilson
Anand Raman - MSFT
optifront
nil130180
James CACN
guy kolbis
Erik Bertrand
digdug
Vijay Chegu
Only Title

N3vik's Q&A profile

  • Smart Device Development Error 183 vb 2003 Compact framework

    Hi I have been working on a project and once completed I went to deploy it. I built the cabs, tried installing and the program would not work. I then tried to deploy via studio as if I was debugging and got a message box with #183:. Nothing came after the 183, so I tried to run the app on the device and this time I got a message box with nothing more than: Exception. I then started putting in message boxes and discovered than the program will error out only when it tried to load an image, all forms without images work fine, but those with images do not work The project is quite large and has been working fine until now. The last few weeks have been spent testing and debugging with only minor changes. It is written in VB and uses S ...Show All

  • Windows Forms Invoke Design Time Editor from own code.

    How to show default property editor from your own code. Problem is IWindowsFormsEditorService is provided only by property grid, so is there any other solution then to override EditValue sub and show your own form. Ok, let's make it more clear. Let's concive we have a button (some element that can recieve events) in design time. When we press it we want to get standart (not overloaded) component editor being opened (in design time) for some component present on the current form. ...Show All

  • SQL Server Error when I try to copy components and tasks

    Hi everyone, Everything's fine or I think so but when I try to copy/cut components to another SSIS of to own. I get this error: Error al copiar objetos. El Disenador SSIS no pudo serializar los objetos de tiempo de ejecucion de SSIS. No se pudo copiar el objeto 'Tarea Secuencia de comandos ActiveX' al Portapapeles. (Microsoft.DataTransformationServices.Design) Tranlasted into English (more or less): Error copying objetcts. SSIS designer was not able to serialize run-time SSIS objects ActiveX Script task was not copied to clipboard NOTE: this behaviour doesn't happen in the own server only from client (xp pros sp2). Nothing has been changed I don't know if install again or not. ...Show All

  • Smart Device Development Beta of Microsoft Certification Exam 70-540

    Microsoft Certification Exam 70-540 is available in Beta form right now! This is a Technology Specialist exam for application developers in the mobility space. The Preparation Guide is available for the Exam at: http://www.microsoft.com/learning/exams/70-540.mspx . To register visit one of our independent testing providers: * Thomson Prometric: http://www.prometric.com/ContactUs/T...rs/default.htm * Pearson VUE: http://www.vue.com/ms/ Please use the following promotional codes when registering: Exam 71-540: BTA540 Best of luck! Howard Dierking Product Planner Developer and Database Certifications Microsoft Corporation Hi Alex, thanks for your interest in my feed back.. i noticed a ...Show All

  • .NET Development Executing a form remotely how to

    Hi All, Is there is any way execute a windows form remotely. For example I have created a windows form object which is placed on a server. Is there is any way to execute the form in another machine using .net remoting without directly accessing the exe If any one knows some links related to this please send me. regards, dseknat Hi Dumitru Sbenghe , Yes, I want to execute the form created in one machine, to be executed in another machine without copying the application exe or dll. Is this possible with .net Remoting regards, dseknat ...Show All

  • Visual Studio Express Editions MS access DB / vb express help?

    I have an MS access DB and it has 2 tables 1) "customers" 2) "contracts". I pull data from both of these tables using 2 different datasets so if i change something in customer only customer updates and if i change something in contracts then contracts updates... both tables have a field called "CustID" so i would like it if i change the contract then the customer details also update, im sure this is possible but im new to programming and cant figure it out :( Hope someone can help, thanks! :) Both the contracts and the customer tables have a field called CustID. CustID is a unique ID assigned to each customer and appears in both tables so I figured specifying th ...Show All

  • Windows Search Technologies Problem crawling with a hierarchical custom protocol handler

    I have developed a hierarchical custom protocol handler that I'm integrating with Windows Search on Vista. The handler has a IUrlAccessor and IFilter implementation that enumerates the contents of a directory by returning the search URL of each "file" in the directory as a text chunk with the STAT_CHUNK structure specifying the GathererPropset and PID_GTHR_DIRLINK propid. My understanding is that the indexer should take these URLs and queue them for indexing, in which case I should see subsequent calls to CreateAccessor with those URLs. However, instead I'm seeing the indexer call CreateAccessor once to get the directory accessor, then it reads the dirlink text chunks, but it never make the expected additional calls to Create ...Show All

  • Visual C++ ERROR MESSAGE

    well i am a naive at vc++ and prcticing my hand on small problems like finding a factorial,string operations etc.But the problem with visual studio is that many a times when i run an application it gives the following error: This application has failed to start because MSVCP80D.dll was not found.Reinstalling the application may fix the problem. I'm tired of this error.and i don't know how to send you the picture of error to you[i'm naive please forgive me!!!) i think this error occurs generally when some decision in the program is compiler dependent. please help me out please!!!!!!!!!!!!! What exactly are you doing Are you trying to install and run your application on a different machine And please don't " ...Show All

  • .NET Development XML : Child Nodes not traversed : DEBUG MODE WORKS WHEN OBJECT IS EXAMINED

    I am using the following knowledge base article from microsoft. http: / / support. microsoft. com/ default. aspx scid= kb; en- us; Q317597 Works great fine from a document loaded used from their example I am building a document and then utilizing the same example code to populate a treeview. My issue is that the child nodes do not fully traverse all child nodes and shows the innertext instead of the text value. WHEN I RUN IN DEBUG MODE IT WORKS AS EXPECTED. TreeView Example In debug with a break point and evaluating the node. Client Case Lawyer -Smith Status -Pending Trial Case Lawyer -Miller Status -Resolved Running without debug mode Client <Case><Lawyer>Smith< ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA in Internet Explorer?

    I was surprised to find out that XNA doesn't work in Internet Explorer as a WinForm Control. I know I must be smoking crack, but somewhere a long the line I got the impression that XNA would enable a 3D environment in Internet Explorer. If we can put Ink on the Web, http://www.code-magazine.com/Article.aspx quickid=0512062 , then I think we should be able to put a 3D environment on the web as well Anyone know of a way to get XNA or Direct X working as an element of Internet Explorer Thanks, Johnny yes you need a webserver remote or local yes i have allso converted to xna and is works i can all so run xna inside media player like a plugin ha.ha.ha i have to clean up the source for xna a ...Show All

  • Windows Forms Datagridview formatting inside a tab control

    I've been trying to figure this out for some time. I've searched for answers for people doing similar things but I am having no luck. I havegot a datagridView, populated from a database, inside of a tab control. It's 4 tabs in. I wrote some code to change the formatting of rows that contain a certain value in a certain column. This code puts a strikethough and changes the font to red. If I use this code on a form outside of a tab control, I have no problem just executing it in the Load event of the form and then on the sort event of the control. I can't get the control to format properly when inside the tab control. I've already tried adding the code to every event I can think of including form load, TabPage Enter, Tab Page Leave, go ...Show All

  • Visual C# Class Library Application Settings Don't Appear in app.exe.config

    I have a desire to define application settings within Class Library projects as well as the main application project. I was hoping the Class Library application settings would be accessible in the app.exe.config file. Is this possible I created a winform application with a class library project. I added application settings using the settings designer in both projects. After compiling the application, I was able to access the application project's application settings in the app.exe.config. Where/how can I access the class library's application settings I was able to work around this issue by manually transferring the section element and ClassLibraryNamespace.Properties.Settings elements from the class library app.config to the main ...Show All

  • Visual Basic Can VB6 code be compiled in VS2005 and run native in Win2000 without requiring .NET framework?

    the win2000 server that the compiled dll will be running on does not allow .net2 framework to be installed. thus i wonder if it is possible to use VS2005 to compile the VB6 code into a dll that can run natively in win2000 server without installing the framework. any help will be much appreciated. thanks! If you are not able to install the framework on the server then you must revert back to VB6...Use vb6 to write your code and then to compile the dll! ...Show All

  • Visual C++ Problem with IO

    I tried to copy an existing text file to another new file using StreamReader and StreamWriter. I read using ReadLine() and wrote with WriteLine(ReadLine()). But last it skips about 687 bytes. I had to bring the file poiner back by 687 and re read and rewrite. Is this a bug or anything i missed. ReadLine reads upto and including the carriage return ('\r', '\n', or "\r\n"), if that isn't the last byte/bytes of your file ReadLine will not read it for you and you'll miss the last few bytes of the file. ...Show All

  • Internet Explorer Development Errors in MSDN Library's Web Development section

    The MSDN Library’s Web Development section is an important reference source for many web developers. Its accuracy is therefore important. But I can’t seem to find anywhere to report errors in the documentation. Does anyone know who to talk to if we need to get errors fixed In case anyone is reading this message who can fix such errors, the example given for the HTML Q element [1] is erroneous: <P>He said, <Q>"Hi there!"</Q> If you consult the referenced HTML 4.0 specification, you'll discover that this example is seriously mistaken [2]. The specification states explicitly: ‘Visual user agents must ensure that the content of the Q element is rendered with delimiting quotation marks. Authors should not pu ...Show All

©2008 Software Development Network