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

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

VishalKulkarni

Member List

Swapmil_P
h3mp
Fareed
Ivan M
CYBURT
anchorjm
bluewolf
Tim erin
Justin-Josef Angel
campusliving
Netferret
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Marek Sieradzki
PaulLinton
wwwillem
FEW62
KCSmith
AngryRichard MSFT
wien
M.Omar
Only Title

VishalKulkarni's Q&A profile

  • Visual Studio Express Editions wildcards

    I need to add functionality to my form in this program that for some fields allows negative numbers, some just numbers, some three positive numbers separted by commas, and some just text. Also, I prefill with a text file so I need the error check for this also... Thanks! Newbiana Well, I can allow for only one - but I can't figure out how to check if I'm at the beginning of the textbox. Also, I used this: Private Sub ErrorCheckOutGntName( ByVal Sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles OutGntName.KeyPress Dim EachTextBox As TextBox = ...Show All

  • Software Development for Windows Vista WF and Smart Clients

    Hi, I am evaluating WF for use in a smart client architecture, where different activities in a workflow can potentially take place across different clients and on the server. Ideally I'd like to share my WF assembly between the client and server. As steps in the WF are completed, I'd like the WF to be persisted both locally and back to the server if connected. Then, somehow, the server recreates the WF and continues on where the client left off. Am I dreaming or is this at least possible There are quite a few questions that come out of this. Here are some I can think of: Is a WF instance XML serializable (can I send them over ...Show All

  • Microsoft ISV Community Center Forums Why Excel 2003 keeps PivotItems with zero record count after refresh?

    After a pivot table is refreshed, if some pivot item is no long exist in a pivot field, the pivot field drop selection still show that pivot item to allow user to select.  Selecting this kind of pivot item will lead to no data showing at all. This is no good. I perfer Excel will remove zero record count pivot item from the pivot field drop down selection box after a refresh. (I don't mind Excel keeping zero record count pivot item internally (this is good to preserve manual sort order of pivot item -- one refresh may return zero record for a pivot item, next refresh may have some records returned), but never show this pivot it ...Show All

  • Visual Basic How to set combo.text after form load

    I want to set a default value for a combobox and then call a form modally . frmTest.mycombo.text="Test Value" frmTest.ShowDialog the problem is that the form_load is done after I set the combobox value and overwrites what I set the combo text to. How can I force the form_load and then update the combobox text value Dean Dim F as New frmTest F.mycombo.text="Test Value" F.ShowDialog ...Show All

  • Windows Forms Unable to read icons from ImageLists

      Hi, I have an application in VB which is bieng upgraded to VB.NET. The application reads pictures and images from EXEs and Folders to place it in image lists. The aplication has a toolbar control onto which the contents of image lists are placed as icons. The VB6 Code looked like Tray.Icon = ImageList1.ListImages(imgIdx).Picture frmTimer.Icons.ListImages.Add , icoKey & CStr(iName), m_cI(iName).IconPicture(Me.hdc, ClosestIndex(iName, 32)) The upgrade wizard changed the code to Tray.Icon = VB6.IPictureDispToImage(ImageList1.ListImages(imgIdx).Picture) frmTimer.DefInstance.Icons.ListImages.Add(, icoKey, VB6.ImageToIPictureDisp ...Show All

  • Visual Studio RC1 - Visual Studio Class Designer Package Issue

    I've installed VS.NET 2005 RC1 on 2 machines.  I've a project that was created with VS.NET 2005 Team Suite Beta2, including a class design file. On machine 1, I've no problems with Class Designer.  On machine 2, whenever I start Visual Studio, I receive the following in a Yes / No Message Box titled 'Microsoft VIsual Studio': "Package Load Failure Package 'Visual Studio Class Designer Package' has failed to load properly ( GUID = {DD1683A7-5A4C-4234-81B3-A4CC91DBEAC9}.  Please contact package vendor for assistance.  Application restart is recommended, due to possible environment corruption.  Would you like to disable ...Show All

  • Visual C++ looking for catopen, catgets, catclose

    Hi, If anyone can point me towards catopen / catgets / catclose for WIN32 (I'm using Visual Studio 2005 Express Edition for C++), I'd appreciate it! thanks, Stan sieler@allegro.com http://www.microsoft.com/technet/interopmigration/unix/sfu/sfuport.mspx I think this is what you need. ...Show All

  • Visual Studio 2005 debugger is very slow

    I hate to admit it, but I am starting to build my app and then run the program from the command line or to run the "start without debugging" command to "visually" test code changes instead of stepping thru the code. Now I find that other programmers I work with are doing the same. The reason is that the 2005 debugger takes a lot longer to start up our program than the 2003 debugger. It appears to me that the problem is that the new debugger is very slow when it comes to loading the pdb files. Debugging the 32 or 64 bit version of the program is slow so its not just the remote debugger that slows things down. We d ...Show All

  • Windows Forms Cant Insert/Update data using DataGridView - here is the code

    Hi All When I run the TableAdapter.Update method, the data does not update in the database. I checked the Insert Query and Update in the dataset designer and when I run the Insert queries from there, they work.  I have put the Update method in a try catch block and no errors are reported. Does anyone else have these issues Thanks   What type of database do you have Could it be this problem: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=163282&SiteID=1   -mark DataGridView Program Manager Microsoft This post is provided "as-is"   ...Show All

  • Windows Forms Problem with value DataGridViewComboBoxCell

    In VB 2005 Express I have a problem, which completely do not understand. I use a DataGridViewComboBox in a DataGridView. When I change data and save it, I have no problem. But when I close the form I a repeting error, being: System.ArgumentException: DataGridViewComboBoxCell value is not valid. Can anybody help Thanks in advance, Simon Does the data you saved exist in the DataGridViewComboBoxCell's items list For instance, if your DataGridViewComboBoxCell::Items collection is {"one", "two", "three" } and the value you saved is "four" then you will get this error. Another situation is if your DataGridVie ...Show All

  • Visual Basic Help with Printing a Footer note.

    I have been trying to print some text @ the footer of a 8.5 x 11, but It does not print @ the very bottom, it prints about 1/2" above the bottom of the page. I am doing the pagesetup deal & setting the bottom margin correctly but there is no change in the print-out. I have changed it to 2" just to see if something happens but it keeps on printing the same. Thanks. This works for me. Private Sub PrintFooter( ByVal ev As System.Drawing.Printing.PrintPageEventArgs) Dim font As font Dim text As String Dim x, y, w, h As Single Dim format As StringFormat ...Show All

  • .NET Development Sending Message after AddIPAddress

    Hi there, My machine have 2 Network Adapters (NIC). I try to assign different IP to 1 adapter using IPHelper's AddIPaddress API. Then I used Socket to bind that IP and send to another machine IP address. I was unable to send sucessfully. I can send only another NIC IP in my machine. How do i set socketoptions or gateway setting whenever after i add new ip address Here is code example // returnCode = AddIPAddress(staticIP, staticMask, adapterIndex, ref nteContext, ref nteInstance); Socket s = new Socket(AddressFamily.InterNetwork,SocketType.Stream,ProtocolType.Tcp); byte[] msgBytes = System.Text.Encoding.ASCII.GetBytes("Hello ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Pixel Perfect collision Detection

    Hi, Do anyone Know how to realize the pixel perfect collision detection in vb.net Direct3d Sprite class (2d game) I tried to use lockrectangle but i can't find any example of usage. I have this code for dx7 but i cannot translate to vb.net directx9 Anyone can help me Thank you dx7 code (not mine) Public Function CheckForPPCollision(DDSurf1 As DirectDrawSurface7, DDSurf2 As DirectDrawSurface7, RECT1 As RECT, RECT2 As RECT, BlitCOLORKEY As Integer) As Boolean Dim RECTOverlap As RECT 'Used to record the overlap from RECT1 and RECT2 Dim RECT1Overlap As RECT 'Overlaped portions of RECT1 Dim RECT2Overlap As RECT 'Overlap ...Show All

  • Visual Studio Team System versioning of documents in team explorer

    HI does any one can tell me how to maintain versioning of documents in doument folder of the Team explorer Sharepoint does not support versioning of documents, and since Team explorer is just a view of your sharepoint documents, it is not possible to have versioned documents. Other than naming the documents as V1, V2 and so on. Alternately, you can check in your document to Source control and utilize its versioning capability. Does this answer your question ...Show All

  • Windows Forms Adding 3rd party prerequisite affecting installation of windows service

    Hi all, I'm trying to add Flash Player into the Custom prerequisites and i am encountering the following problems: -----> Selecting Flash as one of the prerequisites for the service i'm installing causes the installation of this software to become corrupted i.e. the service does not appear in the services console, not all the information for the service is displayed in the registry. below is the content of the product and package files: Product.xml: < xml version = " 1.0 " encoding = " utf-8 " > < Product xmlns = " http://schemas.microsoft.com/developer/2004/01/bootstrapper " ProductCode = " Ad ...Show All

©2008 Software Development Network