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

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

Jocker23

Member List

Giedrius Banaitis
alex777
gmaenrile
Corres
Mohsen Kokabi
Muhammad Masood
Ron L
sailajam
AvenueStuart
Sean D Wright
swatts777
Jeyaraj N
anubisascends
tampa_dba
djmikke
LouisPeter
alberich
LarryETL
Shaun Logan
Sharma Rahul
Only Title

Jocker23's Q&A profile

  • Windows Live Developer Forums Photo upload tool please start working in my space !!

    hi.. this is my first post here, and i hope i'll get a beneficial answer from anyone. u see i've got a space in MSN and when i tried adding photos a window poped up and asked me to accept installing Photo upload tool inorder to have the ability to upload pictures to my space. I did install that program and it works well in hotmail when choosing to attach pictures but the problem is in my space. Whenever i try to add a photo, the same old window that asked me to install the tool pops up but it looks blank without any thing, it just blinks every almost 5 seconds. I thought it might need time to appear but i've waited forever and it's still balnky blinky !!! Any bright brains around !!!! am in Microsoft's site .. so i thin ...Show All

  • Visual Basic Logins

    Can someone point me in a right direction to learn how I can use a login form to login to SQLExpress Server using SQL Authentication I am thinking that I would like to use the login for my app instead of embedding one in my application. Is that wrong to thing like that I am thinking right by using this to gain access to my application and login to the server at the same time Davids Learning Having a little problem I made the classes like you said made a msgbox to show me the results - there fine - thank you for teaching me that by the way. but when I go to my connection string I run into a problem what you gave didnt work - it said that & was an illegal operand i think and ...Show All

  • .NET Development Best way to determine if a file is a .NET DLL or EXE

    I am making a component that parses a .NET dll or EXE reading the manifest and types in it, and I need a good way to determine if the file I'm being passed is a legit .NET DLL or EXE with module(s), manifest, etc, rather than a normal windows DLL or EXE which does not have that information. Any ideas ...Show All

  • Microsoft ISV Community Center Forums Changes to the forum (a little long, sorry)

    Greetings All, I’ve been hanging out on these forums for a little over a year now and it’s been really fun to see the number of interactions grow along the way. So many of you have stepped up to help fellow coders and ISVs on both technical and business-related questions and it’s great to see happen. That said, I need to share some changes with all of you… including a little background on why they came about. While VBA is not going away in the foreseeable future, the VBA team is now focused on new technologies: VSTO and VSTA . [NOTE: Microsoft has partnered with Summit Software to provide businesses with VBA support going forward.] Up to this point, we were able to tap into an underutilized sup ...Show All

  • Windows Forms Closing child modal form after calculations in parent form is complete

    Hi, I was trying to show a modal form just before I began some calculations within my main form and then after it was done I wanted to close the modal form. But the modal form never closes and my main form remains disabled. Here's how I did it: private void button1_Click(object sender, EventArgs e) { ModalForm modalForm = new ModalForm(); modalForm.ShowModal(); ........ some calculations ........ modalForm.close(); } Can someone tell me how I can accomplish this in an efficient & secure manner> Thanks If you're just trying to show a message like "Please wait while calculating", just don't show the form modally; Use .Show instead of .ShowModal. (May need an Application.DoEvents in there to g ...Show All

  • Windows Forms Flashing controls?

    How to make a flashing control(buttons,labels...whatever),i.e. to change his BackColor property on some interval.How to do that You could user a Timer control, setting the Interval to the number of milliseconds to how often you want it to flash, handle it's Tick event and change the BackColor back and forth between your two colors. ...Show All

  • Windows Forms GUI for multimedia application

    Hi I need to implement an application that shows recorded A/V streams and corresponding notes similar to Macromedia Flash Professional. There will be a timeline for video and notes - each note has a certain time code. Will I be able to implement such an application using Windows Forms Where can I find samples or tutorials for multimedia GUI designs Thanks! For my timeline, I just used an onwer-drawn control derived from a label. Just added some code to implement gradient fill to achieve 3D effect. ...Show All

  • SQL Server Address field problem.

    I have a number of text boxes (one on top of the other) to display the addresses in my report. I have Address_name, Address1, Address2, Address_city, Address_State, Address_PostalCode - Each with its own text box except for the city, state, and postal code for which I just combined the fields. However, I have many who do not have any data for Address2 and don't want an empty line in the address. Is there an expression I can use to display the next line or move/shift up the remaining parts of the address Would the iif and isnothing expressions be helpful, and if so, how do I write it correctly Len gives you then length of the object you pass in. In this case, if the Address2 is NULL or an empty string, Len ...Show All

  • Visual C++ move to VC++ 7.0 compiler problems

    Hello! compiling Net2( http://www.gameprogrammer.com/net2/net2-1.html ) using Visual Studio 7.0 generates error: net2sets.c(61): error C2054: expected '(' to follow 'IP' code which produces the error: SETCODE(, IP, IPaddress, 10, ipEqual(a, b)); SETCODE is defined in set.h (sorry for posting the whole file contents, but I cannot pull out of it important part ): #define SETTYPE(NAME, TYPE) \ typedef struct \ { \ int itr; \ int last; \ int size; \ TYPE *set; \ } NAME##Set; #define SETFORWARD(MODIFIER, NAME, TYPE) \ \ MODIFIER int init##NAME##Set(NAME##Set *s, int size); \ MODIFIER void finit##NAME##Set(NAME##Set *s); \ MODIFIER int member##NAME##Set(NAME##Set *s, TYPE *v); \ MODIFIER TYPE *item##NAME##Set(NAME##Set ...Show All

  • Visual Studio 2008 (Pre-release) Referencing components.....

    I was wondering whether it is possible to reference a namespace (which contains some components). I know that it is possible if it put that in a sperate dll ( xmlns:MyNamespace = " clr-namespace:MyNamespace;assembly=Namespace " ) but I would like to reference a namespace that I have in the same project (Maybe sth like xmlns:MyNameSpace = " clr-namespace:MyNamespace " ) AFAIK, you cannot do it, you should put it in a seperate dll. Sheva ...Show All

  • Visual Studio Team System The "Remaining work (hours)" Field

    How often are the developers supposed to update the "Remaining work (hours)" field of their assigned work items Once every day Once every check-in Should the field be set to 0 when the work item changes from Active to Resolved If the developer forgot to set it to 0 will this affect the reports Is it possible/advisable to force such a police on work items What about the "Work completed (hours)" field: should one also update it If so, in what manner; do we just add more hours to it at the end of the day/after every check-in Thank you, Sammy These are some facts: 1.) Iteration length should have fixed duration (e.g. 1 week or 2 weeks or something that is suita ...Show All

  • Visual Basic How to use Flash.ocx in VB 2005

    Please help me using Macromedia Flash.Ocx in Visual Basic 2005. It is possible in VB 6 but in VB 2005 it shows error I've never used this so I'm trying to locate some sources for you to help you. Try this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=459452&SiteID=1 ...Show All

  • Software Development for Windows Vista System tray icon tooltip

    Looking at some of the tooltips on the system tray icon (e.g. the networking icon), it seems this is a new style tooltip (with icons). It does not appear it is a balloon tip. Does anyone know if one can use this style of tooltip with the existing API Shell_NotifyIcon or is this a custom version of tooltip that Microsoft is using Thanks, Al. ...Show All

  • Software Development for Windows Vista How to programmatically get UAC settings?

    I need to determine whether the "UAC: Detect application installations and prompt for elevation" setting has been disabled by the user. One method is to read the value of EnableInstallerDetection from HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System. Is it possible to get this UAC setting any other way I've noticed there are new entries in the TOKEN_INFORMATION_CLASS, such as TokenUIAccess, TokeElevationType, etc. Does anybody know what they mean Thank you. That registry key looks like it might be your best bet. Just out of curiousity, why would you ever want to query whether InstallerDetection was enabled or not ...Show All

  • SharePoint Products and Technologies core.js

    Hi, Is it possible to remove core.js from the pages that are rendered by MOSS. This file is 270Kb and is delaying the first access to the website In our scenario this file is needed only on the authoring environment, not on the public website. Is there any way of avoiding the include on the public environment Is the customization of this file supported Can this file be customized only for a web application on a machine with several web applications Best Regards, Luis Sousa While I suppose it is technically possible to remove all references to this file from the pages you are using I am not sure that would be the best solution. There are actually 2 different core.js files and both seem to have functi ...Show All

©2008 Software Development Network