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

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

grbz

Member List

BillBQ
jrboddie
SolomonDev
D_B
Gary Fuhr
Caleb Sim
ulu
mabxsi
MEHRAN_AZIMI
Dazza999
salex
Scott Lloyd
Venkat Manohar
Chris Wr
honclfibr
rkirk
johnly Sam
Daniel Bachler
Bernie a
Abe
Only Title

grbz's Q&A profile

  • Visual Basic VB 2005, Cell in an Access Database Newbie question

    Hi, In my program, how can i select values from my Datasource eg. A particular row or column etc etc, for example for a text box to display a single cell's value from the table. Thanks in advance Craig Hi, You'll have to bind the textbox to the datasource of your grid. ex: dataGrid1.DataSource = mydatatable textBox1.DataBindings.Add("Text", mydatatable, "field1")   cheers, Paul June A. Domag ...Show All

  • Visual Basic Problem with .Net 2 Framework install

    I have a application in development, that runs fine (as far as its completed) on my test machines ( 2 x winxp pro workstations, 1 x 2k3 server) I deployed it to a clients machine (XP Pro SP2) to test some site specific code and it pops an error message. I had a look at my code and the lines generating the error are as follows: (logger.programlog is a custom class for writing log files. it works fine for all other logging instances and on my test machines) Try Logger.ProgramLog( " - Operating System Detected: " & My .Computer.Info.OSFullName & " Version: " & My .Computer.Info.OSVersion) Lo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. a simple line

    New to directx, I don't need any textures or anything, but i need to make a simple wireframe model. And would like to know if there is an easy way to draw a 3d line just using 2 points as input(hopefully, as this is what im used to) { {x, y, z}, D3DCOLOR_XRGB(red, green, blue) } f means they are single precisions floats rather than the doubles that most languages default to. DirectX uses single precision for speed. Whilst the vector (x,y,z) can mean a line from (0,0,0) to (x,y,z) in this case it just means the point (x,y,z). So jacks code creates an array of 2 points and then draws a line between them. You ...Show All

  • Software Development for Windows Vista Rule Revaluation

    if we give same rule condition for two ifActivities then is it possible to skip the rule at ifelseActivity2 if value is same otherwise it should evalauate again at Ifactivity2. Scenario: 1) I put one ifelseActivity1 and placed two code Activities in two else branches. 2) and placed another ifelseActivity2 and placed two code activities in two else branches. 3) and placed one codeActivity after second If Activity. (codeActivity5) for ifelseActivity1 and ifElseActivity2 i put same rulescondition ["Condition1" , this.amount>10000] i have given amount=9000 Normal result is executing of code2,code4,code5 bu ...Show All

  • Visual Studio VS2005 Help missing

    Since installing SQLServer 2005 client to get the SSRS project template, I only get the SQLServer help contents when clicking on the help button. How can I get the VS2005 Help context back or even better, have both VS2005 and SQLServer 2005 available TIA jim   Jim Elliott wrote: Since installing SQLServer 2005 client to get the SSRS project template, I only get the SQLServer help contents when clicking on the help button.  How can I get the VS2005 Help context back or even better, have both VS2005 and SQLServer 2005 available   TIA  jim I'm having a similar problem after ins ...Show All

  • SQL Server SQL Server Express Security?

    We are releasing an application built on SQL Server Express in the next few months.  Our clients are mostly small companies with little technical knowledge, and they will be using our application on desktop computers where everyone likely logs in as the same user.  As such, my thinking is that we setup SQL Server Express as in SQL Server Authentication mode.  This way they could select an Administrator password upon first installation, and manage user names and passwords from within the application itself.  Any thoughts   Also, how would we install this scenario   We haven't been able to figure out how to custo ...Show All

  • Visual Studio Using GDB as backend of Visual Studio instead of Microsoft debugger

    I have written an addin for Visual Studio. This addin allows user to use GCC (MinGw) as compiler. This part works well. Now I want to add the capability to debug generated binaries using GDB with Visual Studio as frontend(Actually I'm using Insight but it's not a really well integreted solution as I launch another application out of Visual Studio). I dont know how I can replace the Microsoft debugger by GDB. If anyone has an idea it would be great. Thanks I am interested in seeing such an addin...I normaly just use a makefile project to do this but having an integrated solution would be handy. ...Show All

  • Visual Studio 2008 (Pre-release) Problem with TextBlock text wrapping on window maximize

    I am having trouble getting TextBlock text to wrap when I maximize the window in is in. This happens in both xaml pad and in my app. I am using the Feb '06 CTP and running on XP Pro SP2. Here is the code I am using: <Window xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Title="Text Wrap Problem" Width="350" Height="200" Background="White"> <TextBlock TextWrapping="WrapWithOverflow" Background="AliceBlue" HorizontalAlignment="Stretch"> This is a whole bunch of ...Show All

  • Windows Forms Skin Support in Windows Forms

    Hi, I am developing an Application which requires Skinn Support for the Users. The users should be able to change the skins at runtime. Is there a way to implement this. Thanks, If you want to create skins with vector graphics, you might want to look at VG.net. It has a feature called styles, that allows you to change the look of grap ...Show All

  • Visual C# Print Solution

    Is there a way to print an entire C# solution or do you have to select one file at a time and print Thanks Steve 1)  C# doesn't have optional parameters, only VB.NET does.  This is why you'll often see far more methods in a C# project than a VB.NET project. 2)  You are correct, you could not have 2 methods of the same name both with a String as a parameter.  Each method would need a different set of parameters. ...Show All

  • Windows Forms Comunication between two forms

    Hi at all,    i need to set the DataSource of my grid situated in FormA from FormB. How can I do Is it possible thanks i'm a newbie mikunos Yes its possible to pass values between 2 forms. There are many ways to acheive the same, depending upon your scenerio Are Form A and Form B part of the the same application If they are you can write a new Event on Form A and Fire It when the user selects a new data source. Form B would subscribe to this Event and in the event handling method it would receive the new Data Source and use it to refresh the Grid. Other way would be if you open Form B from Form A, then in the co ...Show All

  • Software Development for Windows Vista Error in the Hands on lab 09

    Its seems to me that there is an error in the HOL 09 ("Modifying Workflow Models at Runtime With Workflow Change") : snippet "Lab09 Ex02 Task02 ModifyWorkflowFromHost" . In the following static method, replace the string "ifElse1Activity" with "ifElseActivity1" Like this... static void modifyWorkflowFromHost(WorkflowInstance workflowInstance) { ... CompositeActivity ifelse = workflowChangesToMake.TransientWorkflow.Activities["ifElseActivity1"] as CompositeActivity; ... } Serge Luca Guidance, Belgium blog : www.redwood.be I just verified this and you're ri ...Show All

  • Visual Basic Mail Slots for message passing between threads

    Hello all hope you can help i need to read and write to mail slots or find another way to message between a main application and a connection handler thread but i am struggling to find information on this. here is my declaration of the mailslots. 'Mail Slot Declaration Private Declare Auto Function CreateMailslot Lib "kernel32" ( _ ByVal lpName As String , _ ByVal nMaxMessageSize As Integer , _ ByVal lReadTimeout As Integer ) As IntPtr Private Declare Function GetMailslotInfo Lib "kernel32" ( _ ByVal hMailslot As IntPtr, _ ByRef lpMaxMessageSize As Integer ...Show All

  • SQL Server Default Values do not show in WinForms.ReportViewer parameters

    I have two multivalued comboboxes on my report. One cascades from the choice in the other. In IE or report preview the default values load and show on the form. In the reportviewer control the default value needs to be selected in one which then causes the default value to load in the related combobox. I was hoping to find some custom code for loading the in the report_load event but Custom Code is hard to come by. I just got the Osborne 2005 book and it has nothing in it about the internal custom code only how to reference code in dlls. I do not have either paramters to set to allow blanks or nulls so I would think it would force the ...Show All

  • Visual C++ DrawThemeIcon

    I'm trying to use DrawThemeIcon to render a disabled bitmap on an owner draw button using XP themes. The API doc implies that I can use the state PBS_DISABLED to apply the disabled effect to the bitmap. This does not appear to work. Is this a valid assumption. If not, what is the recommended way to accomplish this   BaradaNikto wrote: I'm trying to use DrawThemeIcon to render a disabled bitmap on an owner draw button using XP themes.  The API doc implies that I can use the state PBS_DISABLED to apply the disabled effect to the bitmap.  This does not appear to work.  Is this a valid assumption.  If not, wh ...Show All

©2008 Software Development Network