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

Software Development Network >> bob yoplait's Q&A profile

bob yoplait

Member List

faina
Yashwardhan
VIKI esquire
qpsk
Dan Crowell
AKW2006
Aleksey Nagoga.
Saravanan168393
eldiener
mcbsys
justinmagaram
Dr.Virusi
EnriqueM
Rocket horse
xdzgor
John Sobernheim
Lerxst193952
sahridhayan
Nuno_Salvado
Overkitty
Only Title

bob yoplait's Q&A profile

  • Visual Studio Express Editions Help with "Concentration" Game

    I am a student studying VB for the first time and I've run into a snag programming as assignment. It's a matching game consisting of 8 pairs of matching words randomly assigned to 16 labels. When a label is clicked, the word currently assigned to it will display. If two labels are clicked and the words match, the labels are disabled and change their color. This is done until all 8 pairs of words are found, after which a message box is displayed indicating the game is over. I am confused as to how I can randomize the list of words and assign them to the labels, as well as how to check for matching. Any help would be appreciated. So here's the array I've got with the words to be used: Dim sItems(15) As ...Show All

  • .NET Development deploying on 64-bit

    Hello, I have a VB.Net 2005 application using SQL 2005 developed and compiled on 32-bit machine. However the client's server is 64-bit. What procedure should I follow to make my appliction running on 64-bit machine. I am reading through newsgorup threads, however if any of you guys has been through this before and can guide me through the process or links where I can find some help material, it would be great. I am hoping that there won't be a lot of work envolved to make it compatible or at least that my application will still work on 64-bit. Thanks for the guidance, Grace ...Show All

  • Community Chat Pellucid KidSafe browser (beta) Released!

    Hello all, I am making a "KidSafe" browser for kids. Please download my program and post any noticed bugs,etc.  It takes only minutes to set up.  I am 10 years old, so who can make a browser for kids better than a kid Progress:  Final will be started in January Thanks you everyone for your contributions  and encouragement.  *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. Beta Features: *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. *Talking Help guide *A new install program Updates in final version: *Button text replaced with graphics. *A game room with games, and fun KidSafe software (suc ...Show All

  • Visual C# Redim in C#

    Hello everyone, is there a way to simulate VBs redim function in C# Thanks Redim is used to resize some array, so while working in .Net or specifically C# i would recomend you using Collections under System.Collecitons.Generics namespace. like List<T> class Dictionary<T,S> class etc example: List<int> list = new List<int>(); // create a colleciton to store int.... list.Add(1); // Add some number list.Add(2); // Add another Number. This will automatically be resized whenever you add something to it and you don't need Redim anymore here. I hope this will help. Best Regards, Rizwan aka RizwanSharp ...Show All

  • Internet Explorer Development session cookies in IE7 not working

    I have a website I've developed and I'm having problems with IE7 recognizing the session cookies. It worked in the earlier version of IE, it works in all other browsers. I've changed the setting in IE7 to "Accept All Session Cookies" and it still won't work. Is there something I need to do differently with my coding to accomodate the new IE7 session cookie standards Here is my code to set the session cookies: if(isset($_POST['Submit'])) { if($_POST['pUsername']=="$op_email" && $_POST['pPassword']=="$op_password") { $query="SELECT other_parent_first_name, parent_id, op_email, op_user_level FROM parent_units WHERE op_email='$op_email' AND op_password='$op_password'"; ...Show All

  • Visual Basic IDE Broken -> Doesn't display error

    At some point something I installed (I suspect Resharper) broke the IDE. When I am running my code in the debugger if an error occurs the code stops, highlights the problem line but no text pops up to tell me what the error is. Without having to do a full reinstall does anyone know what may have been disabled or changed to cause this Thanks, Shane The problem is gone. I think this problem may actually be related to the fact I switched from project references to file references in a solution. I'm reinstalling ReSharper and I'll see if the problem comes back. ...Show All

  • Visual Studio Team System Check-in/Shelve programmatically with dialog?

    Hi, does anyone know if there is a possibility to open the usual Team System Check In dialog programmatically I would like to have a special list of files showing in the dialog. I have the Visual Sudio 2005 SDK installed, but would be very happy if someone could point to the right place or tell me if this can be done at all. Thanks, Armin Sorry to disappoint you, but in current version the dialog cannot be used for extensibility purposes. You will have to implement your own dialog. Regards, Eugene ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XBox 360 shader compatibility?

    As the XNA framework will be PC <-> XBox 360 I'd like to know what shaders are supported by the XBox 360. Afaik the ATI Xenos GPU of the XBox 360 supports every shader even up to the coming shader model 4.0 (160 operations per cycle), is this correct Why do you need any information how sm3.0 works on the xbox 360 Just use SM 3.0, it will be the same on windows (if the windows graphic card does support SM 3.0) and on the XBox 360. For backward compatibility on windows it would be best to also support SM 2.0 and maybe even SM 1.1 to work on more systems. Btw: The ATI Xenon GPU on the XBox isn't SM 4.0, it is more like an extended SM 3.0. ...Show All

  • Visual Studio Express Editions syntax code

    to those of you who are familiar with the coding, could you write a simple code example so we can understand,give us simple syntax examples please of; deleete command accept changes command that way those  of us who are beginners can read the syntax and get a better view of how it works. it will take me a bit of time to read and digest all that, i have tried to send you my project. as an extra, even when i use the binding navigater whih is soposed to delete and add as you go it doesnt, i can add a record but i cant delete one. that is strange. but let me take in all thiis stuff for now. many thanks ahmed ...Show All

  • SQL Server Table visibility problem

    Hi,I have a report with various tables, some of them can be empty. When empty, and hidden property set to false only one line apears blank in my report, but if i set the hidden property to true it results in an empty space with the same height as the table i’m trying to hide. My goal is to have no blank spaces at all when a table is empty. Anyone can help thanks. I need to know directly from the table, because i have multiple tables with the same dataset, the diference between them is their filters. Is there any way to do this Thanks... ...Show All

  • Windows Forms Using ActiveX in C#

    Hi, I have created an ActiveX Control some years back, which i wanted to use in my current C# program. I'm able to instantiate it, but unable to use any of its functions, because it is throwing exception, i even checked the GetOCX property, it is also returning null. AxMyActivexCtrl obj = new AxMyActivexCtrl(); obj.Location = ......... obj.Size = ...... obj.Parent = this. try { obj.fun(); //one of the function exported by activex control, but exception is being thrown. } catch( AxHost.InvalidActivexStateException e) {} object temp = obj.GetOCX(); // even temp is null i studied MSDN, i found that this exception is thrown if ActiveX object is not instanstiated and not properly initalised. ...Show All

  • SQL Server Error: 18456, Severity: 14, State: 16. Login failed for user

    Hello. I get this error when I try to connect to my SQL Server with JDBC: Excepcion en MyPool Pool.getNewConnection() [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Cannot open database "lituania" requested by the login. The login failed. And in the ERRORLOG I get: 2002-02-22 19:59:46.62 Logon Error: 18456, Severity: 14, State: 16. 2002-02-22 19:59:46.62 Logon Login failed for user 'frontend'. [CLIENT: 10.0.0.75] I found it is supossed to be a password mismatch: http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx but I checked the password is correct. Any ideas Thank you in advance. Hi, navigate through Security > Logins > Properties > User Mapping > Choose ...Show All

  • SQL Server Oracle parameters

    I am creating a report using a query where the data source is an Oracle 8i database. I'm selecting data that is between 2 dates: "Select * from table where mydate is between :startdate and :stopdate". To get all of the data I need to use :stopdate + 1 to add a day for oracle SSRS uses dateadd to get the date that oracle requires. SSRS does not like the (+1) and Oracle does not recognize the dateadd function. How do I solve this problem P.S. This is my first SSRS report. Robert, Thanks for your response. Options 1 & 2 are feasible since we can only 'read' from the Oracle database. ...Show All

  • Visual FoxPro small test on transaction atomicity

    Need help with small test on table in database with transaction. Could somebody show state of table after execution this code: CLOSE ALL CLOSE DATABASES OPEN DATABASE "c:\ path to database\data1.dbc" SHARED BEGIN TRANSACTION UPDATE data1! table 1 SET name = 'BBBB BBBB BBBB BBBB BBBB' = Messagebox ('END TRANSACTION') END TRANSACTION if in table1 before execution was 500K records with value "AAAA" and VFP process was killed after click OK in messagebox and before all trasaction bufers was stored in dbf file (2-3 seconds after click OK) I interested in "select count(*), name from data1!table1 group by name" output Can anyone help me with this ...Show All

  • Visual Studio 2008 (Pre-release) Storing & Displaying Images

    This questions kind of spans multiple areas, so I hope I'm not overstepping the forum bounds by asking it here! I'm working on a WPF app that displays images in a WrapPanel.  Currently the images are stored on a web server and accessed through their URL paths. I'd like to store some information about each image in a SQL Server database.  I'm considering storing the binary images and thumbnails in the database as well.  Then I would use a web service to pull the images from the database and return the binary data to the WPF app. My primary question is whether this scenario is flawed or just a bad idea   It is very simple to refer to an image through its URL.  Am I creating a situation that will be hard to main ...Show All

©2008 Software Development Network