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

Software Development Network >> Kevin Barnes's Q&A profile

Kevin Barnes

Member List

elamey
PB_owner
Roji. P. Thomas
Naser
sai120042
Shaun Hill
Tommy Upton
Randy One.
KarlFollman
stivo
LeviS
tendim
atlasnetguy
John Bevington
A.Y. Faizal Ahmd
NEROeS
Mat1t
Allen Clark
i_am_db
Khento
Only Title

Kevin Barnes's Q&A profile

  • Visual C# How to direct Drawing to a contained object (panel)?

    Hi There, I would like to draw a line within a panel on my form. Using the OnPaint event, I have been able to draw on the form object itself. Is it possible (syntatically) to direct the system to draw inside a specific control from the form's OnPaint event, or do I have to create another OnPaint event for that particular control. Thanks, Karl panel.Paint += new PaintEventHandler(myPanelPaint); void myPanelP ...Show All

  • Visual Studio Express Editions crude benchmarks

    Folks: I did some crude benchmarks (moving around arrays of integers, generating random numbers w/ .Next() and .NextDouble(), no I/O) and found that for visual express beta 2, my c++ and c# code were much slower than my python code (w/ psyco).  I cannot believe this is true, but it may be there are issues with the beta and compiler options that I'm being stupid about.  I did (for c++) use the release option -- is there anything else g ...Show All

  • Visual Basic Printing with full PageBounds

    Hi, I need to print some custom drawings on the whole paper surface. I wanted to use the pagebounds width and height but i still have 100 pixels margins. What do i have to do to bypass those margins. The papersize width is 1169 Pix, i want a 1169 pix Line. I did try to set the PrintPageEventArgs.pagesettings.margins.[top-left-right-bottom] to zero(0), but it still doesn't work. Any idea Thanks in advance. Serge ...Show All

  • SQL Server Still a problem with Report Refresh Icon

     In my installation of RS 2005 when I click the Refresh Icon on a report the report doesnt update. But when I click the "View Report" button it does. For example, if I change the parameters on the report and click the refresh icon the report seems to flicker as if it was rfreshing but the report data remains the same, even the paramaters in the report remain the same (I have the parameters that are selected in the report header) Anyon ...Show All

  • Visual FoxPro FoxPro v9 vs Visual dBASE Plus 2.01 BDE 5.2.02

    Hi there. I just installed a Visual FoxPro 9.0 and started "playing" with it. Tried to create a table - it is straightforward and then a form. It seems to be a rich platform. Something puzzles me though. I do have extensive experience with Visual dBASE PLUS and previous versions in terms of OO language and form/table designer. Thus I am trying to compare. I am attempting to migrate to MS software/platforms wholesale since the dBASE is offering l ...Show All

  • .NET Development Use Reflection - in page_load of a class derived from Page

    i want to find wih reflection from page_Load function what other function to invoke (considering the name known an runtime). is it permited i mean to include the code for the reflection into the pageLoad and then create a class derived from the first one which uses the same pageLoad. You can certainly use reflection in the Load handler of your page. However, reflection should be used sparingly. Can you describe what you are trying to ...Show All

  • SQL Server SQL Server Management Studio Express

    Hello Everyone, I'm new to SQL Server and was wondering with Management Studio Express is it possible to connect to SQL Server 2000. I got a hosting acct and they are using SQL Server 2000. If this wont work can somebosy suggest a free tool similar which can graphically connect to SQL 2000 and create tables or procedures and so on... Thanks, Harsimrat Hi Harsimrat, Management Studio Express can conn ...Show All

  • Software Development for Windows Vista The Rating and Keyword function.

    when i try this function and "Add a title" in the bottom of the window, i receive an error message an unexpected error is preventing the operation. make a note of this errore code, which might be useful if you get affitional help to resolve this problem: error 0x88982F04: no error description available someone have the same problem sorry for my english. I'm guessing you're talking about Explorer I'll pass the word along to the developme ...Show All

  • SQL Server Printing

    Hi I created a report in MSRS and i am able to preview the same, but i dont have any options to print the same. Is there any line of code / buttons to add for enabling the same. Thanks This is an option in the IE security setting. Your users must accept to install the Activex once , then it would be transparent to them. ...Show All

  • Visual C# Detect mouse click on image within picture box

    Hi My picture box is bigger than the image it holds. How can i identify mouse clicks which are on the image within the picture box Thanks Ashwin Try something like this for your MouseClick event hander: private void pictureBox1_MouseClick(object sender, MouseEventArgs e) { Rectangle imageArea = new Rectangle(0, 0, pictureBox1.Image.Width, pictureBox1.Image.Height); bool cl ...Show All

  • Visual C++ C++/CLI header files and code layout?

    I was under (the possibly false) impression that the new c++/cli compiler would allow me to write code (at least the managed part) in .cpp or .h files as I please.  I thought it would be a multi pass compiler where symbols were gathered first with namespaces used to differentiate what would otherwise be symbol clashes.  The code could then be laid out more like C# or Java. What I have found is that I still have to #include co ...Show All

  • SQL Server how to solve Syntax error or access violation?

    Hi, any one can help me to solve this problem i run sql statement in RS to get the dataset i want. but it show me this error. below is the sql statement that having error (1). --------------------------------------- SELECT MAX(Weekday) AS Mweekday, MAX(AveScore) AS MScore FROM (SELECT DATENAME(dw, dtAnswer) AS WeekDay, AVG(bScore) AS AveScore FROM Answer WHERE (iMinutes BETWEEN 570 AND 1020) AND ( ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 'culture demo from GDC2006

    @ the Microsoft booth last week, GDC 2006, a small cellular automata game called 'culture was on display. It was described as "a visually stimulating 3D floral simulation of cellular automata." This was apparently a promotional project to show how fast a C++ programmer could learn C# and the XNA framework and produce something visually interesting. I found this small XNA application to be a beautiful interactive toy, and would enjoy ha ...Show All

  • Smart Device Development GPS Sample Latitude/Longitude not correct

    I have a Pharos GPS unit with both the Blue Tooth and USB interface. I used hypertermal on a XP machine with the USB interface to record some raw GPS output. Then I used the file redirect to run the GPS WM5.0 Sample code in VS2005 WM5.0 device emulator. It displays the correct information on the screen Lat 42 / lon 83 when reading the raw GPS data file that I created. When I move the program to my WM 5.0 device and connect up to the GPS un ...Show All

  • Visual C# server client data send problem

    Hi. I am able to successfully connect the client and server together using the Sockets/tcpclient/tcplistener and able to send messages between each other successfully. the problem is this: when the client sends "[-]RF[-]" to the server, the server checks the incoming data, if it is "[-]RF[-]" then it sends back to the client the file name, for each file in the current working directory of the server. after each filename, it sends that name back ...Show All

©2008 Software Development Network

powered by phorum