Vitali Greenberg's Q&A profile
.NET Development .NET Framework 2.0 question
I appologize in advance if some of my questions to the forum is a little out of place. I am not a programmer or developer, just a gamer, system builder, and network administrator of a home network. After installing .NET Framework 2.0, Direct X9.0c's Diagnostic shows that one of the two system.dll files is missing. The one that is listed belongs to 1.1, so logic dictates that it is the one for 2.0 that is missing. However it is in ...Show All
Visual Studio Express Editions Tab Control _click Doesn't
Ok I give... The tabcontrol_click event. As I read the 'help' file If there is at least one TabPage in the collection, and the user interacts with the tab control's header (where the TabPage names appear), the TabControl raises the appropriate event. However, if the user interaction is within the ClientRectangle of the tab page, the TabPage raises the appropriate event. Just how does one get the tabcontrol to raise it's events Clickin ...Show All
Microsoft ISV Community Center Forums Hyper link Macro
I am new to this stuff. I want to add hyper links to a series of numbers.eg 100 101 102 103 etc There is a number folder for each hyperlink in excel. So the 100 hpyerlink will open the 100 folder and so on. I can do i Macro to do one folder. How to i get it to do hundreds without repeating myself. Thanks for you help, cheers Boots Below an example First create workbook with one sheet named ...Show All
Visual Studio OLAP Data Sources
Hi, Does the ReporViewer control support reporting on OLAP / Multi dimentional data sources such as Essbase Thanks. I haven't heard any responses on this. Brian / Rajeev any idea / suggestions Thanks. ...Show All
Visual Basic VB6.0, ShellNotifyIcon
Why the icon not displaying in the status bar when i try to use loadpicture directly. And i dont want to use form or picture box to get the picture/icon. 'General Declaration Private Type NOTIFYICONDATA cbSize As Long hwnd As Long uId As Long uFlags As Long uCallBackMessage As Long hIcon As Long szTip As String * 64 End Type Private Const NIM_ADD = &H0 Private Const NIM_MODIFY = &H1 Private Const NIM_DELETE = &H2 Priv ...Show All
Visual Studio Team System TF31002 within Team Explorer
I cant connect to TFS using Team Explorer. I get the general TF31002 cannot connect error in VisStudio/Team Explorer. When I browse to the WorkItem.aspx page on the server I get this.. XML Page Cannot be displayed ... TF10216: Team Foundation services are currently unavailable. Try again later. If the problem persists, contact your Team Fou... Any ideas on whats going on. The installation went off without a hitch. ...Show All
.NET Development VPN beginner: VPN & SmtpMail
I need to send emails in my application, and the client has a VPN. Do I need to do anything special in my code for the VPN, or do I just call the SmtpMail.Send method and do I need install a mail server Any links to tutorials(on sending emails when VPN is involved - in terms of coding and setting up the machine) would be appreciated. [I am using framework 1.1 and C# 2003] thank you 1. If the VPN connecti ...Show All
.NET Development Help with apostrophe symbols in database items
I am using Visual Studio 2005 pro and C#. I am converting part of my application to work in SQL database, but I have a slight technical difficulty to get over. My application decodes a file which contains names and stores them into a database. However, some of the records in the decoded file contains the apostrophe ' symbol which causes problems with my varchar strings that I need to build and send to the SQL database, for example, the nam ...Show All
Visual Basic Convert.ToBase64String problems
hi everyone. I've gotten the camera to work now...but I want to transmit the images via base64 and then have them decoded on the client. Its working just fine...except I can't seem to get my code to let me view the raw Base64 string...it worked at one point, but now it isn't. I'd like to be able to see the raw base64 string in a label if possible...it was working at one point...I was working late and lost track of how I did it..I know the ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Question about project setup...
I'm using visual c++ and DirectX9. First thing is that when I installed the dx sdk it didn't give me a project wizard for directx so I'm left using samples :( I want to create a mdi project that uses directx9 in a child window. Does anyone have a blank project or this or does anyone know how to or where to find to set up the project environment settings to successfully use a directx program. If I create my own windows project ...Show All
Visual Studio Express Editions about rich text box so i will ask once more! please help!!!!
thanks for any help just want (in Windows ) the person who opens a text file -that it will open with my note pad type program not windows notepad, no answer so i will ask once more! can some one please tell me how to click a text file and get it to open with my vb notepad program i use file open with my program bt when my program opens the rich text box is empty Dim MyFileStream As New FileStre ...Show All
SQL Server Dynamicly load tables for DataSources/DataDestinations
Hi everybody, The names of the tables that sould be transfered from the production system to the DWH are stored in a table in the production system. Yet I haven't found a proper way to dynamicly define these tables as DataSources and DataDestinations within an Integration Services project. I hope somebody can help me. Thanks. Is the metadata of these tables the same If so you could loop over the list of t ...Show All
.NET Development Check Constraints of Columns not coming automatically in Data Sets
Check Constraints of Columns are not coming automatically in Data Sets, i.e. i have added a simple constraint on the age field of one of my tables (age > 18), when i try to enter value less then 18 in Enterrpise Manager, it gives error but when the same data is accessed through datasets, it is accepting value without giving errors. How i can bring all the check constraints and Refrential Integrity from my tables in the datasets to a ...Show All
SQL Server error on server
TITLE: Microsoft Report Designer ------------------------------ A connection could not be made to the report server http://localhost/ReportServer2005 . ------------------------------ ADDITIONAL INFORMATION: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. The request failed with the error message: -- <html> <head> <title> SQL Server Reporting Services </title><meta ...Show All
Visual Studio Team System Can I customize the VSTS bug report?
Hi all, I want to customize the VSTS bug report: Bug Rate, and Bugs by Priority. Currently, these two reports are based on daily data. And I want to create the corresponding reports by weekly data. Any approach to realize it Thanks, Leon Hello Leon, You can customize the reports and create a new methodology so new projects created with that methodology get those customized reports or you can customize a report in a project ...Show All
