nikita D.'s Q&A profile
Visual Basic Graphics: smoothing problem
Hello, I would like to use the circular progress bar control that is shown on the Code Project site at this URL: http://www.codeproject.com/useritems/sql2005circularprogress.asp The control works well, but the inner circle is not smooth. This is especially evident when the control is enlarged. Any ideas how to make it smooth Thanks Tom The problem is that the control uses a clipping region for the inner circle and clipping regions are not antialiased. You can modify the control a bit to achieve what you want: Go to the ProgressDisk_Paint method and 1) delete the line : e.Graphics.ExcludeClip(innerBackgroundRegion) 2) add the following lines at the end of the ...Show All
SQL Server SQL reporting - An internal error occurred on the report server. See the error log for more details. (rsInternalError)
I have created an RDL file programatically. When I execute the code I get the error as mentioned below: Error: Sub report cannot be shown. An internal error occurred on the report server. See the error log for more details. (rsInternalError) When I copy and paste the code of RDL file into new RDL file and try to preview the output I get correct result. Note: The new RDL file does not give any error if the output is seen using preview tab but it gives the error only when executed from report viewer or from internet explorer. Any Suggestion/feedback is highly appreciated. Thank You. The code of the sample RDL is shown below: < xml version="1.0" encoding="utf-8" > <Report xmlns=" http://schemas.microsoft.co ...Show All
SQL Server VB 6.0 with SQL Everywhere ??
Can anyone help me by telling whether SQL Everywhere can be used with Visual Basic 6.0 This is urgent.Plz write me to : ayan.gupta@yahoo.com Ayan You are right lysy. we dont officially support ADO with SQL Server Everywhere. The sample code was given just to unblock. Going forward, I would advise you to move towards ADO.Net or OleDB stack. These two would be the officially supported data providers for SQL Server Everywhere. -Vels ...Show All
Visual Basic text input matching label question
My problem is that I can't figuire out how to code this simple situation:( I have one textbox and a label that displays a random letter. I want a if,then statement when a key pressed in the textbox to check if the two are the same letter without having to hit enter. I have it working with the user having to to hit the enter key after they type the letter but I want to get rid of the enter key step. Thanks for the help in the textbox, simply implement a keypress event. In your designer view of the form, select the textbox, then in the properties of the textbox, choose the events icon "lightning" symbol and double click the keypress event to create this event handler. Now in here you will compare the k ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Storing game data in database
I am a casual programmer and have recently, since express was launched, started using SQL databases in my app. These have been very convenient to store and manage datatables etc. I understand that with XNA we can also access other VS components, such as networking, but these components might not be available on the Xbox. Is database integration a purely VS component or can we use it for Xbox applications as well I'd be willing to bet the only databases accessible on a 360 are those on MS's network and that through some type of Live networking API, not the regular Data namespace classes (since .NET isn't on the 360 yet ). Binary or XML files are much easier to use. What would you need a database for on the 360 ...Show All
Windows Search Technologies Vista Machine with Office 2007- Outlook not finding emails. Instant Search/Indexing issue
Hi, I have search everywhere for a solution and still I do not seem to find a solution. Outlook is not finding any emails (instant search). I think it is not really indexing anything. Vista search works perfect (seems like it). The index says it is done (outlook is included on it) As I receive emails, the list of pending items to index just grows and grows. I am using pop accounts not exchange. (I already checked the instant search options, the indexing thorugh control panel). Any ideas. I spent the last two weeks searching for a solution, and I have read and follow the suggested solutions from microsoft, but still is not really finding anything.. so frustrated!. Thanks for reading this, and I hope somebody can help me ou ...Show All
Audio and Video Development Focus not sticking
I'm trying to use a single button to fire off one type of behavior the first time I press it (it opens a pop up), then have it change color, and then get a different behavior (close pop up) the next time it is pressed. However I cannot seem to get an action to register on the second click. The first behavior (when backgroundFrame is 0) works. The second one does not. Am I not releasing the actioned() state Am I not updating the live DOM properly <par begin="id('BTN_EVT')[state:actioned()]" end="false()" > <cue select="id('BTN_EVT')" dur="1s" fill="hold" use="EventButtonActioned" /> </par> function OnEventButtonPressed(evt) { var id = evt.target.getAttrib ...Show All
Visual Studio 2008 (Pre-release) Interesting WPF Problem !!!
While working on the Hands on Lab for the WPF. I found a very strange thing in the application. I have described that with the sample code and more details in my blog here : http://blogs.conchango.com/jomitvaghela/archive/2007/02/13/Interesting-WPF-Problem.aspx I would really appreciate all inputs on this. Jomit Vaghela ( www.conchango.com ) Hello Jomit, I work on the Application Model team for WPF. I downloaded and ran your app but didn't see the results you describe. It may be due to a difference in our environments. Could you email me off-line about your environment I'd like to get to the bottom of this problem for you. Thanks, Rafael rafael.ruiz@microsoft.com Dev Lead for Application ...Show All
Visual C# Designing Custom Membership Object Questions...
Hi, I'm what you'd consider a visual c# newbie, as well as just starting out in oop programming. I need help or a point in the right direction in achieving the following: I have designed the following database tables which will be used to manage Users/Groups/Permissions throughout my client app; SEC_USER USER_ID CREATED_DT CREATED_BY MODIFIED_DT MODIFIED_BY ACTIVE_FLG USER_NAME USER_PW USER_EMAIL FIRST_NAME LAST_NAME POSITION_TITLE DEPARTMENT_NAME USER_NOTES PW_HINT_QUES_1 PW_HINT_ANSW_1 PW_HINT_QUES_2 PW_HINT_ANSW_2 PW_HINT_QUES_3 PW_HINT_ANSW_3 LGN_EXPIRES_FLG LGN_EXPIRY_DT USER_LOCKED_FLG USER_LOCKED_DT LOGGED_IN_FLG LOGGED_IN_SESSIONS LAST_LOGIN_DT LAST_LGN_APP_VERSION LAST_LGN_APP_BUILD LAST_LGN_CLIENT_AUTH_NAME LAST_LGN_CLIENT_M ...Show All
Windows Forms Custom serialization of extender properties
I'm performing a custom serialization of a designer host, but can't figure out how to serialize extender properties. I.e., if I add a TableLayoutPanel and then some Buttons to the TLP, each Button gets Row, Column, etc properties from the TLP. However these properties don't show up in the Button's PropertyDescriptorCollection from TypeDescriptor.GetProperties(). How can I get at these properties to add them to my serialization code Well, yeah, but I need to take care of this in the general case for each component and all extender providers. It looks like I can use the IExtenderListService interface to find all extender providers in the designer host and then check the CanExtend property on each of them f ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Selling Games on Xbox Live Arcade
Hello, I am currently putting a team together to create new Xbox Live Arcade games. They will be using the XNA development tool and the projects will be financed by myself. How long will it be untill Indy developers can sell their games online in order to re-coup some of the money and produce additional games Any help is appreciated. Regards Ian sarge mat wrote: Well first you need to make the game and talk to Microsoft about developing it for Xbox live arcade. That's a fairly steep first step. I think more clear information on how indie developers can get onto Xbox Live Arcade is definitely in order. I can't help but feel Microsoft is being purposefully tight lipped in this regard because they'd like people to hope for th ...Show All
Visual Studio Team System Make ALLOWEDVALUES more dynamic?
Hi, Is there any way to make the list of ALLOWEDVALUES more dynamic so that users can change it without having to export the work item XML file and then changing the values of the LISTITEM Thanks, Maggie Yes, we have global lists to achieve this. Checkout glimport and glexport tools at: http://msdn2.microsoft.com/en-us/library/ms400779(VS.80).aspx ...Show All
Community Chat Free Lists - Just a Q & D app I needed.
http://www.barrysumpter.com Free Lists is the only app there written in vb.net. Don't worry about the other products. I've only sold 1 of each. I have no fantasies or pretentions regarding sales. Best intentions to offer Free Lists as a usable product developed in my spare time over a three day period. Standard, evironments, interfaces change so often I've given up trying to conform. For me, vb.net has been an absolute nightmare. Any features left out are from frustration only. Any positive comments are welcome. Any positive constructive suggestions may very well end up in the next version. All the best to everyone. Righto! Thanks again Hans. An interesting discovery. Front Pages uses Internet Explorer t ...Show All
Visual Studio Express Editions MessageBox Issue
Hey, Still pluggin away here and learnin.....New question/error. When I attempt to use MessageBox.Show I get the following error: Error 1 'Show' is not a member of 'MessageBox'. I understand that it should work like: Result = MessageBox.Show(Message, Caption, Buttons) But it is not....Is this an Issue in VB Express How do I solve this Thanks in advance LDavis501 Prompt - Required. In quotes, or string variable MsgBoxStyle - optional, intellisense shows you the default value Title - optional, intellisense shows you the default value (nothing) Is what I see in intellisense. Also, using the syntax I recommended, intellisense will show you logical ...Show All
SQL Server Constructing a View into time dependant data
1. I have a table with data like this: PersonID DateTime Temperature Pressure 2. I want to build a view into this table so that it shows up as follows: PersonID DateTime1 DateTime2 DateTime3 ..... 1 Pressure1 Pressure2 Pressure3 ...... 1 Temperature1 Temperature2 Tempearture3 ..... 2 : : how would I do this Hello, Your resultset seems to contain and thus represent two disparate data sets (one of Pressure and one of Temperature). Why would you want to do this when there would be no way to determine what is pressure and what is temperature Regardless, you would use the new PIVOT operator, and if you did want to include two data sets, you wo ...Show All
